@unpackjs/core 4.4.0 → 4.6.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/compiled/css-loader/index.js +20 -20
- package/compiled/css-loader/package.json +1 -1
- package/compiled/launch-editor/index.js +19 -12
- package/compiled/launch-editor/package.json +1 -1
- package/compiled/less-loader/index.js +8 -8
- package/compiled/postcss-loader/index.js +114 -110
- package/compiled/postcss-loader/package.json +1 -1
- package/compiled/sass-loader/index.js +8 -8
- package/dist/index.js +269 -425
- package/dist-types/cli/injectFramework.d.ts +1 -1
- package/dist-types/cli/injectFramework.d.ts.map +1 -1
- package/dist-types/createUnpack.d.ts.map +1 -1
- package/dist-types/plugins/prebundle.d.ts.map +1 -1
- package/dist-types/plugins/splitChunks.d.ts +3 -0
- package/dist-types/plugins/splitChunks.d.ts.map +1 -0
- package/dist-types/plugins/svgIcons.d.ts +2 -8
- package/dist-types/plugins/svgIcons.d.ts.map +1 -1
- package/dist-types/plugins/unocss.d.ts +2 -5
- package/dist-types/plugins/unocss.d.ts.map +1 -1
- package/dist-types/progressBar.d.ts +2 -4
- package/dist-types/progressBar.d.ts.map +1 -1
- package/dist-types/rspack-config/buildAnalyze.d.ts +6 -0
- package/dist-types/rspack-config/buildAnalyze.d.ts.map +1 -0
- package/dist-types/rspack-config/cache.d.ts +7 -0
- package/dist-types/rspack-config/cache.d.ts.map +1 -0
- package/dist-types/rspack-config/css.d.ts +6 -0
- package/dist-types/rspack-config/css.d.ts.map +1 -0
- package/dist-types/rspack-config/detectCircular.d.ts +6 -0
- package/dist-types/rspack-config/detectCircular.d.ts.map +1 -0
- package/dist-types/rspack-config/helpers.d.ts +54 -0
- package/dist-types/rspack-config/helpers.d.ts.map +1 -0
- package/dist-types/rspack-config/html.d.ts +6 -0
- package/dist-types/rspack-config/html.d.ts.map +1 -0
- package/dist-types/rspack-config/index.d.ts +3 -0
- package/dist-types/rspack-config/index.d.ts.map +1 -0
- package/dist-types/rspack-config/loaders/transformLoader.d.ts.map +1 -0
- package/dist-types/rspack-config/loaders/typedCssModulesLoader.d.ts.map +1 -0
- package/dist-types/rspack-config/nativeCss.d.ts +6 -0
- package/dist-types/rspack-config/nativeCss.d.ts.map +1 -0
- package/dist-types/rspack-config/plugins/jsMinify.d.ts.map +1 -0
- package/dist-types/rspack-config/plugins/progress/helpers.d.ts.map +1 -0
- package/dist-types/rspack-config/plugins/progress/index.d.ts.map +1 -0
- package/dist-types/{bundler-config → rspack-config}/plugins/registerHooks.d.ts +0 -1
- package/dist-types/rspack-config/plugins/registerHooks.d.ts.map +1 -0
- package/dist-types/rspack-config/typeCheck.d.ts +6 -0
- package/dist-types/rspack-config/typeCheck.d.ts.map +1 -0
- package/dist-types/run/dev.d.ts.map +1 -1
- package/dist-types/types/config.d.ts +25 -21
- package/dist-types/types/config.d.ts.map +1 -1
- package/dist-types/types/index.d.ts +0 -1
- package/dist-types/types/index.d.ts.map +1 -1
- package/dist-types/types/plugin.d.ts +5 -6
- package/dist-types/types/plugin.d.ts.map +1 -1
- package/dist-types/types/thirdParty.d.ts.map +1 -1
- package/package.json +9 -8
- package/dist-types/bundler-config/buildAnalyze.d.ts +0 -6
- package/dist-types/bundler-config/buildAnalyze.d.ts.map +0 -1
- package/dist-types/bundler-config/cache.d.ts +0 -7
- package/dist-types/bundler-config/cache.d.ts.map +0 -1
- package/dist-types/bundler-config/chunkSplit.d.ts +0 -6
- package/dist-types/bundler-config/chunkSplit.d.ts.map +0 -1
- package/dist-types/bundler-config/css.d.ts +0 -6
- package/dist-types/bundler-config/css.d.ts.map +0 -1
- package/dist-types/bundler-config/detectCircular.d.ts +0 -6
- package/dist-types/bundler-config/detectCircular.d.ts.map +0 -1
- package/dist-types/bundler-config/helpers.d.ts +0 -9
- package/dist-types/bundler-config/helpers.d.ts.map +0 -1
- package/dist-types/bundler-config/html.d.ts +0 -6
- package/dist-types/bundler-config/html.d.ts.map +0 -1
- package/dist-types/bundler-config/index.d.ts +0 -3
- package/dist-types/bundler-config/index.d.ts.map +0 -1
- package/dist-types/bundler-config/loaders/transformLoader.d.ts.map +0 -1
- package/dist-types/bundler-config/loaders/typedCssModulesLoader.d.ts.map +0 -1
- package/dist-types/bundler-config/nativeCss.d.ts +0 -6
- package/dist-types/bundler-config/nativeCss.d.ts.map +0 -1
- package/dist-types/bundler-config/plugins/jsMinify.d.ts.map +0 -1
- package/dist-types/bundler-config/plugins/progress/helpers.d.ts.map +0 -1
- package/dist-types/bundler-config/plugins/progress/index.d.ts.map +0 -1
- package/dist-types/bundler-config/plugins/registerHooks.d.ts.map +0 -1
- package/dist-types/bundler-config/typeCheck.d.ts +0 -6
- package/dist-types/bundler-config/typeCheck.d.ts.map +0 -1
- package/dist-types/spinner.d.ts +0 -9
- package/dist-types/spinner.d.ts.map +0 -1
- package/dist-types/types/chunkSplit.d.ts +0 -23
- package/dist-types/types/chunkSplit.d.ts.map +0 -1
- /package/dist-types/{bundler-config → rspack-config}/loaders/transformLoader.d.ts +0 -0
- /package/dist-types/{bundler-config → rspack-config}/loaders/typedCssModulesLoader.d.ts +0 -0
- /package/dist-types/{bundler-config → rspack-config}/plugins/jsMinify.d.ts +0 -0
- /package/dist-types/{bundler-config → rspack-config}/plugins/progress/helpers.d.ts +0 -0
- /package/dist-types/{bundler-config → rspack-config}/plugins/progress/index.d.ts +0 -0
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
6536: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4
4
|
"use strict";
|
|
5
|
-
const loader = __nccwpck_require__(
|
|
5
|
+
const loader = __nccwpck_require__(1382);
|
|
6
6
|
module.exports = loader.default;
|
|
7
7
|
module.exports.defaultGetLocalIdent =
|
|
8
|
-
__nccwpck_require__(
|
|
8
|
+
__nccwpck_require__(8839).defaultGetLocalIdent;
|
|
9
9
|
},
|
|
10
|
-
|
|
10
|
+
1382: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
11
11
|
"use strict";
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
exports["default"] = loader;
|
|
14
14
|
var _postcss = _interopRequireDefault(__nccwpck_require__(1940));
|
|
15
15
|
var _package = _interopRequireDefault(__nccwpck_require__(444));
|
|
16
16
|
var _semver = __nccwpck_require__(5200);
|
|
17
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
18
|
-
var _plugins = __nccwpck_require__(
|
|
19
|
-
var _utils = __nccwpck_require__(
|
|
17
|
+
var _options = _interopRequireDefault(__nccwpck_require__(7462));
|
|
18
|
+
var _plugins = __nccwpck_require__(7773);
|
|
19
|
+
var _utils = __nccwpck_require__(8839);
|
|
20
20
|
function _interopRequireDefault(e) {
|
|
21
21
|
return e && e.__esModule ? e : { default: e };
|
|
22
22
|
}
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
callback(null, `${importCode}${moduleCode}${exportCode}`);
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
|
-
|
|
246
|
+
7773: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
247
247
|
"use strict";
|
|
248
248
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
249
249
|
Object.defineProperty(exports, "icssParser", {
|
|
@@ -265,22 +265,22 @@
|
|
|
265
265
|
},
|
|
266
266
|
});
|
|
267
267
|
var _postcssImportParser = _interopRequireDefault(
|
|
268
|
-
__nccwpck_require__(
|
|
268
|
+
__nccwpck_require__(7358),
|
|
269
269
|
);
|
|
270
270
|
var _postcssIcssParser = _interopRequireDefault(
|
|
271
|
-
__nccwpck_require__(
|
|
271
|
+
__nccwpck_require__(2543),
|
|
272
272
|
);
|
|
273
|
-
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(
|
|
273
|
+
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(7674));
|
|
274
274
|
function _interopRequireDefault(e) {
|
|
275
275
|
return e && e.__esModule ? e : { default: e };
|
|
276
276
|
}
|
|
277
277
|
},
|
|
278
|
-
|
|
278
|
+
2543: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
279
279
|
"use strict";
|
|
280
280
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
281
281
|
exports["default"] = void 0;
|
|
282
282
|
var _icssUtils = __nccwpck_require__(229);
|
|
283
|
-
var _utils = __nccwpck_require__(
|
|
283
|
+
var _utils = __nccwpck_require__(8839);
|
|
284
284
|
const plugin = (options = {}) => ({
|
|
285
285
|
postcssPlugin: "postcss-icss-parser",
|
|
286
286
|
async OnceExit(root) {
|
|
@@ -379,14 +379,14 @@
|
|
|
379
379
|
plugin.postcss = true;
|
|
380
380
|
var _default = (exports["default"] = plugin);
|
|
381
381
|
},
|
|
382
|
-
|
|
382
|
+
7358: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
383
383
|
"use strict";
|
|
384
384
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
385
385
|
exports["default"] = void 0;
|
|
386
386
|
var _postcssValueParser = _interopRequireDefault(
|
|
387
387
|
__nccwpck_require__(5245),
|
|
388
388
|
);
|
|
389
|
-
var _utils = __nccwpck_require__(
|
|
389
|
+
var _utils = __nccwpck_require__(8839);
|
|
390
390
|
function _interopRequireDefault(e) {
|
|
391
391
|
return e && e.__esModule ? e : { default: e };
|
|
392
392
|
}
|
|
@@ -691,14 +691,14 @@
|
|
|
691
691
|
plugin.postcss = true;
|
|
692
692
|
var _default = (exports["default"] = plugin);
|
|
693
693
|
},
|
|
694
|
-
|
|
694
|
+
7674: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
695
695
|
"use strict";
|
|
696
696
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
697
697
|
exports["default"] = void 0;
|
|
698
698
|
var _postcssValueParser = _interopRequireDefault(
|
|
699
699
|
__nccwpck_require__(5245),
|
|
700
700
|
);
|
|
701
|
-
var _utils = __nccwpck_require__(
|
|
701
|
+
var _utils = __nccwpck_require__(8839);
|
|
702
702
|
function _interopRequireDefault(e) {
|
|
703
703
|
return e && e.__esModule ? e : { default: e };
|
|
704
704
|
}
|
|
@@ -1041,7 +1041,7 @@
|
|
|
1041
1041
|
plugin.postcss = true;
|
|
1042
1042
|
var _default = (exports["default"] = plugin);
|
|
1043
1043
|
},
|
|
1044
|
-
|
|
1044
|
+
8839: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1045
1045
|
"use strict";
|
|
1046
1046
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1047
1047
|
exports.WEBPACK_IGNORE_COMMENT_REGEXP = void 0;
|
|
@@ -8095,7 +8095,7 @@
|
|
|
8095
8095
|
"use strict";
|
|
8096
8096
|
module.exports = require("util");
|
|
8097
8097
|
},
|
|
8098
|
-
|
|
8098
|
+
7462: (module) => {
|
|
8099
8099
|
"use strict";
|
|
8100
8100
|
module.exports = JSON.parse(
|
|
8101
8101
|
'{"title":"CSS Loader options","additionalProperties":false,"properties":{"url":{"description":"Allows to enables/disables `url()`/`image-set()` functions handling.","link":"https://github.com/webpack/css-loader#url","anyOf":[{"type":"boolean"},{"type":"object","properties":{"filter":{"instanceof":"Function"}},"additionalProperties":false}]},"import":{"description":"Allows to enables/disables `@import` at-rules handling.","link":"https://github.com/webpack/css-loader#import","anyOf":[{"type":"boolean"},{"type":"object","properties":{"filter":{"instanceof":"Function"}},"additionalProperties":false}]},"modules":{"description":"Allows to enable/disable CSS Modules or ICSS and setup configuration.","link":"https://github.com/webpack/css-loader#modules","anyOf":[{"type":"boolean"},{"enum":["local","global","pure","icss"]},{"type":"object","additionalProperties":false,"properties":{"auto":{"description":"Allows auto enable CSS modules based on filename.","link":"https://github.com/webpack/css-loader#auto","anyOf":[{"instanceof":"RegExp"},{"instanceof":"Function"},{"type":"boolean"}]},"mode":{"description":"Setup `mode` option.","link":"https://github.com/webpack/css-loader#mode","anyOf":[{"enum":["local","global","pure","icss"]},{"instanceof":"Function"}]},"localIdentName":{"description":"Allows to configure the generated local ident name.","link":"https://github.com/webpack/css-loader#localidentname","type":"string","minLength":1},"localIdentContext":{"description":"Allows to redefine basic loader context for local ident name.","link":"https://github.com/webpack/css-loader#localidentcontext","type":"string","minLength":1},"localIdentHashSalt":{"description":"Allows to add custom hash to generate more unique classes.","link":"https://github.com/webpack/css-loader#localidenthashsalt","type":"string","minLength":1},"localIdentHashFunction":{"description":"Allows to specify hash function to generate classes.","link":"https://github.com/webpack/css-loader#localidenthashfunction","type":"string","minLength":1},"localIdentHashDigest":{"description":"Allows to specify hash digest to generate classes.","link":"https://github.com/webpack/css-loader#localidenthashdigest","type":"string","minLength":1},"localIdentHashDigestLength":{"description":"Allows to specify hash digest length to generate classes.","link":"https://github.com/webpack/css-loader#localidenthashdigestlength","type":"number"},"hashStrategy":{"description":"Allows to specify should localName be used when computing the hash.","link":"https://github.com/webpack/css-loader#hashstrategy","enum":["resource-path-and-local-name","minimal-subset"]},"localIdentRegExp":{"description":"Allows to specify custom RegExp for local ident name.","link":"https://github.com/webpack/css-loader#localidentregexp","anyOf":[{"type":"string","minLength":1},{"instanceof":"RegExp"}]},"getLocalIdent":{"description":"Allows to specify a function to generate the classname.","link":"https://github.com/webpack/css-loader#getlocalident","instanceof":"Function"},"namedExport":{"description":"Enables/disables ES modules named export for locals.","link":"https://github.com/webpack/css-loader#namedexport","type":"boolean"},"exportGlobals":{"description":"Allows to export names from global class or id, so you can use that as local name.","link":"https://github.com/webpack/css-loader#exportglobals","type":"boolean"},"exportLocalsConvention":{"description":"Style of exported classnames.","link":"https://github.com/webpack/css-loader#localsconvention","anyOf":[{"enum":["asIs","as-is","camelCase","camel-case","camelCaseOnly","camel-case-only","dashes","dashesOnly","dashes-only"]},{"instanceof":"Function"}]},"exportOnlyLocals":{"description":"Export only locals.","link":"https://github.com/webpack/css-loader#exportonlylocals","type":"boolean"},"getJSON":{"description":"Allows outputting of CSS modules mapping through a callback.","link":"https://github.com/webpack/css-loader#getJSON","instanceof":"Function"}}}]},"sourceMap":{"description":"Allows to enable/disable source maps.","link":"https://github.com/webpack/css-loader#sourcemap","type":"boolean"},"importLoaders":{"description":"Allows enables/disables or setups number of loaders applied before CSS loader for `@import`/CSS Modules and ICSS imports.","link":"https://github.com/webpack/css-loader#importloaders","anyOf":[{"type":"boolean"},{"type":"string"},{"type":"integer"}]},"esModule":{"description":"Use the ES modules syntax.","link":"https://github.com/webpack/css-loader#esmodule","type":"boolean"},"exportType":{"description":"Allows exporting styles as array with modules, string or constructable stylesheet (i.e. `CSSStyleSheet`).","link":"https://github.com/webpack/css-loader#exporttype","enum":["array","string","css-style-sheet"]}},"type":"object"}',
|
|
@@ -8130,6 +8130,6 @@
|
|
|
8130
8130
|
}
|
|
8131
8131
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
8132
8132
|
__nccwpck_require__.ab = __dirname + "/";
|
|
8133
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
8133
|
+
var __webpack_exports__ = __nccwpck_require__(6536);
|
|
8134
8134
|
module.exports = __webpack_exports__;
|
|
8135
8135
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"css-loader","author":"Tobias Koppers @sokra","version":"7.1.
|
|
1
|
+
{"name":"css-loader","author":"Tobias Koppers @sokra","version":"7.1.4","funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"license":"MIT","types":"index.d.ts","type":"commonjs"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
23: (module) => {
|
|
4
4
|
module.exports = {
|
|
5
5
|
atom: "atom",
|
|
6
6
|
Brackets: "brackets",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
codium: "codium",
|
|
11
11
|
cursor: "cursor",
|
|
12
12
|
trae: "trae",
|
|
13
|
+
antigravity: "antigravity",
|
|
13
14
|
emacs: "emacs",
|
|
14
15
|
gvim: "gvim",
|
|
15
16
|
idea: "idea",
|
|
@@ -31,7 +32,7 @@
|
|
|
31
32
|
zed: "zed",
|
|
32
33
|
};
|
|
33
34
|
},
|
|
34
|
-
|
|
35
|
+
324: (module) => {
|
|
35
36
|
module.exports = {
|
|
36
37
|
"/Applications/Atom.app/Contents/MacOS/Atom": "atom",
|
|
37
38
|
"/Applications/Atom Beta.app/Contents/MacOS/Atom Beta":
|
|
@@ -46,11 +47,14 @@
|
|
|
46
47
|
"/Applications/Sublime Text Dev.app/Contents/MacOS/Sublime Text":
|
|
47
48
|
"/Applications/Sublime Text Dev.app/Contents/SharedSupport/bin/subl",
|
|
48
49
|
"/Applications/Visual Studio Code.app/Contents/MacOS/Electron": "code",
|
|
50
|
+
"/Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Code - Insiders":
|
|
51
|
+
"code-insiders",
|
|
49
52
|
"/Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Electron":
|
|
50
53
|
"code-insiders",
|
|
51
54
|
"/Applications/VSCodium.app/Contents/MacOS/Electron": "codium",
|
|
52
55
|
"/Applications/Cursor.app/Contents/MacOS/Cursor": "cursor",
|
|
53
56
|
"/Applications/Trae.app/Contents/MacOS/Electron": "trae",
|
|
57
|
+
"/Applications/Antigravity.app/Contents/MacOS/Electron": "antigravity",
|
|
54
58
|
"/Applications/AppCode.app/Contents/MacOS/appcode":
|
|
55
59
|
"/Applications/AppCode.app/Contents/MacOS/appcode",
|
|
56
60
|
"/Applications/CLion.app/Contents/MacOS/clion":
|
|
@@ -79,7 +83,7 @@
|
|
|
79
83
|
"/Applications/Zed.app/Contents/MacOS/zed": "zed",
|
|
80
84
|
};
|
|
81
85
|
},
|
|
82
|
-
|
|
86
|
+
508: (module) => {
|
|
83
87
|
module.exports = [
|
|
84
88
|
"Brackets.exe",
|
|
85
89
|
"Code.exe",
|
|
@@ -106,9 +110,11 @@
|
|
|
106
110
|
"rider.exe",
|
|
107
111
|
"rider64.exe",
|
|
108
112
|
"trae.exe",
|
|
113
|
+
"zed.exe",
|
|
114
|
+
"Antigravity.exe",
|
|
109
115
|
];
|
|
110
116
|
},
|
|
111
|
-
|
|
117
|
+
502: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
112
118
|
const path = __nccwpck_require__(928);
|
|
113
119
|
module.exports = function getArgumentsForPosition(
|
|
114
120
|
editor,
|
|
@@ -151,6 +157,7 @@
|
|
|
151
157
|
case "Code - Insiders":
|
|
152
158
|
case "codium":
|
|
153
159
|
case "trae":
|
|
160
|
+
case "antigravity":
|
|
154
161
|
case "cursor":
|
|
155
162
|
case "vscodium":
|
|
156
163
|
case "VSCodium":
|
|
@@ -180,13 +187,13 @@
|
|
|
180
187
|
return [fileName];
|
|
181
188
|
};
|
|
182
189
|
},
|
|
183
|
-
|
|
190
|
+
183: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
184
191
|
const path = __nccwpck_require__(928);
|
|
185
192
|
const shellQuote = __nccwpck_require__(383);
|
|
186
193
|
const childProcess = __nccwpck_require__(317);
|
|
187
|
-
const COMMON_EDITORS_MACOS = __nccwpck_require__(
|
|
188
|
-
const COMMON_EDITORS_LINUX = __nccwpck_require__(
|
|
189
|
-
const COMMON_EDITORS_WIN = __nccwpck_require__(
|
|
194
|
+
const COMMON_EDITORS_MACOS = __nccwpck_require__(324);
|
|
195
|
+
const COMMON_EDITORS_LINUX = __nccwpck_require__(23);
|
|
196
|
+
const COMMON_EDITORS_WIN = __nccwpck_require__(508);
|
|
190
197
|
module.exports = function guessEditor(specifiedEditor) {
|
|
191
198
|
if (specifiedEditor) {
|
|
192
199
|
return shellQuote.parse(specifiedEditor);
|
|
@@ -266,14 +273,14 @@
|
|
|
266
273
|
return [null];
|
|
267
274
|
};
|
|
268
275
|
},
|
|
269
|
-
|
|
276
|
+
570: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
270
277
|
const fs = __nccwpck_require__(896);
|
|
271
278
|
const os = __nccwpck_require__(857);
|
|
272
279
|
const path = __nccwpck_require__(928);
|
|
273
280
|
const colors = __nccwpck_require__(831);
|
|
274
281
|
const childProcess = __nccwpck_require__(317);
|
|
275
|
-
const guessEditor = __nccwpck_require__(
|
|
276
|
-
const getArgumentsForPosition = __nccwpck_require__(
|
|
282
|
+
const guessEditor = __nccwpck_require__(183);
|
|
283
|
+
const getArgumentsForPosition = __nccwpck_require__(502);
|
|
277
284
|
function wrapErrorCallback(cb) {
|
|
278
285
|
return (fileName, errorMessage) => {
|
|
279
286
|
console.log();
|
|
@@ -749,6 +756,6 @@
|
|
|
749
756
|
}
|
|
750
757
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
751
758
|
__nccwpck_require__.ab = __dirname + "/";
|
|
752
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
759
|
+
var __webpack_exports__ = __nccwpck_require__(570);
|
|
753
760
|
module.exports = __webpack_exports__;
|
|
754
761
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"launch-editor","author":"Evan You","version":"2.
|
|
1
|
+
{"name":"launch-editor","author":"Evan You","version":"2.13.1","license":"MIT","types":"index.d.ts","type":"commonjs"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
5
|
-
module.exports = __nccwpck_require__(
|
|
4
|
+
861: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
module.exports = __nccwpck_require__(719)["default"];
|
|
6
6
|
},
|
|
7
|
-
|
|
7
|
+
719: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
8
8
|
var __webpack_unused_export__;
|
|
9
9
|
__webpack_unused_export__ = { value: true };
|
|
10
10
|
exports["default"] = void 0;
|
|
11
11
|
var _nodePath = _interopRequireDefault(__nccwpck_require__(760));
|
|
12
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
13
|
-
var _utils = __nccwpck_require__(
|
|
12
|
+
var _options = _interopRequireDefault(__nccwpck_require__(319));
|
|
13
|
+
var _utils = __nccwpck_require__(698);
|
|
14
14
|
function _interopRequireDefault(e) {
|
|
15
15
|
return e && e.__esModule ? e : { default: e };
|
|
16
16
|
}
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
var _default = (exports["default"] = lessLoader);
|
|
114
114
|
},
|
|
115
|
-
|
|
115
|
+
698: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
116
116
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
117
117
|
exports.errorFactory = errorFactory;
|
|
118
118
|
exports.getLessImplementation = getLessImplementation;
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
760: (module) => {
|
|
315
315
|
module.exports = require("node:path");
|
|
316
316
|
},
|
|
317
|
-
|
|
317
|
+
319: (module) => {
|
|
318
318
|
module.exports = JSON.parse(
|
|
319
319
|
'{"title":"Less Loader options","type":"object","properties":{"lessOptions":{"description":"Options to pass through to `Less`.","link":"https://github.com/webpack/less-loader#lessoptions","anyOf":[{"type":"object","additionalProperties":true},{"instanceof":"Function"}]},"additionalData":{"description":"Prepends/Appends `Less` code to the actual entry file.","link":"https://github.com/webpack/less-loader#additionalData","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack/less-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack/less-loader#webpackimporter","anyOf":[{"type":"boolean"},{"type":"string","enum":["only"]}]},"implementation":{"description":"The implementation of the `Less` to be used.","link":"https://github.com/webpack/less-loader#implementation","anyOf":[{"type":"string"},{"type":"object"}]},"lessLogAsWarnOrErr":{"description":"Less warnings and errors will be webpack warnings or errors.","link":"https://github.com/webpack/less-loader#lesslogaswarnorerr","type":"boolean"}},"additionalProperties":false}',
|
|
320
320
|
);
|
|
@@ -342,6 +342,6 @@
|
|
|
342
342
|
}
|
|
343
343
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
344
344
|
__nccwpck_require__.ab = __dirname + "/";
|
|
345
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
345
|
+
var __webpack_exports__ = __nccwpck_require__(861);
|
|
346
346
|
module.exports = __webpack_exports__;
|
|
347
347
|
})();
|