* Add feature flags to split parsers into different pkgs * Split wasm parser imports * Use regex-lite, reorganize the parser split * Update imports to the new wasm parser split * Remove panic system on wasm and simplify snake case convert logic * Adapt new imports * Fix to_snake_case + fix tests * Adapt wasm test dependencies * Add publish script * Fix publish script * Publish script relative to script location * pkg diff + publish * Fix TS WASM import + add pakcage lock * Fix lint --------- Co-authored-by: Ruben Fiszel <ruben@windmill.dev> Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
17 lines
365 B
JSON
17 lines
365 B
JSON
{
|
|
"name": "windmill-parser-wasm",
|
|
"collaborators": [
|
|
"Ruben Fiszel <ruben@windmill.dev>"
|
|
],
|
|
"version": "1.385.0",
|
|
"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/*"
|
|
]
|
|
} |