@modern-js/repo-generator 0.0.0-next-1678645988866 → 0.0.0-next-1678680921211
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/index.js +21 -12
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -60196,9 +60196,9 @@ var require_node4 = __commonJS({
|
|
|
60196
60196
|
}
|
|
60197
60197
|
});
|
|
60198
60198
|
|
|
60199
|
-
// ../../../../node_modules/.pnpm/ejs@3.1.
|
|
60199
|
+
// ../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/utils.js
|
|
60200
60200
|
var require_utils7 = __commonJS({
|
|
60201
|
-
"../../../../node_modules/.pnpm/ejs@3.1.
|
|
60201
|
+
"../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/utils.js"(exports) {
|
|
60202
60202
|
"use strict";
|
|
60203
60203
|
var regExpChars = /[|\\{}()[\]^$+*?.]/g;
|
|
60204
60204
|
var hasOwnProperty6 = Object.prototype.hasOwnProperty;
|
|
@@ -60237,9 +60237,18 @@ function encode_char(c) {
|
|
|
60237
60237
|
exports.escapeXML = function(markup) {
|
|
60238
60238
|
return markup == void 0 ? "" : String(markup).replace(_MATCH_HTML, encode_char);
|
|
60239
60239
|
};
|
|
60240
|
-
|
|
60240
|
+
function escapeXMLToString() {
|
|
60241
60241
|
return Function.prototype.toString.call(this) + ";\n" + escapeFuncStr;
|
|
60242
|
-
}
|
|
60242
|
+
}
|
|
60243
|
+
try {
|
|
60244
|
+
if (typeof Object.defineProperty === "function") {
|
|
60245
|
+
Object.defineProperty(exports.escapeXML, "toString", { value: escapeXMLToString });
|
|
60246
|
+
} else {
|
|
60247
|
+
exports.escapeXML.toString = escapeXMLToString;
|
|
60248
|
+
}
|
|
60249
|
+
} catch (err) {
|
|
60250
|
+
console.warn("Unable to set escapeXML.toString (is the Function prototype frozen?)");
|
|
60251
|
+
}
|
|
60243
60252
|
exports.shallowCopy = function(to, from) {
|
|
60244
60253
|
from = from || {};
|
|
60245
60254
|
if (to !== null && to !== void 0) {
|
|
@@ -60312,9 +60321,9 @@ function encode_char(c) {
|
|
|
60312
60321
|
}
|
|
60313
60322
|
});
|
|
60314
60323
|
|
|
60315
|
-
// ../../../../node_modules/.pnpm/ejs@3.1.
|
|
60324
|
+
// ../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/package.json
|
|
60316
60325
|
var require_package3 = __commonJS({
|
|
60317
|
-
"../../../../node_modules/.pnpm/ejs@3.1.
|
|
60326
|
+
"../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/package.json"(exports, module2) {
|
|
60318
60327
|
module2.exports = {
|
|
60319
60328
|
name: "ejs",
|
|
60320
60329
|
description: "Embedded JavaScript templates",
|
|
@@ -60323,7 +60332,7 @@ var require_package3 = __commonJS({
|
|
|
60323
60332
|
"engine",
|
|
60324
60333
|
"ejs"
|
|
60325
60334
|
],
|
|
60326
|
-
version: "3.1.
|
|
60335
|
+
version: "3.1.9",
|
|
60327
60336
|
author: "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
|
|
60328
60337
|
license: "Apache-2.0",
|
|
60329
60338
|
bin: {
|
|
@@ -60345,24 +60354,24 @@ var require_package3 = __commonJS({
|
|
|
60345
60354
|
browserify: "^16.5.1",
|
|
60346
60355
|
eslint: "^6.8.0",
|
|
60347
60356
|
"git-directory-deploy": "^1.5.1",
|
|
60348
|
-
jsdoc: "^
|
|
60357
|
+
jsdoc: "^4.0.2",
|
|
60349
60358
|
"lru-cache": "^4.0.1",
|
|
60350
|
-
mocha: "^
|
|
60359
|
+
mocha: "^10.2.0",
|
|
60351
60360
|
"uglify-js": "^3.3.16"
|
|
60352
60361
|
},
|
|
60353
60362
|
engines: {
|
|
60354
60363
|
node: ">=0.10.0"
|
|
60355
60364
|
},
|
|
60356
60365
|
scripts: {
|
|
60357
|
-
test: "mocha"
|
|
60366
|
+
test: "mocha -u tdd"
|
|
60358
60367
|
}
|
|
60359
60368
|
};
|
|
60360
60369
|
}
|
|
60361
60370
|
});
|
|
60362
60371
|
|
|
60363
|
-
// ../../../../node_modules/.pnpm/ejs@3.1.
|
|
60372
|
+
// ../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/ejs.js
|
|
60364
60373
|
var require_ejs = __commonJS({
|
|
60365
|
-
"../../../../node_modules/.pnpm/ejs@3.1.
|
|
60374
|
+
"../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/ejs.js"(exports) {
|
|
60366
60375
|
"use strict";
|
|
60367
60376
|
var fs3 = require("fs");
|
|
60368
60377
|
var path9 = require("path");
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-next-
|
|
14
|
+
"version": "0.0.0-next-1678680921211",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"@types/node": "^14",
|
|
27
27
|
"jest": "^27",
|
|
28
28
|
"typescript": "^4",
|
|
29
|
-
"@modern-js/
|
|
30
|
-
"@modern-js/generator
|
|
31
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
32
|
-
"@modern-js/generator-utils": "0.0.0-next-
|
|
33
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
34
|
-
"@modern-js/
|
|
35
|
-
"@modern-js/
|
|
36
|
-
"@modern-js/utils": "0.0.0-next-
|
|
37
|
-
"@scripts/build": "0.0.0-next-
|
|
38
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
29
|
+
"@modern-js/generator-common": "0.0.0-next-1678680921211",
|
|
30
|
+
"@modern-js/base-generator": "0.0.0-next-1678680921211",
|
|
31
|
+
"@modern-js/generator-plugin": "0.0.0-next-1678680921211",
|
|
32
|
+
"@modern-js/generator-utils": "0.0.0-next-1678680921211",
|
|
33
|
+
"@modern-js/module-generator": "0.0.0-next-1678680921211",
|
|
34
|
+
"@modern-js/mwa-generator": "0.0.0-next-1678680921211",
|
|
35
|
+
"@modern-js/monorepo-generator": "0.0.0-next-1678680921211",
|
|
36
|
+
"@modern-js/utils": "0.0.0-next-1678680921211",
|
|
37
|
+
"@scripts/build": "0.0.0-next-1678680921211",
|
|
38
|
+
"@scripts/jest-config": "0.0.0-next-1678680921211"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"publishConfig": {
|