magic-comments-loader 2.1.2 → 2.1.4
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/dist/cjs/formatter.cjs +1 -1
- package/dist/cjs/parser.cjs +1 -1
- package/package.json +6 -6
package/dist/cjs/formatter.cjs
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.format = void 0;
|
|
7
7
|
var _magicComments = require("magic-comments");
|
|
8
8
|
var _magicString = _interopRequireDefault(require("magic-string"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
10
|
const format = ({
|
|
11
11
|
match,
|
|
12
12
|
source,
|
package/dist/cjs/parser.cjs
CHANGED
|
@@ -8,7 +8,7 @@ var _acorn = require("acorn");
|
|
|
8
8
|
var _acornWalk = require("acorn-walk");
|
|
9
9
|
var _acornJsxWalk = require("acorn-jsx-walk");
|
|
10
10
|
var _acornJsx = _interopRequireDefault(require("acorn-jsx"));
|
|
11
|
-
function _interopRequireDefault(
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
12
|
/**
|
|
13
13
|
* NOTE: Side-effect of importing this module's exports.
|
|
14
14
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "magic-comments-loader",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Add webpack magic comments to your dynamic imports at build time.",
|
|
5
5
|
"main": "dist",
|
|
6
6
|
"type": "module",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"dist"
|
|
47
47
|
],
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/cli": "^7.
|
|
50
|
-
"@babel/core": "^7.
|
|
51
|
-
"@babel/eslint-parser": "^7.
|
|
52
|
-
"@babel/preset-env": "^7.
|
|
49
|
+
"@babel/cli": "^7.24.7",
|
|
50
|
+
"@babel/core": "^7.24.7",
|
|
51
|
+
"@babel/eslint-parser": "^7.24.7",
|
|
52
|
+
"@babel/preset-env": "^7.24.7",
|
|
53
53
|
"babel-dual-package": "^1.1.3",
|
|
54
54
|
"babel-register-esm": "^1.2.4",
|
|
55
55
|
"eslint": "^8.42.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"acorn-walk": "^8.2.0",
|
|
68
68
|
"magic-comments": "^2.1.12",
|
|
69
69
|
"magic-string": "^0.30.0",
|
|
70
|
-
"micromatch": "^4.0.
|
|
70
|
+
"micromatch": "^4.0.7",
|
|
71
71
|
"schema-utils": "^4.2.0"
|
|
72
72
|
},
|
|
73
73
|
"prettier": {
|