@pezkuwi/dev 0.85.4 → 0.85.6
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/cjs/packageInfo.js +1 -1
- package/cjs/rootJs/index.js +2 -2
- package/package.json +35 -35
- package/packageInfo.js +1 -1
- package/rootJs/dynamic.d.mts +3 -7
- package/rootJs/index.js +2 -2
- package/scripts/pezkuwi-dev-build-ts.mjs +10 -8
- package/.skip-deno +0 -0
- package/build-deno/README.md +0 -547
- package/build-deno/detectOther.ts +0 -2
- package/build-deno/index.ts +0 -4
- package/build-deno/mod.ts +0 -10
- package/build-deno/packageInfo.ts +0 -3
- package/build-deno/root.ts +0 -4
- package/build-deno/rootJs/Clazz.ts +0 -43
- package/build-deno/rootJs/Jsx.tsx +0 -42
- package/build-deno/rootJs/JsxChild.tsx +0 -18
- package/build-deno/rootJs/augmented.ts +0 -12
- package/build-deno/rootJs/dynamic.d.mts +0 -4
- package/build-deno/rootJs/dynamic.mjs +0 -13
- package/build-deno/rootJs/index.ts +0 -53
- package/build-deno/rootJs/test.json.d.ts +0 -9
- package/build-deno/rootJs/testJson.json +0 -5
- package/build-deno/rootRust/lib.rs +0 -1
- package/build-deno/rootRust/mod.rs +0 -1
- package/build-deno/rootStatic/zagros.svg +0 -1
- package/build-deno/rootTests.ts +0 -60
- package/build-deno/types.ts +0 -6
- package/build-tsc/detectOther.d.ts +0 -2
- package/build-tsc/index.d.ts +0 -1
- package/build-tsc/packageInfo.d.ts +0 -6
- package/build-tsc/root.d.ts +0 -2
- package/build-tsc/rootJs/Clazz.d.ts +0 -18
- package/build-tsc/rootJs/Jsx.d.ts +0 -5
- package/build-tsc/rootJs/JsxChild.d.ts +0 -9
- package/build-tsc/rootJs/augmented.d.ts +0 -8
- package/build-tsc/rootJs/index.d.ts +0 -19
- package/build-tsc/rootTests.d.ts +0 -2
- package/build-tsc/types.d.ts +0 -2
- package/build-tsc-cjs/detectOther.js +0 -5
- package/build-tsc-cjs/index.js +0 -5
- package/build-tsc-cjs/packageInfo.js +0 -7
- package/build-tsc-cjs/root.js +0 -8
- package/build-tsc-cjs/rootJs/Clazz.js +0 -38
- package/build-tsc-cjs/rootJs/Jsx.js +0 -16
- package/build-tsc-cjs/rootJs/JsxChild.js +0 -11
- package/build-tsc-cjs/rootJs/augmented.js +0 -4
- package/build-tsc-cjs/rootJs/index.js +0 -53
- package/build-tsc-cjs/rootTests.js +0 -46
- package/build-tsc-cjs/types.js +0 -4
- package/build-tsc-esm/detectOther.js +0 -3
- package/build-tsc-esm/index.js +0 -4
- package/build-tsc-esm/packageInfo.js +0 -4
- package/build-tsc-esm/root.js +0 -4
- package/build-tsc-esm/rootJs/Clazz.js +0 -34
- package/build-tsc-esm/rootJs/Jsx.js +0 -13
- package/build-tsc-esm/rootJs/JsxChild.js +0 -8
- package/build-tsc-esm/rootJs/augmented.js +0 -3
- package/build-tsc-esm/rootJs/index.js +0 -41
- package/build-tsc-esm/rootTests.js +0 -43
- package/build-tsc-esm/types.js +0 -3
- package/cjs/sample.d.ts +0 -1
- package/tsconfig.build.json +0 -18
- package/tsconfig.build.tsbuildinfo +0 -1
- package/tsconfig.config.json +0 -14
- package/tsconfig.scripts.json +0 -14
- package/tsconfig.spec.json +0 -18
- package/tsconfig.spec.tsbuildinfo +0 -1
package/cjs/packageInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.packageInfo = void 0;
|
|
4
|
-
exports.packageInfo = { name: '@pezkuwi/dev', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.85.
|
|
4
|
+
exports.packageInfo = { name: '@pezkuwi/dev', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.85.5' };
|
package/cjs/rootJs/index.js
CHANGED
|
@@ -9,7 +9,7 @@ const tslib_1 = require("tslib");
|
|
|
9
9
|
/** This should appear as-is in the output with: 1. extension added, 2. augmented.d.ts correct */
|
|
10
10
|
require("./augmented.js");
|
|
11
11
|
/** This import should appear as-in in the ouput (cjs without asserts) */
|
|
12
|
-
const testJson_json_1 = tslib_1.__importDefault(require("
|
|
12
|
+
const testJson_json_1 = tslib_1.__importDefault(require("./testJson.json"));
|
|
13
13
|
/** Double double work, i.e. re-exports */
|
|
14
14
|
var Clazz_js_1 = require("./Clazz.js");
|
|
15
15
|
Object.defineProperty(exports, "Clazz", { enumerable: true, get: function () { return Clazz_js_1.Clazz; } });
|
|
@@ -22,7 +22,7 @@ function bigIntExp() {
|
|
|
22
22
|
async function dynamic(a, b) {
|
|
23
23
|
// NOTE we go via this path so it points to the same location in both ESM
|
|
24
24
|
// and CJS output (a './dynamic' import would be different otherwise)
|
|
25
|
-
const { sum } = await
|
|
25
|
+
const { sum } = await Promise.resolve().then(() => tslib_1.__importStar(require('./dynamic.mjs')));
|
|
26
26
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
|
27
27
|
return sum(a, b);
|
|
28
28
|
}
|
package/package.json
CHANGED
|
@@ -15,10 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"type": "module",
|
|
18
|
-
"
|
|
19
|
-
"version": "0.85.4",
|
|
20
|
-
"main": "./cjs/index.js",
|
|
21
|
-
"module": "./index.js",
|
|
18
|
+
"version": "0.85.6",
|
|
22
19
|
"bin": {
|
|
23
20
|
"pezkuwi-ci-ghact-build": "./scripts/pezkuwi-ci-ghact-build.mjs",
|
|
24
21
|
"pezkuwi-ci-ghact-docs": "./scripts/pezkuwi-ci-ghact-docs.mjs",
|
|
@@ -44,7 +41,12 @@
|
|
|
44
41
|
"pezkuwi-exec-tsc": "./scripts/pezkuwi-exec-tsc.mjs",
|
|
45
42
|
"pezkuwi-exec-webpack": "./scripts/pezkuwi-exec-webpack.mjs"
|
|
46
43
|
},
|
|
44
|
+
"main": "./cjs/index.js",
|
|
45
|
+
"module": "./cjs/index.js",
|
|
46
|
+
"types": "./cjs/index.d.ts",
|
|
47
47
|
"exports": {
|
|
48
|
+
"./cjs/package.json": "./cjs/package.json",
|
|
49
|
+
"./cjs/*": "./cjs/*.js",
|
|
48
50
|
".": {
|
|
49
51
|
"module": {
|
|
50
52
|
"types": "./index.d.ts",
|
|
@@ -59,16 +61,14 @@
|
|
|
59
61
|
"default": "./index.js"
|
|
60
62
|
}
|
|
61
63
|
},
|
|
62
|
-
"./cjs/*": "./cjs/*.js",
|
|
63
|
-
"./cjs/package.json": "./cjs/package.json",
|
|
64
64
|
"./config/eslint": "./config/eslint.js",
|
|
65
65
|
"./config/eslint.rules": "./config/eslint.rules.js",
|
|
66
|
-
"./config/prettier": "./config/prettier.cjs",
|
|
67
66
|
"./config/prettier.cjs": "./config/prettier.cjs",
|
|
67
|
+
"./config/prettier": "./config/prettier.cjs",
|
|
68
68
|
"./config/rollup": "./config/rollup.js",
|
|
69
69
|
"./config/tsconfig.json": "./config/tsconfig.json",
|
|
70
|
-
"./config/typedoc": "./config/typedoc.cjs",
|
|
71
70
|
"./config/typedoc.cjs": "./config/typedoc.cjs",
|
|
71
|
+
"./config/typedoc": "./config/typedoc.cjs",
|
|
72
72
|
"./detectOther": {
|
|
73
73
|
"module": {
|
|
74
74
|
"types": "./detectOther.d.ts",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"require": "./cjs/package.json",
|
|
88
88
|
"default": "./package.json"
|
|
89
89
|
},
|
|
90
|
-
"./packageInfo": {
|
|
90
|
+
"./packageInfo.js": {
|
|
91
91
|
"module": {
|
|
92
92
|
"types": "./packageInfo.d.ts",
|
|
93
93
|
"default": "./packageInfo.js"
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"default": "./packageInfo.js"
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
|
-
"./packageInfo
|
|
104
|
+
"./packageInfo": {
|
|
105
105
|
"module": {
|
|
106
106
|
"types": "./packageInfo.d.ts",
|
|
107
107
|
"default": "./packageInfo.js"
|
|
@@ -171,9 +171,9 @@
|
|
|
171
171
|
"default": "./rootJs/Clazz.js"
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
|
-
"./rootJs/dynamic": "./rootJs/dynamic.mjs",
|
|
175
174
|
"./rootJs/dynamic.d.mts": "./rootJs/dynamic.d.mts",
|
|
176
175
|
"./rootJs/dynamic.mjs": "./rootJs/dynamic.mjs",
|
|
176
|
+
"./rootJs/dynamic": "./rootJs/dynamic.mjs",
|
|
177
177
|
"./rootJs/Jsx": {
|
|
178
178
|
"module": {
|
|
179
179
|
"types": "./rootJs/Jsx.d.ts",
|
|
@@ -218,54 +218,54 @@
|
|
|
218
218
|
"default": "./rootTests.js"
|
|
219
219
|
}
|
|
220
220
|
},
|
|
221
|
-
"./scripts/pezkuwi-ci-ghact-build": "./scripts/pezkuwi-ci-ghact-build.mjs",
|
|
222
221
|
"./scripts/pezkuwi-ci-ghact-build.mjs": "./scripts/pezkuwi-ci-ghact-build.mjs",
|
|
223
|
-
"./scripts/pezkuwi-ci-ghact-
|
|
222
|
+
"./scripts/pezkuwi-ci-ghact-build": "./scripts/pezkuwi-ci-ghact-build.mjs",
|
|
224
223
|
"./scripts/pezkuwi-ci-ghact-docs.mjs": "./scripts/pezkuwi-ci-ghact-docs.mjs",
|
|
225
|
-
"./scripts/pezkuwi-ci-
|
|
224
|
+
"./scripts/pezkuwi-ci-ghact-docs": "./scripts/pezkuwi-ci-ghact-docs.mjs",
|
|
226
225
|
"./scripts/pezkuwi-ci-ghpages-force.mjs": "./scripts/pezkuwi-ci-ghpages-force.mjs",
|
|
227
|
-
"./scripts/pezkuwi-
|
|
226
|
+
"./scripts/pezkuwi-ci-ghpages-force": "./scripts/pezkuwi-ci-ghpages-force.mjs",
|
|
228
227
|
"./scripts/pezkuwi-dev-build-docs.mjs": "./scripts/pezkuwi-dev-build-docs.mjs",
|
|
229
|
-
"./scripts/pezkuwi-dev-build-
|
|
228
|
+
"./scripts/pezkuwi-dev-build-docs": "./scripts/pezkuwi-dev-build-docs.mjs",
|
|
230
229
|
"./scripts/pezkuwi-dev-build-ts.mjs": "./scripts/pezkuwi-dev-build-ts.mjs",
|
|
231
|
-
"./scripts/pezkuwi-dev-
|
|
230
|
+
"./scripts/pezkuwi-dev-build-ts": "./scripts/pezkuwi-dev-build-ts.mjs",
|
|
232
231
|
"./scripts/pezkuwi-dev-circular.mjs": "./scripts/pezkuwi-dev-circular.mjs",
|
|
233
|
-
"./scripts/pezkuwi-dev-
|
|
232
|
+
"./scripts/pezkuwi-dev-circular": "./scripts/pezkuwi-dev-circular.mjs",
|
|
234
233
|
"./scripts/pezkuwi-dev-clean-build.mjs": "./scripts/pezkuwi-dev-clean-build.mjs",
|
|
235
|
-
"./scripts/pezkuwi-dev-
|
|
234
|
+
"./scripts/pezkuwi-dev-clean-build": "./scripts/pezkuwi-dev-clean-build.mjs",
|
|
236
235
|
"./scripts/pezkuwi-dev-contrib.mjs": "./scripts/pezkuwi-dev-contrib.mjs",
|
|
237
|
-
"./scripts/pezkuwi-dev-
|
|
236
|
+
"./scripts/pezkuwi-dev-contrib": "./scripts/pezkuwi-dev-contrib.mjs",
|
|
238
237
|
"./scripts/pezkuwi-dev-copy-dir.mjs": "./scripts/pezkuwi-dev-copy-dir.mjs",
|
|
239
|
-
"./scripts/pezkuwi-dev-copy-
|
|
238
|
+
"./scripts/pezkuwi-dev-copy-dir": "./scripts/pezkuwi-dev-copy-dir.mjs",
|
|
240
239
|
"./scripts/pezkuwi-dev-copy-to.mjs": "./scripts/pezkuwi-dev-copy-to.mjs",
|
|
241
|
-
"./scripts/pezkuwi-dev-
|
|
240
|
+
"./scripts/pezkuwi-dev-copy-to": "./scripts/pezkuwi-dev-copy-to.mjs",
|
|
242
241
|
"./scripts/pezkuwi-dev-deno-map.mjs": "./scripts/pezkuwi-dev-deno-map.mjs",
|
|
243
|
-
"./scripts/pezkuwi-dev-
|
|
242
|
+
"./scripts/pezkuwi-dev-deno-map": "./scripts/pezkuwi-dev-deno-map.mjs",
|
|
244
243
|
"./scripts/pezkuwi-dev-run-lint.mjs": "./scripts/pezkuwi-dev-run-lint.mjs",
|
|
245
|
-
"./scripts/pezkuwi-dev-run-
|
|
244
|
+
"./scripts/pezkuwi-dev-run-lint": "./scripts/pezkuwi-dev-run-lint.mjs",
|
|
246
245
|
"./scripts/pezkuwi-dev-run-node-ts.mjs": "./scripts/pezkuwi-dev-run-node-ts.mjs",
|
|
247
|
-
"./scripts/pezkuwi-dev-run-
|
|
246
|
+
"./scripts/pezkuwi-dev-run-node-ts": "./scripts/pezkuwi-dev-run-node-ts.mjs",
|
|
248
247
|
"./scripts/pezkuwi-dev-run-test.mjs": "./scripts/pezkuwi-dev-run-test.mjs",
|
|
249
|
-
"./scripts/pezkuwi-dev-
|
|
248
|
+
"./scripts/pezkuwi-dev-run-test": "./scripts/pezkuwi-dev-run-test.mjs",
|
|
250
249
|
"./scripts/pezkuwi-dev-version.mjs": "./scripts/pezkuwi-dev-version.mjs",
|
|
251
|
-
"./scripts/pezkuwi-dev-
|
|
250
|
+
"./scripts/pezkuwi-dev-version": "./scripts/pezkuwi-dev-version.mjs",
|
|
252
251
|
"./scripts/pezkuwi-dev-yarn-only.mjs": "./scripts/pezkuwi-dev-yarn-only.mjs",
|
|
253
|
-
"./scripts/pezkuwi-
|
|
252
|
+
"./scripts/pezkuwi-dev-yarn-only": "./scripts/pezkuwi-dev-yarn-only.mjs",
|
|
254
253
|
"./scripts/pezkuwi-exec-eslint.mjs": "./scripts/pezkuwi-exec-eslint.mjs",
|
|
255
|
-
"./scripts/pezkuwi-exec-
|
|
254
|
+
"./scripts/pezkuwi-exec-eslint": "./scripts/pezkuwi-exec-eslint.mjs",
|
|
256
255
|
"./scripts/pezkuwi-exec-ghpages.mjs": "./scripts/pezkuwi-exec-ghpages.mjs",
|
|
257
|
-
"./scripts/pezkuwi-exec-
|
|
256
|
+
"./scripts/pezkuwi-exec-ghpages": "./scripts/pezkuwi-exec-ghpages.mjs",
|
|
258
257
|
"./scripts/pezkuwi-exec-ghrelease.mjs": "./scripts/pezkuwi-exec-ghrelease.mjs",
|
|
259
|
-
"./scripts/pezkuwi-exec-
|
|
258
|
+
"./scripts/pezkuwi-exec-ghrelease": "./scripts/pezkuwi-exec-ghrelease.mjs",
|
|
260
259
|
"./scripts/pezkuwi-exec-node-test.mjs": "./scripts/pezkuwi-exec-node-test.mjs",
|
|
261
|
-
"./scripts/pezkuwi-exec-
|
|
260
|
+
"./scripts/pezkuwi-exec-node-test": "./scripts/pezkuwi-exec-node-test.mjs",
|
|
262
261
|
"./scripts/pezkuwi-exec-rollup.mjs": "./scripts/pezkuwi-exec-rollup.mjs",
|
|
263
|
-
"./scripts/pezkuwi-exec-
|
|
262
|
+
"./scripts/pezkuwi-exec-rollup": "./scripts/pezkuwi-exec-rollup.mjs",
|
|
264
263
|
"./scripts/pezkuwi-exec-tsc.mjs": "./scripts/pezkuwi-exec-tsc.mjs",
|
|
265
|
-
"./scripts/pezkuwi-exec-
|
|
264
|
+
"./scripts/pezkuwi-exec-tsc": "./scripts/pezkuwi-exec-tsc.mjs",
|
|
266
265
|
"./scripts/pezkuwi-exec-webpack.mjs": "./scripts/pezkuwi-exec-webpack.mjs",
|
|
267
|
-
"./scripts/
|
|
266
|
+
"./scripts/pezkuwi-exec-webpack": "./scripts/pezkuwi-exec-webpack.mjs",
|
|
268
267
|
"./scripts/util.mjs": "./scripts/util.mjs",
|
|
268
|
+
"./scripts/util": "./scripts/util.mjs",
|
|
269
269
|
"./types": {
|
|
270
270
|
"module": {
|
|
271
271
|
"types": "./types.d.ts",
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/dev', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '0.85.
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/dev', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '0.85.5' };
|
package/rootJs/dynamic.d.mts
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* @param {number} a
|
|
5
|
-
* @param {number} b
|
|
6
|
-
* @returns {number}
|
|
7
|
-
*/
|
|
1
|
+
// Copyright 2017-2026 @pezkuwi/dev authors & contributors
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
|
|
8
4
|
export function sum(a: number, b: number): number;
|
package/rootJs/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/** This should appear as-is in the output with: 1. extension added, 2. augmented.d.ts correct */
|
|
2
2
|
import './augmented.js';
|
|
3
3
|
/** This import should appear as-in in the ouput (cjs without asserts) */
|
|
4
|
-
import testJson from '
|
|
4
|
+
import testJson from './testJson.json' with { type: 'json' };
|
|
5
5
|
/** Double double work, i.e. re-exports */
|
|
6
6
|
export { Clazz } from './Clazz.js';
|
|
7
7
|
/** Function to ensure that BigInt does not have the Babel Math.pow() transform */
|
|
@@ -13,7 +13,7 @@ export function bigIntExp() {
|
|
|
13
13
|
export async function dynamic(a, b) {
|
|
14
14
|
// NOTE we go via this path so it points to the same location in both ESM
|
|
15
15
|
// and CJS output (a './dynamic' import would be different otherwise)
|
|
16
|
-
const { sum } = await import('
|
|
16
|
+
const { sum } = await import('./dynamic.mjs');
|
|
17
17
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
|
18
18
|
return sum(a, b);
|
|
19
19
|
}
|
|
@@ -363,24 +363,24 @@ function rewriteImports (dir, pkgCwd, pkgJson, replacer) {
|
|
|
363
363
|
.filter((line) => !line.startsWith('//'))
|
|
364
364
|
.map((line) =>
|
|
365
365
|
line
|
|
366
|
-
// handle import/export
|
|
367
|
-
.replace(/(import|export) (.*) from '(
|
|
366
|
+
// handle import/export (use [^']* to avoid capturing 'json' from with { type: 'json' })
|
|
367
|
+
.replace(/(import|export) (.*) from '([^']*)'/g, (o, t, a, f) => {
|
|
368
368
|
const adjusted = replacer(pkgCwd, pkgJson, dir, f);
|
|
369
369
|
|
|
370
370
|
return adjusted
|
|
371
371
|
? `${t} ${a} from '${adjusted}'`
|
|
372
372
|
: o;
|
|
373
373
|
})
|
|
374
|
-
// handle augmented inputs
|
|
375
|
-
.replace(/(import|declare module) '(
|
|
374
|
+
// handle augmented inputs (use [^']* to avoid capturing quotes from import attributes)
|
|
375
|
+
.replace(/(import|declare module) '([^']*)'/g, (o, t, f) => {
|
|
376
376
|
const adjusted = replacer(pkgCwd, pkgJson, dir, f, t !== 'import');
|
|
377
377
|
|
|
378
378
|
return adjusted
|
|
379
379
|
? `${t} '${adjusted}'`
|
|
380
380
|
: o;
|
|
381
381
|
})
|
|
382
|
-
// handle dynamic imports
|
|
383
|
-
.replace(/( import|^import)\('(
|
|
382
|
+
// handle dynamic imports (use [^']* for consistency)
|
|
383
|
+
.replace(/( import|^import)\('([^']*)'\)/g, (o, t, f) => {
|
|
384
384
|
const adjusted = replacer(pkgCwd, pkgJson, dir, f);
|
|
385
385
|
|
|
386
386
|
return adjusted
|
|
@@ -792,7 +792,8 @@ function buildExports () {
|
|
|
792
792
|
? pkg.main
|
|
793
793
|
: `./${pkg.main}`;
|
|
794
794
|
|
|
795
|
-
|
|
795
|
+
// Only add ./cjs/ prefix if main doesn't already start with ./cjs/
|
|
796
|
+
pkg.main = main.startsWith('./cjs/') ? main : main.replace(/^\.\//, './cjs/');
|
|
796
797
|
pkg.module = main;
|
|
797
798
|
pkg.types = main.replace('.js', '.d.ts');
|
|
798
799
|
}
|
|
@@ -806,7 +807,8 @@ function buildExports () {
|
|
|
806
807
|
? value
|
|
807
808
|
: `./${value}`;
|
|
808
809
|
|
|
809
|
-
|
|
810
|
+
// Only add ./cjs/ prefix if entry doesn't already start with ./cjs/
|
|
811
|
+
pkg[k] = entry.startsWith('./cjs/') ? entry : entry.replace(/^\.\//, './cjs/');
|
|
810
812
|
}
|
|
811
813
|
});
|
|
812
814
|
|
package/.skip-deno
DELETED
|
File without changes
|