swc-plugin-evaluate-polyfills 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swc-plugin-evaluate-polyfills",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "An SWC plugin that statically evaluates inline polyfill checks at build time.",
|
|
6
6
|
"main": "target/wasm32-wasip1/release/swc_plugin_evaluate_polyfills.wasm",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"target/wasm32-wasip1/release/swc_plugin_evaluate_polyfills.wasm"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
|
-
"build": "
|
|
14
|
+
"build": "sh build.sh",
|
|
15
15
|
"test": "cargo test",
|
|
16
16
|
"prepack": "npm test && npm run build",
|
|
17
17
|
"fixture": "UPDATE=1 cargo test --test fixture",
|
|
Binary file
|