Files
windmill/backend/parsers/windmill-parser-wasm/pkg/package.json
Ruben Fiszel 5207a7a6aa feat: eval v2, blazing fast eval triggered only upon the right changes (#2164)
* progress

* progress

* progress

* add suggestions to frontend scripts

* all eval

* remove onlyStatic

* handle better conversions

* handle better conversions

* remove variable picker

* fix pen positioning

* fix v1
2023-08-23 19:50:35 +02:00

18 lines
366 B
JSON

{
"name": "windmill-parser-wasm",
"collaborators": [
"Ruben Fiszel <ruben@windmill.dev>"
],
"version": "1.154.3",
"files": [
"windmill_parser_wasm_bg.wasm",
"windmill_parser_wasm.js",
"windmill_parser_wasm.d.ts"
],
"module": "windmill_parser_wasm.js",
"types": "windmill_parser_wasm.d.ts",
"sideEffects": [
"./snippets/*"
]
}