@powerlines/deepkit 0.9.60 → 0.9.62
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/{capnp-C64tcsYr.cjs → capnp-Be787Fo8.cjs} +1 -54
- package/dist/{capnp-CBwWCAFI.mjs → capnp-DMIKW0SW.mjs} +2 -50
- package/dist/capnp.cjs +1 -1
- package/dist/capnp.mjs +1 -1
- package/dist/{chunk-BViLPvwy.cjs → chunk-fl3r8ClO.cjs} +0 -19
- package/dist/esbuild-plugin.cjs +1 -9
- package/dist/esbuild-plugin.mjs +1 -3
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/resolve-reflections.cjs +1 -9
- package/dist/resolve-reflections.mjs +1 -3
- package/dist/rolldown-plugin.cjs +1 -9
- package/dist/rolldown-plugin.mjs +1 -3
- package/dist/{transformer-Bzko5OJ6.cjs → transformer-BBFrHqHC.cjs} +1 -11
- package/dist/{transformer-yf6V3L2u.mjs → transformer-BqC4_fMK.mjs} +8 -7
- package/dist/transformer.cjs +1 -1
- package/dist/transformer.mjs +1 -1
- package/dist/transpile.cjs +3 -10
- package/dist/transpile.mjs +2 -4
- package/dist/types.cjs +0 -13
- package/dist/types.mjs +1 -8
- package/package.json +10 -10
- package/dist/capnp.test.cjs +0 -15
- package/dist/capnp.test.d.cts +0 -1
- package/dist/capnp.test.d.mts +0 -1
- package/dist/capnp.test.mjs +0 -17
- package/dist/chunk-wE0WeVzl.mjs +0 -22
- package/dist/esbuild-plugin.test.cjs +0 -15
- package/dist/esbuild-plugin.test.d.cts +0 -1
- package/dist/esbuild-plugin.test.d.mts +0 -1
- package/dist/esbuild-plugin.test.mjs +0 -17
- package/dist/magic-string.es-CTmOTfpb.cjs +0 -1014
- package/dist/magic-string.es-CTmgL_KE.mjs +0 -1014
- package/dist/resolve-reflections.test.cjs +0 -15
- package/dist/resolve-reflections.test.d.cts +0 -1
- package/dist/resolve-reflections.test.d.mts +0 -1
- package/dist/resolve-reflections.test.mjs +0 -17
- package/dist/rolldown-plugin.test.cjs +0 -15
- package/dist/rolldown-plugin.test.d.cts +0 -1
- package/dist/rolldown-plugin.test.d.mts +0 -1
- package/dist/rolldown-plugin.test.mjs +0 -17
- package/dist/test.DNmyFkvJ-B5Eqa5wB.mjs +0 -13766
- package/dist/test.DNmyFkvJ-Bj84cw-C.cjs +0 -13783
- package/dist/transformer.test.cjs +0 -15
- package/dist/transformer.test.d.cts +0 -1
- package/dist/transformer.test.d.mts +0 -1
- package/dist/transformer.test.mjs +0 -17
- package/dist/transpile.test.cjs +0 -15
- package/dist/transpile.test.d.cts +0 -1
- package/dist/transpile.test.d.mts +0 -1
- package/dist/transpile.test.mjs +0 -17
- package/dist/types.test.cjs +0 -15
- package/dist/types.test.d.cts +0 -1
- package/dist/types.test.d.mts +0 -1
- package/dist/types.test.mjs +0 -17
- package/dist/utilities.test.cjs +0 -34
- package/dist/utilities.test.d.cts +0 -1
- package/dist/utilities.test.d.mts +0 -1
- package/dist/utilities.test.mjs +0 -36
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const require_test_DNmyFkvJ = require('./test.DNmyFkvJ-Bj84cw-C.cjs');
|
|
2
|
-
const require_resolve_reflections = require('./resolve-reflections.cjs');
|
|
3
|
-
|
|
4
|
-
//#region src/resolve-reflections.test.ts
|
|
5
|
-
require_test_DNmyFkvJ.describe("base/deepkit/src/resolve-reflections.ts", () => {
|
|
6
|
-
require_test_DNmyFkvJ.it("loads module exports", () => {
|
|
7
|
-
require_test_DNmyFkvJ.globalExpect(require_resolve_reflections.resolve_reflections_exports).toBeDefined();
|
|
8
|
-
require_test_DNmyFkvJ.globalExpect(typeof require_resolve_reflections.resolve_reflections_exports).toBe("object");
|
|
9
|
-
});
|
|
10
|
-
require_test_DNmyFkvJ.it("has at least one runtime export", () => {
|
|
11
|
-
require_test_DNmyFkvJ.globalExpect(Object.keys(require_resolve_reflections.resolve_reflections_exports).length).toBeGreaterThan(0);
|
|
12
|
-
});
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
//#endregion
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { n as describe, r as it, t as globalExpect } from "./test.DNmyFkvJ-B5Eqa5wB.mjs";
|
|
2
|
-
import { t as resolve_reflections_exports } from "./resolve-reflections.mjs";
|
|
3
|
-
|
|
4
|
-
//#region src/resolve-reflections.test.ts
|
|
5
|
-
describe("base/deepkit/src/resolve-reflections.ts", () => {
|
|
6
|
-
it("loads module exports", () => {
|
|
7
|
-
globalExpect(resolve_reflections_exports).toBeDefined();
|
|
8
|
-
globalExpect(typeof resolve_reflections_exports).toBe("object");
|
|
9
|
-
});
|
|
10
|
-
it("has at least one runtime export", () => {
|
|
11
|
-
globalExpect(Object.keys(resolve_reflections_exports).length).toBeGreaterThan(0);
|
|
12
|
-
});
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
//#endregion
|
|
16
|
-
export { };
|
|
17
|
-
//# sourceMappingURL=resolve-reflections.test.mjs.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const require_test_DNmyFkvJ = require('./test.DNmyFkvJ-Bj84cw-C.cjs');
|
|
2
|
-
const require_rolldown_plugin = require('./rolldown-plugin.cjs');
|
|
3
|
-
|
|
4
|
-
//#region src/rolldown-plugin.test.ts
|
|
5
|
-
require_test_DNmyFkvJ.describe("base/deepkit/src/rolldown-plugin.ts", () => {
|
|
6
|
-
require_test_DNmyFkvJ.it("loads module exports", () => {
|
|
7
|
-
require_test_DNmyFkvJ.globalExpect(require_rolldown_plugin.rolldown_plugin_exports).toBeDefined();
|
|
8
|
-
require_test_DNmyFkvJ.globalExpect(typeof require_rolldown_plugin.rolldown_plugin_exports).toBe("object");
|
|
9
|
-
});
|
|
10
|
-
require_test_DNmyFkvJ.it("has at least one runtime export", () => {
|
|
11
|
-
require_test_DNmyFkvJ.globalExpect(Object.keys(require_rolldown_plugin.rolldown_plugin_exports).length).toBeGreaterThan(0);
|
|
12
|
-
});
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
//#endregion
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { n as describe, r as it, t as globalExpect } from "./test.DNmyFkvJ-B5Eqa5wB.mjs";
|
|
2
|
-
import { t as rolldown_plugin_exports } from "./rolldown-plugin.mjs";
|
|
3
|
-
|
|
4
|
-
//#region src/rolldown-plugin.test.ts
|
|
5
|
-
describe("base/deepkit/src/rolldown-plugin.ts", () => {
|
|
6
|
-
it("loads module exports", () => {
|
|
7
|
-
globalExpect(rolldown_plugin_exports).toBeDefined();
|
|
8
|
-
globalExpect(typeof rolldown_plugin_exports).toBe("object");
|
|
9
|
-
});
|
|
10
|
-
it("has at least one runtime export", () => {
|
|
11
|
-
globalExpect(Object.keys(rolldown_plugin_exports).length).toBeGreaterThan(0);
|
|
12
|
-
});
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
//#endregion
|
|
16
|
-
export { };
|
|
17
|
-
//# sourceMappingURL=rolldown-plugin.test.mjs.map
|