@powerlines/deepkit 0.4.50 → 0.4.52

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.
Files changed (57) hide show
  1. package/package.json +10 -10
  2. package/dist/vendor/chunk-3JAG5OE4.js +0 -7066
  3. package/dist/vendor/chunk-3JAG5OE4.js.map +0 -1
  4. package/dist/vendor/chunk-6PEHRAEP.js +0 -30
  5. package/dist/vendor/chunk-6PEHRAEP.js.map +0 -1
  6. package/dist/vendor/chunk-7BATDUBJ.cjs +0 -44
  7. package/dist/vendor/chunk-7BATDUBJ.cjs.map +0 -1
  8. package/dist/vendor/chunk-AXYJRGEC.js +0 -3706
  9. package/dist/vendor/chunk-AXYJRGEC.js.map +0 -1
  10. package/dist/vendor/chunk-DWY272EC.js +0 -3515
  11. package/dist/vendor/chunk-DWY272EC.js.map +0 -1
  12. package/dist/vendor/chunk-NI4NLRQH.cjs +0 -7080
  13. package/dist/vendor/chunk-NI4NLRQH.cjs.map +0 -1
  14. package/dist/vendor/chunk-NSJWJXU4.cjs +0 -3533
  15. package/dist/vendor/chunk-NSJWJXU4.cjs.map +0 -1
  16. package/dist/vendor/chunk-ORGCWC7F.js +0 -111
  17. package/dist/vendor/chunk-ORGCWC7F.js.map +0 -1
  18. package/dist/vendor/chunk-SJDINIRT.cjs +0 -117
  19. package/dist/vendor/chunk-SJDINIRT.cjs.map +0 -1
  20. package/dist/vendor/chunk-ZBTZE2EM.cjs +0 -3861
  21. package/dist/vendor/chunk-ZBTZE2EM.cjs.map +0 -1
  22. package/dist/vendor/compiler.cjs +0 -46
  23. package/dist/vendor/compiler.cjs.map +0 -1
  24. package/dist/vendor/compiler.d.cts +0 -3
  25. package/dist/vendor/compiler.d.ts +0 -3
  26. package/dist/vendor/compiler.js +0 -7
  27. package/dist/vendor/compiler.js.map +0 -1
  28. package/dist/vendor/config.cjs +0 -37
  29. package/dist/vendor/config.cjs.map +0 -1
  30. package/dist/vendor/config.d.cts +0 -1
  31. package/dist/vendor/config.d.ts +0 -1
  32. package/dist/vendor/config.js +0 -7
  33. package/dist/vendor/config.js.map +0 -1
  34. package/dist/vendor/core.cjs +0 -518
  35. package/dist/vendor/core.cjs.map +0 -1
  36. package/dist/vendor/core.d.cts +0 -3
  37. package/dist/vendor/core.d.ts +0 -3
  38. package/dist/vendor/core.js +0 -4
  39. package/dist/vendor/core.js.map +0 -1
  40. package/dist/vendor/index.cjs +0 -108
  41. package/dist/vendor/index.cjs.map +0 -1
  42. package/dist/vendor/index.d.cts +0 -1
  43. package/dist/vendor/index.d.ts +0 -1
  44. package/dist/vendor/index.js +0 -67
  45. package/dist/vendor/index.js.map +0 -1
  46. package/dist/vendor/type-spec.cjs +0 -18
  47. package/dist/vendor/type-spec.cjs.map +0 -1
  48. package/dist/vendor/type-spec.d.cts +0 -1
  49. package/dist/vendor/type-spec.d.ts +0 -1
  50. package/dist/vendor/type-spec.js +0 -4
  51. package/dist/vendor/type-spec.js.map +0 -1
  52. package/dist/vendor/type.cjs +0 -18887
  53. package/dist/vendor/type.cjs.map +0 -1
  54. package/dist/vendor/type.d.cts +0 -1
  55. package/dist/vendor/type.d.ts +0 -1
  56. package/dist/vendor/type.js +0 -18361
  57. package/dist/vendor/type.js.map +0 -1
