@live-codes/browser-compilers 0.15.0 → 0.15.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": "@live-codes/browser-compilers",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"description": "Compilers that run in the browser, for use in livecodes.io",
|
|
5
5
|
"author": "Hatem Hosny",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@webassemblyjs/wast-refmt": "1.12.1",
|
|
59
59
|
"assemblyscript": "0.27.29",
|
|
60
60
|
"autoprefixer": "10.4.19",
|
|
61
|
-
"babel-preset-solid": "1.8.
|
|
61
|
+
"babel-preset-solid": "1.8.19",
|
|
62
62
|
"cssnano-preset-default": "7.0.4",
|
|
63
63
|
"dts-bundle": "0.1.1",
|
|
64
64
|
"elkjs-svg": "0.2.1",
|
package/scripts/vendors.js
CHANGED
|
@@ -422,6 +422,13 @@ esbuild.build({
|
|
|
422
422
|
outfile: 'dist/babel-preset-solid/babel-preset-solid.js',
|
|
423
423
|
globalName: 'babelPresetSolid',
|
|
424
424
|
define: { global: 'window', 'process.env': '{}' },
|
|
425
|
+
plugins: [
|
|
426
|
+
NodeModulesPolyfills(),
|
|
427
|
+
GlobalsPolyfills({
|
|
428
|
+
process: true,
|
|
429
|
+
buffer: true,
|
|
430
|
+
}),
|
|
431
|
+
],
|
|
425
432
|
});
|
|
426
433
|
|
|
427
434
|
// tailwindcss-plugins
|
package/vendor-licenses.md
CHANGED
|
@@ -84,6 +84,8 @@ turbopascal: [BSD 2-Clause License](https://github.com/MikeRalphson/turbopascal/
|
|
|
84
84
|
|
|
85
85
|
UnoCSS: [MIT License](https://github.com/unocss/unocss/blob/f375524d9bca3f2f8b445b322ec0fc3eb124ec3c/LICENSE)
|
|
86
86
|
|
|
87
|
+
Vento: [MIT License](https://github.com/ventojs/vento/blob/b8d8fe29fc4a23d2a877fa9a40eabfc70ac98f2a/LICENSE)
|
|
88
|
+
|
|
87
89
|
wacl: [BSD 3-Clause License](https://github.com/ecky-l/wacl/blob/9daacabb0102a9986f33263261350edfeebdd83b/LICENSE)
|
|
88
90
|
|
|
89
91
|
wasm-refmt: [MIT License](https://github.com/xtuc/webassemblyjs/blob/45f733aa96476d74c8ac57598e13406a48a6fdc8/LICENSE)
|