1. 首页
  2. 数据库
  3. 其它
  4. node jsonnet:Node.js的libjsonnet绑定 源码

node jsonnet:Node.js的libjsonnet绑定 源码

上传者: 2021-05-09 09:52:02上传 ZIP文件 59.07KB 热度 27次
节点jsonnet @ hanazuki / node-jsonnet是 (本地插件)的绑定,它支持所有基本的Jsonnet功能,包括import和本地回调( std.native )。 它还带有TypeScript类型定义。 概要 import { Jsonnet } from "@hanazuki/node-jsonnet" ; const jsonnet = new Jsonnet ( ) ; // Evaluates a simple Jsonnet program into a JSON value jsonnet . evaluateSnippet ( `{a: 1 + 2, b: self.a * 3}` ) . then ( json => console . log ( JSON . parse ( json ) ) ) ; // => { a: 3,
下载地址
用户评论