@jsenv/cli 0.2.14 → 0.2.16
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 +1 -1
- package/template-node-package/package.json +2 -2
- package/template-web/package.json +2 -2
- package/template-web-components/package.json +2 -2
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/computeKey.js +38 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/computeKey.js.map +11 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/constants.js +13 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/index.js +210 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/index.js.map +11 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/runtime/catchError.js +17 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/runtime/catchError.js.map +11 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/runtime/debounceRendering.js +21 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/runtime/debounceRendering.js.map +11 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/runtime/signaturesForType.js +2 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/runtime/unmount.js +20 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/runtime/unmount.js.map +11 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/runtime/vnode.js +68 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/runtime/vnode.js.map +11 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/core/src/runtime/vnodesForComponent.js +3 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/@prefresh/utils/src/index.js +43 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/preact/debug/dist/debug.module.js +2 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/preact/debug/dist/debug.module.js.map +181 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/preact/devtools/dist/devtools.module.js +2 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/preact/devtools/dist/devtools.module.js.map +29 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/preact/dist/preact.module.js +2 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/preact/dist/preact.module.js.map +270 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/preact/hooks/dist/hooks.module.js +195 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/preact/hooks/dist/hooks.module.js.map +168 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js +2 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js.map +77 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/packages/internal/ast/src/html/html_src_set.js +18 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/packages/internal/plugin-supervisor/src/client/supervisor.js +1360 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/packages/related/plugin-preact/src/client/preact_refresh.js +36 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/packages/related/plugin-preact/src/client/preact_refresh.js.map +11 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/src/plugins/autoreload/client/autoreload.js +382 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/src/plugins/autoreload/client/autoreload.js.map +11 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/src/plugins/import_meta_hot/client/import_meta_hot.js +81 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/src/plugins/ribbon/client/ribbon.js +93 -0
- package/template-web-preact/.jsenv/chrome@131.00/@fs/Users/dmail/Documents/dev/core/src/plugins/server_events/client/server_events_client.js +461 -0
- package/template-web-preact/.jsenv/chrome@131.00/app/app.css +43 -0
- package/template-web-preact/.jsenv/chrome@131.00/app/app.jsx +95 -0
- package/template-web-preact/.jsenv/chrome@131.00/app/app.jsx.map +44 -0
- package/template-web-preact/.jsenv/chrome@131.00/app/counter.jsx +45 -0
- package/template-web-preact/.jsenv/chrome@131.00/app/counter.jsx.map +33 -0
- package/template-web-preact/.jsenv/chrome@131.00/index.html +68 -0
- package/template-web-preact/.jsenv/chrome@131.00/index.html@L11C7-L15C16.js +5 -0
- package/template-web-preact/.jsenv/chrome@131.00/index.html@L7C5-L21C13.css +10 -0
- package/template-web-preact/.jsenv/chrome@131.00/main.jsx +10 -0
- package/template-web-preact/.jsenv/chrome@131.00/main.jsx.map +24 -0
- package/template-web-preact/.jsenv/chrome@131.00/preact_logo.svg +6 -0
- package/template-web-preact/package.json +3 -3
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/jsx-runtime.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.production.js__compile_info__.json +2 -2
- package/template-web-react/package.json +3 -3
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": [
|
|
4
|
+
"file:///Users/dmail/Documents/dev/core/packages/related/cli/template-web-preact/src/jsenv_preact",
|
|
5
|
+
"file:///Users/dmail/Documents/dev/core/packages/related/cli/template-web-preact/src/main.jsx"
|
|
6
|
+
],
|
|
7
|
+
"names": [
|
|
8
|
+
"render",
|
|
9
|
+
"App",
|
|
10
|
+
"jsxDEV",
|
|
11
|
+
"_jsxDEV",
|
|
12
|
+
"fileName",
|
|
13
|
+
"_jsxFileName",
|
|
14
|
+
"lineNumber",
|
|
15
|
+
"columnNumber",
|
|
16
|
+
"document",
|
|
17
|
+
"querySelector"
|
|
18
|
+
],
|
|
19
|
+
"mappings": "AAAA,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA;ADC1G,ACDA,AACA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACDAA,AACA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACDA,AACA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACDA,AACA,QADQ,iFDCA,ACAiF;ADChH,ACDA,AACA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACDAC,AACA,CDAC,ACAA,CDAC,ACAA,CDAC,ACDA,AACA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACDA,AACA,CDAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,ACAC,CDAA,ACDA;ADEnC,ACFoC,AAEpC,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACF2BC,AAE3B,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACFqB,AAErB,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACFiBC,AAEjB,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACFU,AAEV,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,uGDAwB,ACA+E;ADCzI,ACDAH,AACA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACDA,AACA,CDAC,ACDAG,AACA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACDP,AACO,CDAC,ACDPF,AACO,CDAC,ACAA,CDAC,ACAA,CDAC,ACDP,AACO,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA;ADCvC,ACAA,CDAC,ACAA,CDAC,ACFSG,AAET,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACFC,AAED,CDAC,ACAA,CDAC,ACFDC,AAEC,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACFb,AAEa;ADCxB,ACAA,CDAC,ACAA,CDAC,ACHSC,AAGT,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACHD,AAGC,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA;ADCf,ACAA,CDAC,ACAA,CDAC,ACJSC,AAIT,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACJH,AAIG,CDAC,ACAA,CDAC,ACAA;ADChB,ACLW,AAKX,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACLM,AAKN,CDAC,ACLM,AAKN,CDAC,ACAA,CDAC,ACLMC,AAKN,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACLM,AAKN,CDAC,ACLMC,AAKN,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACLM,AAKN,CDAC,ACLM,AAKN,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACAA,CDAC,ACLM,AAKN,CDAC,ACLM,AAKN,CDAC,ACLM,AAKN",
|
|
20
|
+
"sourcesContent": [
|
|
21
|
+
"var _jsxFileName = \"/Users/dmail/Documents/dev/core/packages/related/cli/template-web-preact/src/main.jsx\";\nimport { render } from \"preact\";\nimport { App } from \"./app/app.jsx\";\nimport { jsxDEV as _jsxDEV } from \"preact/jsx-dev-runtime\";\nrender(_jsxDEV(App, {}, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 4,\n columnNumber: 8\n}, this), document.querySelector(\"#root\"));",
|
|
22
|
+
"import { render } from \"preact\";\nimport { App } from \"./app/app.jsx\";\n\nrender(<App />, document.querySelector(\"#root\"));\n"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill="#673ab8" d="M16 2l12.12 7v14L16 30 3.88 23V9z"/>
|
|
3
|
+
<ellipse fill="none" stroke="#fff" cx="16" cy="16" rx="10.72" ry="4.1" transform="rotate(-37.5 16.007 15.996)"/>
|
|
4
|
+
<ellipse fill="none" stroke="#fff" cx="16" cy="16" rx="4.1" ry="10.72" transform="rotate(-52.5 15.998 15.994)"/>
|
|
5
|
+
<circle fill="#fff" cx="16" cy="16" r="1.86"/>
|
|
6
|
+
</svg>
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
22
22
|
"@babel/plugin-transform-react-jsx": "7.25.9",
|
|
23
23
|
"@jsenv/assert": "4.4.2",
|
|
24
|
-
"@jsenv/core": "39.
|
|
25
|
-
"@jsenv/plugin-preact": "1.6.
|
|
24
|
+
"@jsenv/core": "39.7.0",
|
|
25
|
+
"@jsenv/plugin-preact": "1.6.29",
|
|
26
26
|
"@jsenv/plugin-bundling": "2.7.19",
|
|
27
27
|
"@jsenv/plugin-minification": "1.5.11",
|
|
28
28
|
"@jsenv/eslint-config-relax": "1.3.4",
|
|
29
|
-
"@jsenv/test": "3.5.
|
|
29
|
+
"@jsenv/test": "3.5.29",
|
|
30
30
|
"eslint": "9.15.0",
|
|
31
31
|
"open": "10.1.0",
|
|
32
32
|
"@playwright/browser-chromium": "1.49.0",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
23
23
|
"@babel/plugin-transform-react-jsx": "7.25.9",
|
|
24
24
|
"@jsenv/assert": "4.4.2",
|
|
25
|
-
"@jsenv/core": "39.
|
|
26
|
-
"@jsenv/plugin-react": "1.5.
|
|
25
|
+
"@jsenv/core": "39.7.0",
|
|
26
|
+
"@jsenv/plugin-react": "1.5.48",
|
|
27
27
|
"@jsenv/plugin-bundling": "2.7.19",
|
|
28
28
|
"@jsenv/plugin-minification": "1.5.11",
|
|
29
29
|
"@jsenv/eslint-config-relax": "1.3.4",
|
|
30
|
-
"@jsenv/test": "3.5.
|
|
30
|
+
"@jsenv/test": "3.5.29",
|
|
31
31
|
"eslint": "9.15.0",
|
|
32
32
|
"open": "10.1.0",
|
|
33
33
|
"@playwright/browser-chromium": "1.49.0",
|