@shijiu/jsview 2.3.0 → 3.0.0-next-vue.0
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/dom/bin/jsview-dom-browser-engine-core.min.js +1 -1
- package/dom/bin/jsview-dom-browser-engine-modules.min.js +1 -1
- package/dom/bin/{jsview-dom-browser-forge.1436.54c9.wasm → jsview-dom-browser-forge.1760.0e35.wasm} +0 -0
- package/dom/bin/jsview-dom-browser-forge.min.js +1 -1
- package/dom/bin/jsview-dom-browser-forge.worker.min.js +1 -1
- package/dom/bin/jsview-dom-browser.min.js +1 -1
- package/dom/bin/jsview-dom-native.min.js +1 -1
- package/dom/bin/jsview-engine-js-native.min.js +1 -1
- package/dom/target_core_revision.mjs +2 -2
- package/loader/jsv-core-api/jsview-core-api-glue.js +10 -1
- package/loader/jsv-core-api/wasm/core-api.js +87 -1
- package/loader/jsv-core-api/wasm/wasm-extension.js +5 -0
- package/loader/jsview-loader.js +7 -0
- package/loader/jsview-main.mjs +2 -1
- package/loader/jsview.config.default.js +4 -0
- package/package.json +7 -5
- package/patches/@vitejs+plugin-vue+4.0.0.patch +51 -0
- package/patches/@vitejs+plugin-vue+6.0.6.patch +54 -0
- package/patches/@vue+compiler-dom+3.2.45.patch +22 -0
- package/patches/@vue+compiler-dom+3.6.0-beta.10.patch +22 -0
- package/patches/@vue+compiler-sfc+3.2.45.patch +1986 -0
- package/patches/@vue+compiler-sfc+3.6.0-beta.10.patch +69 -0
- package/patches/@vue+runtime-core+3.2.45.patch +353 -0
- package/patches/@vue+runtime-core+3.6.0-beta.10.patch +196 -0
- package/patches/@vue+runtime-dom+3.2.45.patch +81 -0
- package/patches/@vue+runtime-dom+3.6.0-beta.10.patch +47 -0
- package/patches/postcss-js+5.1.0.patch +20 -0
- package/patches/vite+4.0.0.patch +117 -0
- package/patches/vite+8.0.9.patch +77 -0
- package/patches/vue-router+4.1.6.patch +17 -0
- package/patches/vue-router+5.0.6.patch +0 -0
- package/{patches/node_modules/@vue/compiler-sfc/dist/jsview-css-to-js.js → thirdparty/@vue/compiler-sfc/jsview-css-to-js.cjs} +15 -10
- package/{patches/node_modules/@vue/compiler-sfc/dist/jsview-style-checker.js → thirdparty/@vue/compiler-sfc/jsview-style-checker.cjs} +6 -1
- package/{patches/node_modules/@vue/compiler-sfc/dist/jsview-style-formator.cjs.js → thirdparty/@vue/compiler-sfc/jsview-style-formator.cjs} +3 -0
- package/thirdparty/@vue/runtime-core/jsview-render-break.mjs +189 -0
- package/thirdparty/vite/jsview-vite-extension.mjs +336 -0
- package/tools/jsview-build-zip.mjs +7 -2
- package/tools/jsview-common.mjs +18 -4
- package/tools/{jsview-logger.js → jsview-logger.cjs} +1 -1
- package/tools/jsview-post-build.mjs +88 -6
- package/tools/jsview-post-install.mjs +110 -103
- package/tools/jsview-run-tool.mjs +3 -6
- package/tools/jsview-vue-devtools.mjs +1 -1
- package/loader/jsview-react-main.js +0 -37
- package/loader/jsview-react-script-loader.js +0 -134
- package/patches/node_modules/@vitejs/plugin-react/dist/index.cjs +0 -520
- package/patches/node_modules/@vitejs/plugin-react/package.json +0 -55
- package/patches/node_modules/@vitejs/plugin-vue/dist/index.mjs +0 -2756
- package/patches/node_modules/@vitejs/plugin-vue/package.json +0 -51
- package/patches/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.js +0 -3152
- package/patches/node_modules/@vue/compiler-dom/package.json +0 -43
- package/patches/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js +0 -17730
- package/patches/node_modules/@vue/compiler-sfc/package.json +0 -59
- package/patches/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +0 -8154
- package/patches/node_modules/@vue/runtime-core/package.json +0 -38
- package/patches/node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts +0 -1531
- package/patches/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +0 -1740
- package/patches/node_modules/@vue/runtime-dom/package.json +0 -42
- package/patches/node_modules/postcss-js/objectifier.js +0 -94
- package/patches/node_modules/postcss-js/package.json +0 -42
- package/patches/node_modules/react-dev-utils/WebpackDevServerUtils.js +0 -450
- package/patches/node_modules/react-dev-utils/package.json +0 -88
- package/patches/node_modules/react-dom/cjs/react-dom.development.js +0 -29868
- package/patches/node_modules/react-dom/cjs/react-dom.production.min.js +0 -323
- package/patches/node_modules/react-dom/package.json +0 -62
- package/patches/node_modules/react-scripts/config/paths.js +0 -179
- package/patches/node_modules/react-scripts/config/webpack.config.js +0 -858
- package/patches/node_modules/react-scripts/package.json +0 -108
- package/patches/node_modules/vite/dist/node/chunks/dep-ed9cb113.js +0 -63182
- package/patches/node_modules/vite/dist/node/constants.js +0 -125
- package/patches/node_modules/vite/dist/node/jsview-vite-extension.js +0 -245
- package/patches/node_modules/vite/package.json +0 -153
- package/patches/node_modules/vue-router/dist/vue-router.mjs +0 -3613
- package/patches/node_modules/vue-router/package.json +0 -114
- package/patches/node_modules/webpack-dev-server/client/utils/reloadApp.js +0 -76
- package/patches/node_modules/webpack-dev-server/client/utils/sendMessage.js +0 -21
- package/patches/node_modules/webpack-dev-server/package.json +0 -141
- /package/patches/{node_modules/@originjs/vite-plugin-federation/1.3.4/@originjs+vite-plugin-federation+1.3.4.patch → @originjs+vite-plugin-federation+1.3.4.patch} +0 -0
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "react-dev-utils",
|
|
3
|
-
"version": "12.0.1",
|
|
4
|
-
"description": "webpack utilities used by Create React App",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "https://github.com/facebook/create-react-app.git",
|
|
8
|
-
"directory": "packages/react-dev-utils"
|
|
9
|
-
},
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"bugs": {
|
|
12
|
-
"url": "https://github.com/facebook/create-react-app/issues"
|
|
13
|
-
},
|
|
14
|
-
"engines": {
|
|
15
|
-
"node": ">=14"
|
|
16
|
-
},
|
|
17
|
-
"files": [
|
|
18
|
-
"browsersHelper.js",
|
|
19
|
-
"chalk.js",
|
|
20
|
-
"checkRequiredFiles.js",
|
|
21
|
-
"clearConsole.js",
|
|
22
|
-
"crossSpawn.js",
|
|
23
|
-
"errorOverlayMiddleware.js",
|
|
24
|
-
"eslintFormatter.js",
|
|
25
|
-
"evalSourceMapMiddleware.js",
|
|
26
|
-
"FileSizeReporter.js",
|
|
27
|
-
"ForkTsCheckerWebpackPlugin.js",
|
|
28
|
-
"ForkTsCheckerWarningWebpackPlugin.js",
|
|
29
|
-
"formatWebpackMessages.js",
|
|
30
|
-
"getCacheIdentifier.js",
|
|
31
|
-
"getCSSModuleLocalIdent.js",
|
|
32
|
-
"getProcessForPort.js",
|
|
33
|
-
"getPublicUrlOrPath.js",
|
|
34
|
-
"globby.js",
|
|
35
|
-
"ignoredFiles.js",
|
|
36
|
-
"immer.js",
|
|
37
|
-
"InlineChunkHtmlPlugin.js",
|
|
38
|
-
"InterpolateHtmlPlugin.js",
|
|
39
|
-
"launchEditor.js",
|
|
40
|
-
"launchEditorEndpoint.js",
|
|
41
|
-
"ModuleNotFoundPlugin.js",
|
|
42
|
-
"ModuleScopePlugin.js",
|
|
43
|
-
"noopServiceWorkerMiddleware.js",
|
|
44
|
-
"openBrowser.js",
|
|
45
|
-
"openChrome.applescript",
|
|
46
|
-
"printBuildError.js",
|
|
47
|
-
"printHostingInstructions.js",
|
|
48
|
-
"redirectServedPathMiddleware.js",
|
|
49
|
-
"refreshOverlayInterop.js",
|
|
50
|
-
"typescriptFormatter.js",
|
|
51
|
-
"WebpackDevServerUtils.js",
|
|
52
|
-
"webpackHotDevClient.js"
|
|
53
|
-
],
|
|
54
|
-
"dependencies": {
|
|
55
|
-
"@babel/code-frame": "^7.16.0",
|
|
56
|
-
"address": "^1.1.2",
|
|
57
|
-
"browserslist": "^4.18.1",
|
|
58
|
-
"chalk": "^4.1.2",
|
|
59
|
-
"cross-spawn": "^7.0.3",
|
|
60
|
-
"detect-port-alt": "^1.1.6",
|
|
61
|
-
"escape-string-regexp": "^4.0.0",
|
|
62
|
-
"filesize": "^8.0.6",
|
|
63
|
-
"find-up": "^5.0.0",
|
|
64
|
-
"fork-ts-checker-webpack-plugin": "^6.5.0",
|
|
65
|
-
"global-modules": "^2.0.0",
|
|
66
|
-
"globby": "^11.0.4",
|
|
67
|
-
"gzip-size": "^6.0.0",
|
|
68
|
-
"immer": "^9.0.7",
|
|
69
|
-
"is-root": "^2.1.0",
|
|
70
|
-
"loader-utils": "^3.2.0",
|
|
71
|
-
"open": "^8.4.0",
|
|
72
|
-
"pkg-up": "^3.1.0",
|
|
73
|
-
"prompts": "^2.4.2",
|
|
74
|
-
"react-error-overlay": "^6.0.11",
|
|
75
|
-
"recursive-readdir": "^2.2.2",
|
|
76
|
-
"shell-quote": "^1.7.3",
|
|
77
|
-
"strip-ansi": "^6.0.1",
|
|
78
|
-
"text-table": "^0.2.0"
|
|
79
|
-
},
|
|
80
|
-
"devDependencies": {
|
|
81
|
-
"cross-env": "^7.0.3",
|
|
82
|
-
"jest": "^27.4.3"
|
|
83
|
-
},
|
|
84
|
-
"scripts": {
|
|
85
|
-
"test": "cross-env FORCE_COLOR=true jest"
|
|
86
|
-
},
|
|
87
|
-
"gitHead": "19fa58d527ae74f2b6baa0867463eea1d290f9a5"
|
|
88
|
-
}
|