node jsonnet:Node.js的libjsonnet绑定 源码
节点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,
文件列表
node-jsonnet-master.zip
(预估有个56文件)
node-jsonnet-master
.clang-format
691B
.gitignore
59B
package.json
2KB
third_party
jsonnet
package-lock.json
93KB
src
JsonnetWorker.cpp
4KB
Jsonnet.hpp
2KB
暂无评论