@powerlines/deepkit 0.10.1 → 0.11.1
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/{config-DxlIp3Ls.d.cts → config-BV0kS7rg.d.cts} +2 -2
- package/dist/{config-Iht5APNm.d.mts → config-Q196_hzX.d.mts} +2 -2
- package/dist/esbuild-plugin.d.cts +3 -3
- package/dist/esbuild-plugin.d.mts +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{transformer-UV8uDtrG.cjs → transformer-BhjRYYW6.cjs} +1 -1
- package/dist/{transformer--O9Yh5sG.mjs → transformer-nSuflB6B.mjs} +2 -2
- package/dist/transformer.cjs +1 -1
- package/dist/transformer.d.cts +1 -1
- package/dist/transformer.d.mts +1 -1
- package/dist/transformer.mjs +1 -1
- package/dist/transpile.cjs +1 -1
- package/dist/transpile.d.cts +1 -1
- package/dist/transpile.d.mts +1 -1
- package/dist/transpile.mjs +1 -1
- package/dist/vendor/{compiler-BFGzEQta.mjs → compiler-C2Ek8asg.mjs} +4 -4
- package/dist/vendor/{compiler-rc5xr9jX.cjs → compiler-CufhUIuF.cjs} +3 -3
- package/dist/vendor/{compiler-Cw7_mRws.d.cts → compiler-Cxbp4SxP.d.cts} +6 -6
- package/dist/vendor/{compiler-zpXLdYcw.d.mts → compiler-DCk_WlIg.d.mts} +6 -6
- package/dist/vendor/{config-CTzILEfE.d.mts → config-B1Y0sjKx.d.cts} +2 -2
- package/dist/vendor/{config-D_kxripY.mjs → config-DMcAiX0D.mjs} +4 -4
- package/dist/vendor/{config-BA-XKd9c.cjs → config-DVVTc7Ms.cjs} +3 -3
- package/dist/vendor/{config-DXfafVtE.d.cts → config-DbRoKpKh.d.mts} +2 -2
- package/dist/vendor/type-compiler/compiler.cjs +1 -1
- package/dist/vendor/type-compiler/compiler.d.cts +1 -1
- package/dist/vendor/type-compiler/compiler.d.mts +1 -1
- package/dist/vendor/type-compiler/compiler.mjs +1 -1
- package/dist/vendor/type-compiler/config.cjs +1 -1
- package/dist/vendor/type-compiler/config.d.cts +1 -1
- package/dist/vendor/type-compiler/config.d.mts +1 -1
- package/dist/vendor/type-compiler/config.mjs +1 -1
- package/dist/vendor/type-compiler/index.cjs +3 -3
- package/dist/vendor/type-compiler/index.d.cts +3 -3
- package/dist/vendor/type-compiler/index.d.mts +3 -3
- package/dist/vendor/type-compiler/index.mjs +3 -3
- package/package.json +14 -14
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ts from "typescript";
|
|
2
2
|
|
|
3
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Default means reflection is enabled for this file.
|
|
6
6
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -37,4 +37,4 @@ interface ReflectionConfig {
|
|
|
37
37
|
}
|
|
38
38
|
//#endregion
|
|
39
39
|
export { Mode as n, ReflectionConfig as r, Level as t };
|
|
40
|
-
//# sourceMappingURL=config-
|
|
40
|
+
//# sourceMappingURL=config-BV0kS7rg.d.cts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ts from "typescript";
|
|
2
2
|
|
|
3
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Default means reflection is enabled for this file.
|
|
6
6
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -37,4 +37,4 @@ interface ReflectionConfig {
|
|
|
37
37
|
}
|
|
38
38
|
//#endregion
|
|
39
39
|
export { Mode as n, ReflectionConfig as r, Level as t };
|
|
40
|
-
//# sourceMappingURL=config-
|
|
40
|
+
//# sourceMappingURL=config-Q196_hzX.d.mts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as Mode, t as Level } from "./config-
|
|
2
|
-
import {
|
|
1
|
+
import { n as Mode, t as Level } from "./config-BV0kS7rg.cjs";
|
|
2
|
+
import { Context } from "@powerlines/core";
|
|
3
3
|
import { OnLoadOptions, Plugin } from "esbuild";
|
|
4
4
|
|
|
5
5
|
//#region src/esbuild-plugin.d.ts
|
|
@@ -42,7 +42,7 @@ interface ESBuildPluginOptions extends Partial<ReflectionConfig> {
|
|
|
42
42
|
* @param options - Optional esbuild onLoad options and reflection configuration.
|
|
43
43
|
* @returns An esbuild plugin instance.
|
|
44
44
|
*/
|
|
45
|
-
declare const esbuildPlugin: <TContext extends
|
|
45
|
+
declare const esbuildPlugin: <TContext extends Context>(context: TContext, options?: ESBuildPluginOptions) => Plugin;
|
|
46
46
|
//#endregion
|
|
47
47
|
export { ESBuildPluginOptions, ReflectionConfig, esbuildPlugin };
|
|
48
48
|
//# sourceMappingURL=esbuild-plugin.d.cts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as Mode, t as Level } from "./config-
|
|
2
|
-
import {
|
|
1
|
+
import { n as Mode, t as Level } from "./config-Q196_hzX.mjs";
|
|
2
|
+
import { Context } from "@powerlines/core";
|
|
3
3
|
import { OnLoadOptions, Plugin } from "esbuild";
|
|
4
4
|
|
|
5
5
|
//#region src/esbuild-plugin.d.ts
|
|
@@ -42,7 +42,7 @@ interface ESBuildPluginOptions extends Partial<ReflectionConfig> {
|
|
|
42
42
|
* @param options - Optional esbuild onLoad options and reflection configuration.
|
|
43
43
|
* @returns An esbuild plugin instance.
|
|
44
44
|
*/
|
|
45
|
-
declare const esbuildPlugin: <TContext extends
|
|
45
|
+
declare const esbuildPlugin: <TContext extends Context>(context: TContext, options?: ESBuildPluginOptions) => Plugin;
|
|
46
46
|
//#endregion
|
|
47
47
|
export { ESBuildPluginOptions, ReflectionConfig, esbuildPlugin };
|
|
48
48
|
//# sourceMappingURL=esbuild-plugin.d.mts.map
|
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_capnp = require('./capnp-DHCScQUl.cjs');
|
|
3
|
-
const require_transformer = require('./transformer-
|
|
3
|
+
const require_transformer = require('./transformer-BhjRYYW6.cjs');
|
|
4
4
|
const require_transpile = require('./transpile.cjs');
|
|
5
5
|
const require_esbuild_plugin = require('./esbuild-plugin.cjs');
|
|
6
6
|
const require_resolve_reflections = require('./resolve-reflections.cjs');
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as createTransformer, t as createDeclarationTransformer } from "./transformer
|
|
1
|
+
import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-nSuflB6B.mjs";
|
|
2
2
|
import { A as convertToCapnpIndexAccessOrigin, B as convertToCapnpPropertySignature, C as convertToCapnp, D as convertToCapnpDefault, E as convertToCapnpClassType, F as convertToCapnpMethodSignature, G as convertToCapnpUnion, H as convertToCapnpTagsReflection, I as convertToCapnpObjectLiteral, L as convertToCapnpOther, M as convertToCapnpIntersection, N as convertToCapnpLiteral, O as convertToCapnpEnum, P as convertToCapnpMethod, R as convertToCapnpParameter, S as convertFromCapnpUnion, T as convertToCapnpBase, U as convertToCapnpTuple, V as convertToCapnpSimple, W as convertToCapnpTupleMember, _ as convertFromCapnpPropertySignature, a as convertFromCapnpDefault, b as convertFromCapnpTuple, c as convertFromCapnpIndexAccessOrigin, d as convertFromCapnpLiteral, f as convertFromCapnpMethodSignature, g as convertFromCapnpProperty, h as convertFromCapnpParameter, i as convertFromCapnpClassType, j as convertToCapnpInfer, k as convertToCapnpFunction, l as convertFromCapnpInfer, m as convertFromCapnpOther, n as convertFromCapnpArray, o as convertFromCapnpEnum, p as convertFromCapnpObjectLiteral, r as convertFromCapnpBase, s as convertFromCapnpFunction, t as convertFromCapnp, u as convertFromCapnpIntersection, v as convertFromCapnpSimple, w as convertToCapnpArray, x as convertFromCapnpTupleMember, y as convertFromCapnpTagsReflection, z as convertToCapnpProperty } from "./capnp-DyqIIT-T.mjs";
|
|
3
3
|
import { transpile } from "./transpile.mjs";
|
|
4
4
|
import { esbuildPlugin } from "./esbuild-plugin.mjs";
|
|
@@ -1254,7 +1254,7 @@ var require_dist = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module
|
|
|
1254
1254
|
}));
|
|
1255
1255
|
|
|
1256
1256
|
//#endregion
|
|
1257
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
1257
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
|
|
1258
1258
|
var import_dist = require_dist();
|
|
1259
1259
|
const { visitEachChild, visitNode, isPropertyAssignment, isArrayTypeNode, isArrowFunction, isBlock, isCallExpression, isCallSignatureDeclaration, isClassDeclaration, isClassExpression, isConstructorDeclaration, isConstructorTypeNode, isConstructSignatureDeclaration, isEnumDeclaration, isExportDeclaration, isExpression, isExpressionWithTypeArguments, isFunctionDeclaration, isFunctionExpression, isFunctionLike, isIdentifier, isImportClause, isImportDeclaration, isImportSpecifier, isInferTypeNode, isInterfaceDeclaration, isMethodDeclaration, isMethodSignature, isModuleDeclaration, isNamedExports, isNamedTupleMember, isNewExpression, isObjectLiteralExpression, isOptionalTypeNode, isParameter, isParenthesizedExpression, isParenthesizedTypeNode, isPropertyAccessExpression, isQualifiedName, isSourceFile, isStringLiteral, isTypeAliasDeclaration, isTypeLiteralNode, isTypeParameterDeclaration, isTypeQueryNode, isTypeReferenceNode, isUnionTypeNode, isExpressionStatement, isVariableDeclaration, getEffectiveConstraintOfTypeParameter, addSyntheticLeadingComment, createCompilerHost, createPrinter, escapeLeadingUnderscores, EmitHint, NodeFlags, SyntaxKind, ScriptTarget, ModifierFlags, ScriptKind } = typescript.default;
|
|
1260
1260
|
const packSizeByte = 6;
|
|
@@ -1257,7 +1257,7 @@ var require_dist = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1257
1257
|
}));
|
|
1258
1258
|
|
|
1259
1259
|
//#endregion
|
|
1260
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
1260
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
|
|
1261
1261
|
var import_dist = require_dist();
|
|
1262
1262
|
const { visitEachChild, visitNode, isPropertyAssignment, isArrayTypeNode, isArrowFunction, isBlock, isCallExpression, isCallSignatureDeclaration, isClassDeclaration, isClassExpression, isConstructorDeclaration, isConstructorTypeNode, isConstructSignatureDeclaration, isEnumDeclaration, isExportDeclaration, isExpression, isExpressionWithTypeArguments, isFunctionDeclaration, isFunctionExpression, isFunctionLike, isIdentifier, isImportClause, isImportDeclaration, isImportSpecifier, isInferTypeNode, isInterfaceDeclaration, isMethodDeclaration, isMethodSignature, isModuleDeclaration, isNamedExports, isNamedTupleMember, isNewExpression, isObjectLiteralExpression, isOptionalTypeNode, isParameter, isParenthesizedExpression, isParenthesizedTypeNode, isPropertyAccessExpression, isQualifiedName, isSourceFile, isStringLiteral, isTypeAliasDeclaration, isTypeLiteralNode, isTypeParameterDeclaration, isTypeQueryNode, isTypeReferenceNode, isUnionTypeNode, isExpressionStatement, isVariableDeclaration, getEffectiveConstraintOfTypeParameter, addSyntheticLeadingComment, createCompilerHost, createPrinter, escapeLeadingUnderscores, EmitHint, NodeFlags, SyntaxKind, ScriptTarget, ModifierFlags, ScriptKind } = ts;
|
|
1263
1263
|
const packSizeByte = 6;
|
|
@@ -1357,4 +1357,4 @@ function createDeclarationTransformer(context, options = {}) {
|
|
|
1357
1357
|
|
|
1358
1358
|
//#endregion
|
|
1359
1359
|
export { createTransformer as n, createDeclarationTransformer as t };
|
|
1360
|
-
//# sourceMappingURL=transformer
|
|
1360
|
+
//# sourceMappingURL=transformer-nSuflB6B.mjs.map
|
package/dist/transformer.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_transformer = require('./transformer-
|
|
2
|
+
const require_transformer = require('./transformer-BhjRYYW6.cjs');
|
|
3
3
|
|
|
4
4
|
exports.createDeclarationTransformer = require_transformer.createDeclarationTransformer;
|
|
5
5
|
exports.createTransformer = require_transformer.createTransformer;
|
package/dist/transformer.d.cts
CHANGED
package/dist/transformer.d.mts
CHANGED
package/dist/transformer.mjs
CHANGED
package/dist/transpile.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('./chunk-tvSNC7pH.cjs');
|
|
3
|
-
const require_transformer = require('./transformer-
|
|
3
|
+
const require_transformer = require('./transformer-BhjRYYW6.cjs');
|
|
4
4
|
let typescript = require("typescript");
|
|
5
5
|
typescript = require_chunk.__toESM(typescript, 1);
|
|
6
6
|
let _powerlines_core_plugin_utils = require("@powerlines/core/plugin-utils");
|
package/dist/transpile.d.cts
CHANGED
package/dist/transpile.d.mts
CHANGED
package/dist/transpile.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as createTransformer, t as createDeclarationTransformer } from "./transformer
|
|
1
|
+
import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-nSuflB6B.mjs";
|
|
2
2
|
import ts from "typescript";
|
|
3
3
|
import { removeVirtualPrefix } from "@powerlines/core/plugin-utils";
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as __require, t as __commonJSMin } from "./chunk-CbXMncuq.mjs";
|
|
2
2
|
import { n as TypeNumberBrand, t as ReflectionOp } from "./type-OqnxDy4H.mjs";
|
|
3
|
-
import { c as Resolver, l as debug, n as getConfigResolver, o as reflectionModeMatcher, u as debug2 } from "./config-
|
|
3
|
+
import { c as Resolver, l as debug, n as getConfigResolver, o as reflectionModeMatcher, u as debug2 } from "./config-DMcAiX0D.mjs";
|
|
4
4
|
import ts, { isBigIntLiteral } from "typescript";
|
|
5
5
|
|
|
6
6
|
//#region ../../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@6.0.3/node_modules/@typescript/vfs/dist/vfs.cjs.production.min.js
|
|
@@ -4583,7 +4583,7 @@ function executeCloneNode(node, options) {
|
|
|
4583
4583
|
}
|
|
4584
4584
|
|
|
4585
4585
|
//#endregion
|
|
4586
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
4586
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/reflection-ast.js
|
|
4587
4587
|
const { isArrowFunction: isArrowFunction$1, isComputedPropertyName, isIdentifier: isIdentifier$1, isNamedImports, isNumericLiteral, isPrivateIdentifier, isStringLiteral: isStringLiteral$1, isStringLiteralLike, setOriginalNode, getLeadingCommentRanges, isNoSubstitutionTemplateLiteral, NodeFlags: NodeFlags$1, SyntaxKind: SyntaxKind$1 } = ts;
|
|
4588
4588
|
function is__String(value) {
|
|
4589
4589
|
return typeof value === "string";
|
|
@@ -4819,7 +4819,7 @@ function finish(oldNode, newNode) {
|
|
|
4819
4819
|
}
|
|
4820
4820
|
|
|
4821
4821
|
//#endregion
|
|
4822
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
4822
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
|
|
4823
4823
|
const { visitEachChild, visitNode, isPropertyAssignment, isArrayTypeNode, isArrowFunction, isBlock, isCallExpression, isCallSignatureDeclaration, isClassDeclaration, isClassExpression, isConstructorDeclaration, isConstructorTypeNode, isConstructSignatureDeclaration, isEnumDeclaration, isExportDeclaration, isExpression, isExpressionWithTypeArguments, isFunctionDeclaration, isFunctionExpression, isFunctionLike, isIdentifier, isImportClause, isImportDeclaration, isImportSpecifier, isInferTypeNode, isInterfaceDeclaration, isMethodDeclaration, isMethodSignature, isModuleDeclaration, isNamedExports, isNamedTupleMember, isNewExpression, isObjectLiteralExpression, isOptionalTypeNode, isParameter, isParenthesizedExpression, isParenthesizedTypeNode, isPropertyAccessExpression, isQualifiedName, isSourceFile, isStringLiteral, isTypeAliasDeclaration, isTypeLiteralNode, isTypeParameterDeclaration, isTypeQueryNode, isTypeReferenceNode, isUnionTypeNode, isExpressionStatement, isVariableDeclaration, getEffectiveConstraintOfTypeParameter, addSyntheticLeadingComment, createCompilerHost, createPrinter, escapeLeadingUnderscores, EmitHint, NodeFlags, SyntaxKind, ScriptTarget, ModifierFlags, ScriptKind: ScriptKind$1 } = ts;
|
|
4824
4824
|
function encodeOps(ops) {
|
|
4825
4825
|
return ops.map((v) => String.fromCharCode(v + 33)).join("");
|
|
@@ -6554,4 +6554,4 @@ const declarationTransformer = function deepkitDeclarationTransformer(context) {
|
|
|
6554
6554
|
|
|
6555
6555
|
//#endregion
|
|
6556
6556
|
export { declarationTransformer as a, packSizeByte as c, debugPackStruct as i, transformer as l, DeclarationTransformer as n, encodeOps as o, ReflectionTransformer as r, packSize as s, Cache as t };
|
|
6557
|
-
//# sourceMappingURL=compiler-
|
|
6557
|
+
//# sourceMappingURL=compiler-C2Ek8asg.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-tvSNC7pH.cjs');
|
|
2
2
|
const require_type = require('./type-Cdec0s2o.cjs');
|
|
3
|
-
const require_config = require('./config-
|
|
3
|
+
const require_config = require('./config-DVVTc7Ms.cjs');
|
|
4
4
|
let typescript = require("typescript");
|
|
5
5
|
let typescript$1 = require_chunk.__toESM(typescript, 1);
|
|
6
6
|
typescript = require_chunk.__toESM(typescript);
|
|
@@ -4585,7 +4585,7 @@ function executeCloneNode(node, options) {
|
|
|
4585
4585
|
}
|
|
4586
4586
|
|
|
4587
4587
|
//#endregion
|
|
4588
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
4588
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/reflection-ast.js
|
|
4589
4589
|
const { isArrowFunction: isArrowFunction$1, isComputedPropertyName, isIdentifier: isIdentifier$1, isNamedImports, isNumericLiteral, isPrivateIdentifier, isStringLiteral: isStringLiteral$1, isStringLiteralLike, setOriginalNode, getLeadingCommentRanges, isNoSubstitutionTemplateLiteral, NodeFlags: NodeFlags$1, SyntaxKind: SyntaxKind$1 } = typescript$1.default;
|
|
4590
4590
|
function is__String(value) {
|
|
4591
4591
|
return typeof value === "string";
|
|
@@ -4821,7 +4821,7 @@ function finish(oldNode, newNode) {
|
|
|
4821
4821
|
}
|
|
4822
4822
|
|
|
4823
4823
|
//#endregion
|
|
4824
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
4824
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
|
|
4825
4825
|
const { visitEachChild, visitNode, isPropertyAssignment, isArrayTypeNode, isArrowFunction, isBlock, isCallExpression, isCallSignatureDeclaration, isClassDeclaration, isClassExpression, isConstructorDeclaration, isConstructorTypeNode, isConstructSignatureDeclaration, isEnumDeclaration, isExportDeclaration, isExpression, isExpressionWithTypeArguments, isFunctionDeclaration, isFunctionExpression, isFunctionLike, isIdentifier, isImportClause, isImportDeclaration, isImportSpecifier, isInferTypeNode, isInterfaceDeclaration, isMethodDeclaration, isMethodSignature, isModuleDeclaration, isNamedExports, isNamedTupleMember, isNewExpression, isObjectLiteralExpression, isOptionalTypeNode, isParameter, isParenthesizedExpression, isParenthesizedTypeNode, isPropertyAccessExpression, isQualifiedName, isSourceFile, isStringLiteral, isTypeAliasDeclaration, isTypeLiteralNode, isTypeParameterDeclaration, isTypeQueryNode, isTypeReferenceNode, isUnionTypeNode, isExpressionStatement, isVariableDeclaration, getEffectiveConstraintOfTypeParameter, addSyntheticLeadingComment, createCompilerHost, createPrinter, escapeLeadingUnderscores, EmitHint, NodeFlags, SyntaxKind, ScriptTarget, ModifierFlags, ScriptKind } = typescript.default;
|
|
4826
4826
|
function encodeOps(ops) {
|
|
4827
4827
|
return ops.map((v) => String.fromCharCode(v + 33)).join("");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as ReflectionOp } from "./type-DH3ABQva.cjs";
|
|
2
|
-
import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-
|
|
2
|
+
import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-B1Y0sjKx.cjs";
|
|
3
3
|
import ts, { ArrowFunction, Bundle, ClassDeclaration, ClassExpression, CompilerHost, CompilerOptions, ConstructorDeclaration, CustomTransformer, CustomTransformerFactory, Declaration, EntityName, ExportDeclaration, Expression, ExpressionWithTypeArguments, FunctionDeclaration, FunctionExpression, Identifier, ImportDeclaration, JSDocImportTag, MethodDeclaration, ModuleDeclaration, ModuleExportName, Node, NodeFactory, ParseConfigHost, PropertyAccessExpression, QualifiedName, ResolvedModule, ScriptKind, SourceFile, Statement, StringLiteral, Symbol as Symbol$1, SymbolTable, TransformationContext, TypeAliasDeclaration, TypeChecker, TypeParameterDeclaration, TypeReferenceNode } from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/ts-types.d.ts
|
|
6
6
|
/**
|
|
7
7
|
* Contains @internal properties that are not yet in the public API of TS.
|
|
8
8
|
*/
|
|
@@ -20,7 +20,7 @@ interface SourceFile$1 extends SourceFile {
|
|
|
20
20
|
symbol?: Symbol$1;
|
|
21
21
|
}
|
|
22
22
|
//#endregion
|
|
23
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
23
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/reflection-ast.d.ts
|
|
24
24
|
type PackExpression = Expression | string | number | boolean | bigint;
|
|
25
25
|
declare class NodeConverter {
|
|
26
26
|
protected f: NodeFactory;
|
|
@@ -28,7 +28,7 @@ declare class NodeConverter {
|
|
|
28
28
|
toExpression<T extends PackExpression | PackExpression[]>(node?: T): Expression;
|
|
29
29
|
}
|
|
30
30
|
//#endregion
|
|
31
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
31
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/resolver.d.ts
|
|
32
32
|
/**
|
|
33
33
|
* A utility to resolve a module path and its declaration.
|
|
34
34
|
*
|
|
@@ -55,7 +55,7 @@ declare class Resolver {
|
|
|
55
55
|
resolveSourceFile(sourceFile: SourceFile, modulePath: StringLiteral): SourceFile | undefined;
|
|
56
56
|
}
|
|
57
57
|
//#endregion
|
|
58
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
58
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/compiler.d.ts
|
|
59
59
|
declare function encodeOps(ops: ReflectionOp[]): string;
|
|
60
60
|
declare const packSizeByte: number;
|
|
61
61
|
/**
|
|
@@ -377,4 +377,4 @@ declare const transformer: CustomTransformerFactory;
|
|
|
377
377
|
declare const declarationTransformer: CustomTransformerFactory;
|
|
378
378
|
//#endregion
|
|
379
379
|
export { debugPackStruct as a, packSize as c, TagsReflectionStruct as i, packSizeByte as l, DeclarationTransformer as n, declarationTransformer as o, ReflectionTransformer as r, encodeOps as s, Cache as t, transformer as u };
|
|
380
|
-
//# sourceMappingURL=compiler-
|
|
380
|
+
//# sourceMappingURL=compiler-Cxbp4SxP.d.cts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as ReflectionOp } from "./type-BjSNyGZz.mjs";
|
|
2
|
-
import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-
|
|
2
|
+
import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-DbRoKpKh.mjs";
|
|
3
3
|
import ts, { ArrowFunction, Bundle, ClassDeclaration, ClassExpression, CompilerHost, CompilerOptions, ConstructorDeclaration, CustomTransformer, CustomTransformerFactory, Declaration, EntityName, ExportDeclaration, Expression, ExpressionWithTypeArguments, FunctionDeclaration, FunctionExpression, Identifier, ImportDeclaration, JSDocImportTag, MethodDeclaration, ModuleDeclaration, ModuleExportName, Node, NodeFactory, ParseConfigHost, PropertyAccessExpression, QualifiedName, ResolvedModule, ScriptKind, SourceFile, Statement, StringLiteral, Symbol as Symbol$1, SymbolTable, TransformationContext, TypeAliasDeclaration, TypeChecker, TypeParameterDeclaration, TypeReferenceNode } from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/ts-types.d.ts
|
|
6
6
|
/**
|
|
7
7
|
* Contains @internal properties that are not yet in the public API of TS.
|
|
8
8
|
*/
|
|
@@ -20,7 +20,7 @@ interface SourceFile$1 extends SourceFile {
|
|
|
20
20
|
symbol?: Symbol$1;
|
|
21
21
|
}
|
|
22
22
|
//#endregion
|
|
23
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
23
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/reflection-ast.d.ts
|
|
24
24
|
type PackExpression = Expression | string | number | boolean | bigint;
|
|
25
25
|
declare class NodeConverter {
|
|
26
26
|
protected f: NodeFactory;
|
|
@@ -28,7 +28,7 @@ declare class NodeConverter {
|
|
|
28
28
|
toExpression<T extends PackExpression | PackExpression[]>(node?: T): Expression;
|
|
29
29
|
}
|
|
30
30
|
//#endregion
|
|
31
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
31
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/resolver.d.ts
|
|
32
32
|
/**
|
|
33
33
|
* A utility to resolve a module path and its declaration.
|
|
34
34
|
*
|
|
@@ -55,7 +55,7 @@ declare class Resolver {
|
|
|
55
55
|
resolveSourceFile(sourceFile: SourceFile, modulePath: StringLiteral): SourceFile | undefined;
|
|
56
56
|
}
|
|
57
57
|
//#endregion
|
|
58
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
58
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/compiler.d.ts
|
|
59
59
|
declare function encodeOps(ops: ReflectionOp[]): string;
|
|
60
60
|
declare const packSizeByte: number;
|
|
61
61
|
/**
|
|
@@ -377,4 +377,4 @@ declare const transformer: CustomTransformerFactory;
|
|
|
377
377
|
declare const declarationTransformer: CustomTransformerFactory;
|
|
378
378
|
//#endregion
|
|
379
379
|
export { debugPackStruct as a, packSize as c, TagsReflectionStruct as i, packSizeByte as l, DeclarationTransformer as n, declarationTransformer as o, ReflectionTransformer as r, encodeOps as s, Cache as t, transformer as u };
|
|
380
|
-
//# sourceMappingURL=compiler-
|
|
380
|
+
//# sourceMappingURL=compiler-DCk_WlIg.d.mts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ts, { CompilerOptions, ParseConfigHost } from "typescript";
|
|
2
2
|
|
|
3
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Default means reflection is enabled for this file.
|
|
6
6
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -127,4 +127,4 @@ declare function getConfigResolver(cache: ReflectionConfigCache, host: ParseConf
|
|
|
127
127
|
}, tsConfigPath?: string): ConfigResolver;
|
|
128
128
|
//#endregion
|
|
129
129
|
export { reflectionModeMatcher as _, Matcher as a, ReflectionConfig as c, TsConfigJson as d, defaultExcluded as f, parseRawMode as g, level as h, MatchResult as i, ReflectionConfigCache as l, isObject as m, CurrentConfig as n, Mode as o, getConfigResolver as p, Level as r, RawMode as s, ConfigResolver as t, ResolvedConfig as u, reflectionModes as v };
|
|
130
|
-
//# sourceMappingURL=config-
|
|
130
|
+
//# sourceMappingURL=config-B1Y0sjKx.d.cts.map
|
|
@@ -3,7 +3,7 @@ import ts from "typescript";
|
|
|
3
3
|
import { dirname, isAbsolute, join } from "node:path";
|
|
4
4
|
import { readFileSync } from "node:fs";
|
|
5
5
|
|
|
6
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
6
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
|
|
7
7
|
function isDebug(level = 1) {
|
|
8
8
|
const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
|
|
9
9
|
return "undefined" !== typeof process && "string" === typeof process.env.DEBUG && process.env.DEBUG.includes(expected);
|
|
@@ -3370,7 +3370,7 @@ var require_micromatch = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3370
3370
|
}));
|
|
3371
3371
|
|
|
3372
3372
|
//#endregion
|
|
3373
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3373
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
|
|
3374
3374
|
var import_micromatch = /* @__PURE__ */ __toESM(require_micromatch(), 1);
|
|
3375
3375
|
const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = ts;
|
|
3376
3376
|
function patternMatch(path, patterns, base) {
|
|
@@ -3430,7 +3430,7 @@ var Resolver = class {
|
|
|
3430
3430
|
};
|
|
3431
3431
|
|
|
3432
3432
|
//#endregion
|
|
3433
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3433
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
|
|
3434
3434
|
/**
|
|
3435
3435
|
* Default means reflection is enabled for this file.
|
|
3436
3436
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -3615,4 +3615,4 @@ function getConfigResolver(cache, host, compilerOptions, sourceFile, tsConfigPat
|
|
|
3615
3615
|
|
|
3616
3616
|
//#endregion
|
|
3617
3617
|
export { parseRawMode as a, Resolver as c, level as i, debug as l, getConfigResolver as n, reflectionModeMatcher as o, isObject as r, reflectionModes as s, defaultExcluded as t, debug2 as u };
|
|
3618
|
-
//# sourceMappingURL=config-
|
|
3618
|
+
//# sourceMappingURL=config-DMcAiX0D.mjs.map
|
|
@@ -5,7 +5,7 @@ typescript = require_chunk.__toESM(typescript);
|
|
|
5
5
|
let node_path = require("node:path");
|
|
6
6
|
let node_fs = require("node:fs");
|
|
7
7
|
|
|
8
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
8
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
|
|
9
9
|
function isDebug(level = 1) {
|
|
10
10
|
const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
|
|
11
11
|
return "undefined" !== typeof process && "string" === typeof process.env.DEBUG && process.env.DEBUG.includes(expected);
|
|
@@ -3372,7 +3372,7 @@ var require_micromatch = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
|
|
|
3372
3372
|
}));
|
|
3373
3373
|
|
|
3374
3374
|
//#endregion
|
|
3375
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3375
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
|
|
3376
3376
|
var import_micromatch = /* @__PURE__ */ require_chunk.__toESM(require_micromatch(), 1);
|
|
3377
3377
|
const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = typescript$1.default;
|
|
3378
3378
|
function patternMatch(path, patterns, base) {
|
|
@@ -3432,7 +3432,7 @@ var Resolver = class {
|
|
|
3432
3432
|
};
|
|
3433
3433
|
|
|
3434
3434
|
//#endregion
|
|
3435
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3435
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
|
|
3436
3436
|
/**
|
|
3437
3437
|
* Default means reflection is enabled for this file.
|
|
3438
3438
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ts, { CompilerOptions, ParseConfigHost } from "typescript";
|
|
2
2
|
|
|
3
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Default means reflection is enabled for this file.
|
|
6
6
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -127,4 +127,4 @@ declare function getConfigResolver(cache: ReflectionConfigCache, host: ParseConf
|
|
|
127
127
|
}, tsConfigPath?: string): ConfigResolver;
|
|
128
128
|
//#endregion
|
|
129
129
|
export { reflectionModeMatcher as _, Matcher as a, ReflectionConfig as c, TsConfigJson as d, defaultExcluded as f, parseRawMode as g, level as h, MatchResult as i, ReflectionConfigCache as l, isObject as m, CurrentConfig as n, Mode as o, getConfigResolver as p, Level as r, RawMode as s, ConfigResolver as t, ResolvedConfig as u, reflectionModes as v };
|
|
130
|
-
//# sourceMappingURL=config-
|
|
130
|
+
//# sourceMappingURL=config-DbRoKpKh.d.mts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_compiler = require('../compiler-
|
|
2
|
+
const require_compiler = require('../compiler-CufhUIuF.cjs');
|
|
3
3
|
|
|
4
4
|
exports.Cache = require_compiler.Cache;
|
|
5
5
|
exports.DeclarationTransformer = require_compiler.DeclarationTransformer;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-
|
|
1
|
+
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-Cxbp4SxP.cjs";
|
|
2
2
|
export { Cache, DeclarationTransformer, ReflectionTransformer, TagsReflectionStruct, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-
|
|
1
|
+
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-DCk_WlIg.mjs";
|
|
2
2
|
export { Cache, DeclarationTransformer, ReflectionTransformer, TagsReflectionStruct, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-
|
|
1
|
+
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-C2Ek8asg.mjs";
|
|
2
2
|
|
|
3
3
|
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_config = require('../config-
|
|
2
|
+
const require_config = require('../config-DVVTc7Ms.cjs');
|
|
3
3
|
|
|
4
4
|
exports.defaultExcluded = require_config.defaultExcluded;
|
|
5
5
|
exports.getConfigResolver = require_config.getConfigResolver;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-
|
|
1
|
+
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-B1Y0sjKx.cjs";
|
|
2
2
|
export { ConfigResolver, CurrentConfig, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ResolvedConfig, TsConfigJson, defaultExcluded, getConfigResolver, isObject, level, parseRawMode, reflectionModeMatcher, reflectionModes };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-
|
|
1
|
+
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-DbRoKpKh.mjs";
|
|
2
2
|
export { ConfigResolver, CurrentConfig, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ResolvedConfig, TsConfigJson, defaultExcluded, getConfigResolver, isObject, level, parseRawMode, reflectionModeMatcher, reflectionModes };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-
|
|
1
|
+
import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-DMcAiX0D.mjs";
|
|
2
2
|
|
|
3
3
|
export { defaultExcluded, getConfigResolver, isObject, level, parseRawMode, reflectionModeMatcher, reflectionModes };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('../chunk-tvSNC7pH.cjs');
|
|
3
|
-
const require_compiler = require('../compiler-
|
|
4
|
-
const require_config = require('../config-
|
|
3
|
+
const require_compiler = require('../compiler-CufhUIuF.cjs');
|
|
4
|
+
const require_config = require('../config-DVVTc7Ms.cjs');
|
|
5
5
|
let typescript = require("typescript");
|
|
6
6
|
typescript = require_chunk.__toESM(typescript, 1);
|
|
7
7
|
|
|
8
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
8
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
|
|
9
9
|
var DeepkitLoader = class {
|
|
10
10
|
constructor() {
|
|
11
11
|
this.options = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-
|
|
2
|
-
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-
|
|
1
|
+
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-B1Y0sjKx.cjs";
|
|
2
|
+
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-Cxbp4SxP.cjs";
|
|
3
3
|
import ts, { CompilerOptions, SourceFile } from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/loader.d.ts
|
|
6
6
|
declare class DeepkitLoader {
|
|
7
7
|
protected options: CompilerOptions;
|
|
8
8
|
protected host: ts.CompilerHost;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-
|
|
2
|
-
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-
|
|
1
|
+
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-DbRoKpKh.mjs";
|
|
2
|
+
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-DCk_WlIg.mjs";
|
|
3
3
|
import ts, { CompilerOptions, SourceFile } from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/cjs/src/loader.d.ts
|
|
6
6
|
declare class DeepkitLoader {
|
|
7
7
|
protected options: CompilerOptions;
|
|
8
8
|
protected host: ts.CompilerHost;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-
|
|
2
|
-
import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-
|
|
1
|
+
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-C2Ek8asg.mjs";
|
|
2
|
+
import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-DMcAiX0D.mjs";
|
|
3
3
|
import ts from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_82d90d88d62756062e84e0cf3ff4c5a6/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
|
|
6
6
|
var DeepkitLoader = class {
|
|
7
7
|
constructor() {
|
|
8
8
|
this.options = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/deepkit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"keywords": ["deepkit", "powerlines", "storm-software"],
|
|
@@ -114,16 +114,16 @@
|
|
|
114
114
|
"bin": { "deepkit-install": "bin/deepkit-install.cjs" },
|
|
115
115
|
"files": ["bin/*", "dist/**/*", "schemas/*"],
|
|
116
116
|
"dependencies": {
|
|
117
|
-
"@powerlines/core": "^0.
|
|
118
|
-
"@powerlines/plugin-esbuild": "^0.13.
|
|
119
|
-
"@storm-software/config-tools": "^1.190.
|
|
120
|
-
"@stryke/capnp": "^0.12.
|
|
121
|
-
"@stryke/fs": "^0.33.
|
|
122
|
-
"@stryke/path": "^0.29.
|
|
123
|
-
"@stryke/json": "^0.
|
|
124
|
-
"@stryke/helpers": "^0.10.
|
|
125
|
-
"@stryke/type-checks": "^0.6.
|
|
126
|
-
"@stryke/types": "^0.12.
|
|
117
|
+
"@powerlines/core": "^0.11.1",
|
|
118
|
+
"@powerlines/plugin-esbuild": "^0.13.475",
|
|
119
|
+
"@storm-software/config-tools": "^1.190.16",
|
|
120
|
+
"@stryke/capnp": "^0.12.102",
|
|
121
|
+
"@stryke/fs": "^0.33.76",
|
|
122
|
+
"@stryke/path": "^0.29.3",
|
|
123
|
+
"@stryke/json": "^0.15.0",
|
|
124
|
+
"@stryke/helpers": "^0.10.16",
|
|
125
|
+
"@stryke/type-checks": "^0.6.9",
|
|
126
|
+
"@stryke/types": "^0.12.4",
|
|
127
127
|
"defu": "^6.1.7",
|
|
128
128
|
"esbuild": "^0.27.7",
|
|
129
129
|
"jiti": "^2.7.0",
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
"@deepkit/type": "1.0.5",
|
|
135
135
|
"@deepkit/type-compiler": "1.0.5",
|
|
136
136
|
"@deepkit/type-spec": "1.0.1",
|
|
137
|
-
"@types/node": "^25.
|
|
138
|
-
"rolldown": "1.0.
|
|
137
|
+
"@types/node": "^25.8.0",
|
|
138
|
+
"rolldown": "^1.0.1",
|
|
139
139
|
"tsdown": "^0.21.10",
|
|
140
140
|
"esbuild": "^0.27.7"
|
|
141
141
|
},
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"rolldown": { "optional": true }
|
|
146
146
|
},
|
|
147
147
|
"publishConfig": { "access": "public" },
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "43cbb408cdffc6b2ec9762d5674042cb6af913d1"
|
|
149
149
|
}
|