@@ -1,67 +0,0 @@
1
- import { Cache, ReflectionTransformer } from './chunk-3JAG5OE4.js';
2
- export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer } from './chunk-3JAG5OE4.js';
3
- import { init_esm_shims, __name } from './chunk-DWY272EC.js';
4
- import ts from 'typescript';
5
-
6
- // src/vendor/type-compiler/index.ts
7
- init_esm_shims();
8
-
9
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_a435fd598596ef57e87e4cc551b9d92d/node_modules/@deepkit/type-compiler/dist/esm/index.js
10
- init_esm_shims();
11
-
12
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_a435fd598596ef57e87e4cc551b9d92d/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
13
- init_esm_shims();
14
- var DeepkitLoader = class {
15
- static {
16
- __name(this, "DeepkitLoader");
17
- }
18
- constructor() {
19
- this.options = {
20
- allowJs: true,
21
- declaration: false
22
- };
23
- this.host = ts.createCompilerHost(this.options);
24
- this.program = ts.createProgram([], this.options, this.host);
25
- this.printer = ts.createPrinter({
26
- newLine: ts.NewLineKind.LineFeed
27
- });
28
- this.cache = new Cache();
29
- this.knownFiles = {};
30
- this.sourceFiles = {};
31
- const originReadFile = this.host.readFile;
32
- this.host.readFile = (fileName) => {
33
- if (this.knownFiles[fileName]) return this.knownFiles[fileName];
34
- return originReadFile.call(this.host, fileName);
35
- };
36
- this.host.writeFile = () => {
37
- };
38
- const originalGetSourceFile = this.host.getSourceFile;
39
- this.host.getSourceFile = (fileName, languageVersion, onError, shouldCreateNewSourceFile) => {
40
- if (this.sourceFiles[fileName]) return this.sourceFiles[fileName];
41
- return originalGetSourceFile.call(this.host, fileName, languageVersion, onError, shouldCreateNewSourceFile);
42
- };
43
- }
44
- transform(source, path) {
45
- this.knownFiles[path] = source;
46
- const sourceFile = ts.createSourceFile(path, source, ts.ScriptTarget.ESNext, true, path.endsWith(".tsx") ? ts.ScriptKind.TSX : ts.ScriptKind.TS);
47
- let newSource = source;
48
- ts.transform(sourceFile, [
49
- (context) => {
50
- const transformer2 = new ReflectionTransformer(context, this.cache).forHost(this.host).withReflection({
51
- reflection: "default",
52
- reflectionLevel: "normal"
53
- });
54
- return (node) => {
55
- const sourceFile2 = transformer2.transformSourceFile(node);
56
- newSource = this.printer.printNode(ts.EmitHint.SourceFile, sourceFile2, sourceFile2);
57
- return sourceFile2;
58
- };
59
- }
60
- ], this.options);
61
- return newSource;
62
- }
63
- };
64
-
65
- export { DeepkitLoader };
66
- //# sourceMappingURL=index.js.map
67
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/vendor/type-compiler/index.ts","../../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_a435fd598596ef57e87e4cc551b9d92d/node_modules/@deepkit/type-compiler/index.ts","../../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_a435fd598596ef57e87e4cc551b9d92d/node_modules/@deepkit/type-compiler/src/loader.ts"],"names":["transformer","sourceFile"],"mappings":";;;;;;AAAA,cAAA,EAAA;;;ACAA,cAAA,EAAA;;;ACKA,cAAA,EAAA;AAGM,IAAO,gBAAP,MAAoB;EAH1B;;;EAmBE,WAAA,GAAA;AAfU,IAAA,IAAA,CAAA,OAAA,GAA2B;MACnC,OAAA,EAAS,IAAA;MACT,WAAA,EAAa;;AAGL,IAAA,IAAA,CAAA,IAAA,GAAO,EAAA,CAAG,kBAAA,CAAmB,IAAA,CAAK,OAAO,CAAA;AAEzC,IAAA,IAAA,CAAA,OAAA,GAAU,GAAG,aAAA,CAAc,IAAI,IAAA,CAAK,OAAA,EAAS,KAAK,IAAI,CAAA;AAEtD,IAAA,IAAA,CAAA,OAAA,GAAU,GAAG,aAAA,CAAc;AAAE,MAAA,OAAA,EAAS,GAAG,WAAA,CAAY;KAAU,CAAA;AAC/D,IAAA,IAAA,CAAA,KAAA,GAAQ,IAAI,KAAA,EAAK;AAEjB,IAAA,IAAA,CAAA,aAAyC,EAAA;AACzC,IAAA,IAAA,CAAA,cAA8C,EAAA;AAGtD,IAAA,MAAM,cAAA,GAAiB,KAAK,IAAA,CAAK,QAAA;AACjC,IAAA,IAAA,CAAK,IAAA,CAAK,QAAA,GAAW,CAAC,QAAA,KAAkB;AACtC,MAAA,IAAI,KAAK,UAAA,CAAW,QAAQ,GAAG,OAAO,IAAA,CAAK,WAAW,QAAQ,CAAA;AAC9D,MAAA,OAAO,cAAA,CAAe,IAAA,CAAK,IAAA,CAAK,IAAA,EAAM,QAAQ,CAAA;AAChD,IAAA,CAAA;AAGA,IAAA,IAAA,CAAK,IAAA,CAAK,YAAY,MAAG;AAAI,IAAA,CAAA;AAE7B,IAAA,MAAM,qBAAA,GAAwB,KAAK,IAAA,CAAK,aAAA;AACxC,IAAA,IAAA,CAAK,KAAK,aAAA,GAAgB,CACxB,QAAA,EACA,eAAA,EACA,SACA,yBAAA,KACwB;AACxB,MAAA,IAAI,KAAK,WAAA,CAAY,QAAQ,GAAG,OAAO,IAAA,CAAK,YAAY,QAAQ,CAAA;AAChE,MAAA,OAAO,sBAAsB,IAAA,CAC3B,IAAA,CAAK,MACL,QAAA,EACA,eAAA,EACA,SACA,yBAAyB,CAAA;AAE7B,IAAA,CAAA;AACF,EAAA;AAEA,EAAA,SAAA,CAAU,QAAgB,IAAA,EAAY;AACpC,IAAA,IAAA,CAAK,UAAA,CAAW,IAAI,CAAA,GAAI,MAAA;AACxB,IAAA,MAAM,aAAa,EAAA,CAAG,gBAAA,CACpB,MACA,MAAA,EACA,EAAA,CAAG,aAAa,MAAA,EAChB,IAAA,EACA,IAAA,CAAK,QAAA,CAAS,MAAM,CAAA,GAAI,EAAA,CAAG,WAAW,GAAA,GAAM,EAAA,CAAG,WAAW,EAAE,CAAA;AAE9D,IAAA,IAAI,SAAA,GAAY,MAAA;AAEhB,IAAA,EAAA,CAAG,UACD,UAAA,EACA;AACE,MAAA,CAAC,OAAA,KAAgC;AAC/B,QAAA,MAAMA,YAAAA,GAAc,IAAI,qBAAA,CAAsB,OAAA,EAAS,IAAA,CAAK,KAAK,CAAA,CAC9D,OAAA,CAAQ,IAAA,CAAK,IAAI,CAAA,CACjB,cAAA,CAAe;UACd,UAAA,EAAY,SAAA;UACZ,eAAA,EAAiB;AAClB,SAAA,CAAA;AACH,QAAA,OAAO,CAAC,IAAA,KAA8B;AACpC,UAAA,MAAMC,WAAAA,GAAaD,YAAAA,CAAY,mBAAA,CAAoB,IAAI,CAAA;AAEvD,UAAA,SAAA,GAAY,KAAK,OAAA,CAAQ,SAAA,CACvB,GAAG,QAAA,CAAS,UAAA,EACZC,aACAA,WAAU,CAAA;AAEZ,UAAA,OAAOA,WAAAA;AACT,QAAA,CAAA;AACF,MAAA;AAEF,KAAA,EAAA,IAAA,CAAK,OAAO,CAAA;AAGd,IAAA,OAAO,SAAA;AACT,EAAA","file":"index.js","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Type Compiler module\n\nexport * from \"@deepkit/type-compiler\";\n","/*\n * Deepkit Framework\n * Copyright (C) 2021 Deepkit UG, Marc J. Schmidt\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the MIT License.\n *\n * You should have received a copy of the MIT License along with this program.\n */\n\nimport type { Program } from \"typescript\";\nimport { declarationTransformer, transformer } from \"./src/compiler.js\";\n\nexport * from \"./src/compiler.js\";\nexport * from \"./src/loader.js\";\n\nexport default function transformerPlugin(program: Program, opts: {}) {\n return {\n before: transformer,\n afterDeclarations: declarationTransformer\n };\n}\n","import type {\n CompilerOptions,\n SourceFile,\n TransformationContext\n} from \"typescript\";\nimport ts from \"typescript\";\nimport { Cache, ReflectionTransformer } from \"./compiler.js\";\n\nexport class DeepkitLoader {\n protected options: CompilerOptions = {\n allowJs: true,\n declaration: false\n };\n\n protected host = ts.createCompilerHost(this.options);\n\n protected program = ts.createProgram([], this.options, this.host);\n\n protected printer = ts.createPrinter({ newLine: ts.NewLineKind.LineFeed });\n protected cache = new Cache();\n\n protected knownFiles: { [path: string]: string } = {};\n protected sourceFiles: { [path: string]: SourceFile } = {};\n\n constructor() {\n const originReadFile = this.host.readFile;\n this.host.readFile = (fileName: string) => {\n if (this.knownFiles[fileName]) return this.knownFiles[fileName];\n return originReadFile.call(this.host, fileName);\n };\n\n //the program should not write any files\n this.host.writeFile = () => {};\n\n const originalGetSourceFile = this.host.getSourceFile;\n this.host.getSourceFile = (\n fileName: string,\n languageVersion: ts.ScriptTarget,\n onError?: (message: string) => void,\n shouldCreateNewSourceFile?: boolean\n ): SourceFile | undefined => {\n if (this.sourceFiles[fileName]) return this.sourceFiles[fileName];\n return originalGetSourceFile.call(\n this.host,\n fileName,\n languageVersion,\n onError,\n shouldCreateNewSourceFile\n );\n };\n }\n\n transform(source: string, path: string): string {\n this.knownFiles[path] = source;\n const sourceFile = ts.createSourceFile(\n path,\n source,\n ts.ScriptTarget.ESNext,\n true,\n path.endsWith(\".tsx\") ? ts.ScriptKind.TSX : ts.ScriptKind.TS\n );\n let newSource = source;\n\n ts.transform(\n sourceFile,\n [\n (context: TransformationContext) => {\n const transformer = new ReflectionTransformer(context, this.cache)\n .forHost(this.host)\n .withReflection({\n reflection: \"default\",\n reflectionLevel: \"normal\"\n });\n return (node: SourceFile): SourceFile => {\n const sourceFile = transformer.transformSourceFile(node);\n\n newSource = this.printer.printNode(\n ts.EmitHint.SourceFile,\n sourceFile,\n sourceFile\n );\n return sourceFile;\n };\n }\n ],\n this.options\n );\n\n return newSource;\n }\n}\n"]}
@@ -1,18 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkSJDINIRT_cjs = require('./chunk-SJDINIRT.cjs');
4
- var chunk7BATDUBJ_cjs = require('./chunk-7BATDUBJ.cjs');
5
-
6
- // src/vendor/type-spec.ts
7
- chunk7BATDUBJ_cjs.init_cjs_shims();
8
-
9
- Object.defineProperty(exports, "ReflectionOp", {
10
- enumerable: true,
11
- get: function () { return chunkSJDINIRT_cjs.ReflectionOp; }
12
- });
13
- Object.defineProperty(exports, "TypeNumberBrand", {
14
- enumerable: true,
15
- get: function () { return chunkSJDINIRT_cjs.TypeNumberBrand; }
16
- });
17
- //# sourceMappingURL=type-spec.cjs.map
18
- //# sourceMappingURL=type-spec.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/vendor/type-spec.ts"],"names":["init_cjs_shims"],"mappings":";;;;;;AAAAA,gCAAA,EAAA","file":"type-spec.cjs","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Type Spec module\n\nexport * from \"@deepkit/type-spec\";\n"]}
@@ -1 +0,0 @@
1
- export * from '@deepkit/type-spec';
@@ -1 +0,0 @@
1
- export * from '@deepkit/type-spec';
@@ -1,4 +0,0 @@
1
- export { ReflectionOp, TypeNumberBrand } from './chunk-ORGCWC7F.js';
2
- import './chunk-6PEHRAEP.js';
3
- //# sourceMappingURL=type-spec.js.map
4
- //# sourceMappingURL=type-spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"type-spec.js"}