@powerlines/deepkit 0.8.1 → 0.8.2
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-CkbeQ2uR.cjs → capnp-SW2Ro2lE.cjs} +2 -3
- package/dist/capnp.cjs +1 -1
- package/dist/esbuild-plugin.cjs +1 -2
- package/dist/index.cjs +2 -2
- package/dist/reflect-type.cjs +2 -3
- package/dist/resolve-reflections.cjs +1 -2
- package/dist/rolldown-plugin.cjs +1 -2
- package/dist/{transformer-Cd4-nB11.cjs → transformer-BaG4yeVb.cjs} +2 -3
- package/dist/transformer.cjs +1 -1
- package/dist/transpile.cjs +3 -4
- package/dist/utilities.cjs +1 -2
- package/dist/vendor/{compiler-EpGQgrx7.mjs → compiler-BTPzbHyC.mjs} +2 -2
- package/dist/vendor/{compiler-LYoUBwrr.cjs → compiler-C0u000J9.cjs} +164 -164
- package/dist/vendor/{config-kjucozD0.cjs → config-DND92zIN.cjs} +4 -4
- package/dist/vendor/core.cjs +2 -3
- package/dist/vendor/core.mjs +1 -1
- package/dist/vendor/type-compiler/compiler.cjs +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/index.cjs +4 -5
- package/dist/vendor/type-compiler/index.mjs +1 -1
- package/dist/vendor/type-fEQrgtBF.cjs +1 -2
- package/dist/vendor/type.cjs +2 -3
- package/dist/vendor/type.mjs +1 -1
- package/dist/vendor/{types--t65boB8.mjs → types-BkXamnO8.mjs} +2 -2
- package/dist/vendor/{types-BzOSMMf1.cjs → types-Dd5_2tGT.cjs} +2 -3
- package/package.json +6 -6
- package/schemas/reflection.cjs +1 -1
|
@@ -2,7 +2,7 @@ const require_chunk = require('./chunk-BmvPcxpV.cjs');
|
|
|
2
2
|
let _powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
|
|
3
3
|
let _stryke_type_checks = require("@stryke/type-checks");
|
|
4
4
|
let _stryke_capnp = require("@stryke/capnp");
|
|
5
|
-
_stryke_capnp = require_chunk.__toESM(_stryke_capnp);
|
|
5
|
+
_stryke_capnp = require_chunk.__toESM(_stryke_capnp, 1);
|
|
6
6
|
|
|
7
7
|
//#region schemas/reflection.ts
|
|
8
8
|
const ReflectionVisibility$1 = {
|
|
@@ -5180,5 +5180,4 @@ Object.defineProperty(exports, 'convertToCapnpUnion', {
|
|
|
5180
5180
|
get: function () {
|
|
5181
5181
|
return convertToCapnpUnion;
|
|
5182
5182
|
}
|
|
5183
|
-
});
|
|
5184
|
-
//# sourceMappingURL=capnp-CkbeQ2uR.cjs.map
|
|
5183
|
+
});
|
package/dist/capnp.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_capnp = require('./capnp-
|
|
2
|
+
const require_capnp = require('./capnp-SW2Ro2lE.cjs');
|
|
3
3
|
|
|
4
4
|
exports.convertFromCapnp = require_capnp.convertFromCapnp;
|
|
5
5
|
exports.convertFromCapnpArray = require_capnp.convertFromCapnpArray;
|
package/dist/esbuild-plugin.cjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_capnp = require('./capnp-
|
|
3
|
-
const require_transformer = require('./transformer-
|
|
2
|
+
const require_capnp = require('./capnp-SW2Ro2lE.cjs');
|
|
3
|
+
const require_transformer = require('./transformer-BaG4yeVb.cjs');
|
|
4
4
|
const require_transpile = require('./transpile.cjs');
|
|
5
5
|
const require_esbuild_plugin = require('./esbuild-plugin.cjs');
|
|
6
6
|
const require_reflect_type = require('./reflect-type.cjs');
|
package/dist/reflect-type.cjs
CHANGED
|
@@ -3,7 +3,7 @@ const require_chunk = require('./chunk-BmvPcxpV.cjs');
|
|
|
3
3
|
const require_esbuild_plugin = require('./esbuild-plugin.cjs');
|
|
4
4
|
let _powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
|
|
5
5
|
let defu = require("defu");
|
|
6
|
-
defu = require_chunk.__toESM(defu);
|
|
6
|
+
defu = require_chunk.__toESM(defu, 1);
|
|
7
7
|
let _powerlines_plugin_esbuild_helpers_resolve = require("@powerlines/plugin-esbuild/helpers/resolve");
|
|
8
8
|
|
|
9
9
|
//#region src/reflect-type.ts
|
|
@@ -23,5 +23,4 @@ async function reflectType(context, type, overrides = {}) {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
//#endregion
|
|
26
|
-
exports.reflectType = reflectType;
|
|
27
|
-
//# sourceMappingURL=reflect-type.cjs.map
|
|
26
|
+
exports.reflectType = reflectType;
|
package/dist/rolldown-plugin.cjs
CHANGED
|
@@ -3,7 +3,7 @@ let typescript = require("typescript");
|
|
|
3
3
|
typescript = require_chunk.__toESM(typescript);
|
|
4
4
|
let _powerlines_deepkit_vendor_type_compiler = require("@powerlines/deepkit/vendor/type-compiler");
|
|
5
5
|
let defu = require("defu");
|
|
6
|
-
defu = require_chunk.__toESM(defu);
|
|
6
|
+
defu = require_chunk.__toESM(defu, 1);
|
|
7
7
|
|
|
8
8
|
//#region ../../node_modules/.pnpm/@deepkit+type-spec@1.0.1_patch_hash=f3c3a4fd486751022d78f17d39a5a79f493bca20b185964ca1aba41fbfc93244/node_modules/@deepkit/type-spec/dist/esm/src/type.js
|
|
9
9
|
/**
|
|
@@ -1364,5 +1364,4 @@ Object.defineProperty(exports, 'createTransformer', {
|
|
|
1364
1364
|
get: function () {
|
|
1365
1365
|
return createTransformer;
|
|
1366
1366
|
}
|
|
1367
|
-
});
|
|
1368
|
-
//# sourceMappingURL=transformer-Cd4-nB11.cjs.map
|
|
1367
|
+
});
|
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-BaG4yeVb.cjs');
|
|
3
3
|
|
|
4
4
|
exports.createDeclarationTransformer = require_transformer.createDeclarationTransformer;
|
|
5
5
|
exports.createTransformer = require_transformer.createTransformer;
|
package/dist/transpile.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('./chunk-BmvPcxpV.cjs');
|
|
3
|
-
const require_transformer = require('./transformer-
|
|
3
|
+
const require_transformer = require('./transformer-BaG4yeVb.cjs');
|
|
4
4
|
let typescript = require("typescript");
|
|
5
|
-
typescript = require_chunk.__toESM(typescript);
|
|
5
|
+
typescript = require_chunk.__toESM(typescript, 1);
|
|
6
6
|
|
|
7
7
|
//#region src/transpile.ts
|
|
8
8
|
/**
|
|
@@ -32,5 +32,4 @@ function transpile(context, code, id, options = {}) {
|
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
//#endregion
|
|
35
|
-
exports.transpile = transpile;
|
|
36
|
-
//# sourceMappingURL=transpile.cjs.map
|
|
35
|
+
exports.transpile = transpile;
|
package/dist/utilities.cjs
CHANGED
|
@@ -115,5 +115,4 @@ exports.isStringUnion = isStringUnion;
|
|
|
115
115
|
exports.kindToName = kindToName;
|
|
116
116
|
exports.stringifyDefaultValue = stringifyDefaultValue;
|
|
117
117
|
exports.stringifyStringValue = stringifyStringValue;
|
|
118
|
-
exports.stringifyValue = stringifyValue;
|
|
119
|
-
//# sourceMappingURL=utilities.cjs.map
|
|
118
|
+
exports.stringifyValue = stringifyValue;
|
|
@@ -1064,6 +1064,7 @@ var require_dist = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1064
1064
|
|
|
1065
1065
|
//#endregion
|
|
1066
1066
|
//#region ../../node_modules/.pnpm/compatfactory@2.0.9_typescript@5.9.3/node_modules/compatfactory/dist/esm/index.js
|
|
1067
|
+
var import_dist = require_dist();
|
|
1067
1068
|
function ensureNodeFactory(factoryLike) {
|
|
1068
1069
|
if ("factory" in factoryLike && factoryLike.factory != null) return normalizeNodeFactory(factoryLike.factory);
|
|
1069
1070
|
else if (!("updateSourceFileNode" in factoryLike)) return normalizeNodeFactory(factoryLike);
|
|
@@ -4816,7 +4817,6 @@ function finish(oldNode, newNode) {
|
|
|
4816
4817
|
|
|
4817
4818
|
//#endregion
|
|
4818
4819
|
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
|
|
4819
|
-
var import_dist = require_dist();
|
|
4820
4820
|
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;
|
|
4821
4821
|
function encodeOps(ops) {
|
|
4822
4822
|
return ops.map((v) => String.fromCharCode(v + 33)).join("");
|
|
@@ -6551,4 +6551,4 @@ const declarationTransformer = function deepkitDeclarationTransformer(context) {
|
|
|
6551
6551
|
|
|
6552
6552
|
//#endregion
|
|
6553
6553
|
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 };
|
|
6554
|
-
//# sourceMappingURL=compiler-
|
|
6554
|
+
//# sourceMappingURL=compiler-BTPzbHyC.mjs.map
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-BmvPcxpV.cjs');
|
|
2
2
|
const require_type = require('./type-fEQrgtBF.cjs');
|
|
3
|
-
const require_config = require('./config-
|
|
3
|
+
const require_config = require('./config-DND92zIN.cjs');
|
|
4
4
|
let typescript = require("typescript");
|
|
5
|
+
let typescript$1 = require_chunk.__toESM(typescript, 1);
|
|
5
6
|
typescript = require_chunk.__toESM(typescript);
|
|
6
7
|
|
|
7
8
|
//#region ../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@5.9.3/node_modules/@typescript/vfs/dist/vfs.cjs.production.min.js
|
|
@@ -1065,6 +1066,7 @@ var require_dist = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module
|
|
|
1065
1066
|
|
|
1066
1067
|
//#endregion
|
|
1067
1068
|
//#region ../../node_modules/.pnpm/compatfactory@2.0.9_typescript@5.9.3/node_modules/compatfactory/dist/esm/index.js
|
|
1069
|
+
var import_dist = require_dist();
|
|
1068
1070
|
function ensureNodeFactory(factoryLike) {
|
|
1069
1071
|
if ("factory" in factoryLike && factoryLike.factory != null) return normalizeNodeFactory(factoryLike.factory);
|
|
1070
1072
|
else if (!("updateSourceFileNode" in factoryLike)) return normalizeNodeFactory(factoryLike);
|
|
@@ -3250,19 +3252,19 @@ function cloneIndexSignatureDeclaration(node, options) {
|
|
|
3250
3252
|
/**
|
|
3251
3253
|
* Returns true if the given Node is a KeywordTypeNode
|
|
3252
3254
|
*/
|
|
3253
|
-
function isKeywordTypeNode(node, typescript$
|
|
3255
|
+
function isKeywordTypeNode(node, typescript$2) {
|
|
3254
3256
|
switch (node.kind) {
|
|
3255
|
-
case typescript$
|
|
3256
|
-
case typescript$
|
|
3257
|
-
case typescript$
|
|
3258
|
-
case typescript$
|
|
3259
|
-
case typescript$
|
|
3260
|
-
case typescript$
|
|
3261
|
-
case typescript$
|
|
3262
|
-
case typescript$
|
|
3263
|
-
case typescript$
|
|
3264
|
-
case typescript$
|
|
3265
|
-
case typescript$
|
|
3257
|
+
case typescript$2.SyntaxKind.AnyKeyword:
|
|
3258
|
+
case typescript$2.SyntaxKind.UnknownKeyword:
|
|
3259
|
+
case typescript$2.SyntaxKind.BigIntKeyword:
|
|
3260
|
+
case typescript$2.SyntaxKind.ObjectKeyword:
|
|
3261
|
+
case typescript$2.SyntaxKind.BooleanKeyword:
|
|
3262
|
+
case typescript$2.SyntaxKind.StringKeyword:
|
|
3263
|
+
case typescript$2.SyntaxKind.SymbolKeyword:
|
|
3264
|
+
case typescript$2.SyntaxKind.VoidKeyword:
|
|
3265
|
+
case typescript$2.SyntaxKind.UndefinedKeyword:
|
|
3266
|
+
case typescript$2.SyntaxKind.NullKeyword:
|
|
3267
|
+
case typescript$2.SyntaxKind.NeverKeyword: return true;
|
|
3266
3268
|
}
|
|
3267
3269
|
return false;
|
|
3268
3270
|
}
|
|
@@ -3323,9 +3325,9 @@ function cloneOptionalTypeNode(node, options) {
|
|
|
3323
3325
|
/**
|
|
3324
3326
|
* Returns true if the given Node is an OptionalTypeNode
|
|
3325
3327
|
*/
|
|
3326
|
-
function isOptionalTypeNode$1(node, typescript$
|
|
3327
|
-
if ("isOptionalTypeNode" in typescript$
|
|
3328
|
-
return node.kind === typescript$
|
|
3328
|
+
function isOptionalTypeNode$1(node, typescript$3) {
|
|
3329
|
+
if ("isOptionalTypeNode" in typescript$3) return typescript$3.isOptionalTypeNode(node);
|
|
3330
|
+
return node.kind === typescript$3.SyntaxKind.OptionalType;
|
|
3329
3331
|
}
|
|
3330
3332
|
function cloneRestTypeNode(node, options) {
|
|
3331
3333
|
return options.factory.createRestTypeNode(options.hook("type", options.nextNode(node.type), node.type));
|
|
@@ -3333,9 +3335,9 @@ function cloneRestTypeNode(node, options) {
|
|
|
3333
3335
|
/**
|
|
3334
3336
|
* Returns true if the given Node is a RestTypeNode
|
|
3335
3337
|
*/
|
|
3336
|
-
function isRestTypeNode(node, typescript$
|
|
3337
|
-
if ("isRestTypeNode" in typescript$
|
|
3338
|
-
return node.kind === typescript$
|
|
3338
|
+
function isRestTypeNode(node, typescript$4) {
|
|
3339
|
+
if ("isRestTypeNode" in typescript$4) return typescript$4.isRestTypeNode(node);
|
|
3340
|
+
return node.kind === typescript$4.SyntaxKind.RestType;
|
|
3339
3341
|
}
|
|
3340
3342
|
function cloneUnionTypeNode(node, options) {
|
|
3341
3343
|
return options.factory.createUnionTypeNode(options.hook("types", options.nextNodes(node.types), node.types));
|
|
@@ -3352,10 +3354,10 @@ function cloneStringLiteral(node, options) {
|
|
|
3352
3354
|
/**
|
|
3353
3355
|
* Returns true if the given Node is either the boolean Literal 'true' or 'false'
|
|
3354
3356
|
*/
|
|
3355
|
-
function isBooleanLiteral(node, typescript$
|
|
3357
|
+
function isBooleanLiteral(node, typescript$5) {
|
|
3356
3358
|
switch (node.kind) {
|
|
3357
|
-
case typescript$
|
|
3358
|
-
case typescript$
|
|
3359
|
+
case typescript$5.SyntaxKind.TrueKeyword:
|
|
3360
|
+
case typescript$5.SyntaxKind.FalseKeyword: return true;
|
|
3359
3361
|
default: return false;
|
|
3360
3362
|
}
|
|
3361
3363
|
}
|
|
@@ -3488,9 +3490,9 @@ function clonePartiallyEmittedExpression(node, options) {
|
|
|
3488
3490
|
/**
|
|
3489
3491
|
* Returns true if the given Node is a PartiallyEmittedExpression
|
|
3490
3492
|
*/
|
|
3491
|
-
function isPartiallyEmittedExpression(node, typescript$
|
|
3492
|
-
if ("isPartiallyEmittedExpression" in typescript$
|
|
3493
|
-
return node.kind === typescript$
|
|
3493
|
+
function isPartiallyEmittedExpression(node, typescript$6) {
|
|
3494
|
+
if ("isPartiallyEmittedExpression" in typescript$6) return typescript$6.isPartiallyEmittedExpression(node);
|
|
3495
|
+
return node.kind === typescript$6.SyntaxKind.PartiallyEmittedExpression;
|
|
3494
3496
|
}
|
|
3495
3497
|
function clonePostfixUnaryExpression(node, options) {
|
|
3496
3498
|
return options.factory.createPostfixUnaryExpression(options.hook("operand", options.nextNode(node.operand), node.operand), options.hook("operator", node.operator, node.operator));
|
|
@@ -3498,8 +3500,8 @@ function clonePostfixUnaryExpression(node, options) {
|
|
|
3498
3500
|
/**
|
|
3499
3501
|
* Returns true if the given Node is the literal 'null'
|
|
3500
3502
|
*/
|
|
3501
|
-
function isNullLiteral(node, typescript$
|
|
3502
|
-
return node.kind === typescript$
|
|
3503
|
+
function isNullLiteral(node, typescript$7) {
|
|
3504
|
+
return node.kind === typescript$7.SyntaxKind.NullKeyword;
|
|
3503
3505
|
}
|
|
3504
3506
|
function cloneNullLiteral(_node, options) {
|
|
3505
3507
|
return options.factory.createNull();
|
|
@@ -3507,8 +3509,8 @@ function cloneNullLiteral(_node, options) {
|
|
|
3507
3509
|
/**
|
|
3508
3510
|
* Returns true if the given Node is a ThisExpression
|
|
3509
3511
|
*/
|
|
3510
|
-
function isThisExpression(node, typescript$
|
|
3511
|
-
return node.kind === typescript$
|
|
3512
|
+
function isThisExpression(node, typescript$8) {
|
|
3513
|
+
return node.kind === typescript$8.SyntaxKind.ThisKeyword;
|
|
3512
3514
|
}
|
|
3513
3515
|
function cloneThisExpression(_node, options) {
|
|
3514
3516
|
return options.factory.createThis();
|
|
@@ -3516,8 +3518,8 @@ function cloneThisExpression(_node, options) {
|
|
|
3516
3518
|
function cloneReturnStatement(node, options) {
|
|
3517
3519
|
return options.factory.createReturnStatement(options.hook("expression", options.nextNode(node.expression), node.expression));
|
|
3518
3520
|
}
|
|
3519
|
-
function isSuperExpression(node, typescript$
|
|
3520
|
-
return node.kind === typescript$
|
|
3521
|
+
function isSuperExpression(node, typescript$9) {
|
|
3522
|
+
return node.kind === typescript$9.SyntaxKind.SuperKeyword;
|
|
3521
3523
|
}
|
|
3522
3524
|
function cloneSuperExpression(_node, options) {
|
|
3523
3525
|
return options.factory.createSuper();
|
|
@@ -3624,9 +3626,9 @@ function cloneJsxText(node, options) {
|
|
|
3624
3626
|
/**
|
|
3625
3627
|
* Returns true if the given Node is a NotEmittedStatement
|
|
3626
3628
|
*/
|
|
3627
|
-
function isNotEmittedStatement(node, typescript$
|
|
3628
|
-
if ("isNotEmittedStatement" in typescript$
|
|
3629
|
-
return node.kind === typescript$
|
|
3629
|
+
function isNotEmittedStatement(node, typescript$10) {
|
|
3630
|
+
if ("isNotEmittedStatement" in typescript$10) return typescript$10.isNotEmittedStatement(node);
|
|
3631
|
+
return node.kind === typescript$10.SyntaxKind.NotEmittedStatement;
|
|
3630
3632
|
}
|
|
3631
3633
|
function cloneNotEmittedStatement(node, options) {
|
|
3632
3634
|
return options.factory.createNotEmittedStatement(node);
|
|
@@ -3634,9 +3636,9 @@ function cloneNotEmittedStatement(node, options) {
|
|
|
3634
3636
|
/**
|
|
3635
3637
|
* Returns true if the given Node is a CommaListExpression
|
|
3636
3638
|
*/
|
|
3637
|
-
function isCommaListExpression(node, typescript$
|
|
3638
|
-
if ("isCommaListExpression" in typescript$
|
|
3639
|
-
return node.kind === typescript$
|
|
3639
|
+
function isCommaListExpression(node, typescript$11) {
|
|
3640
|
+
if ("isCommaListExpression" in typescript$11) return typescript$11.isCommaListExpression(node);
|
|
3641
|
+
return node.kind === typescript$11.SyntaxKind.CommaListExpression;
|
|
3640
3642
|
}
|
|
3641
3643
|
function cloneCommaListExpression(node, options) {
|
|
3642
3644
|
return options.factory.createCommaListExpression(options.hook("elements", options.nextNodes(node.elements), node.elements));
|
|
@@ -3709,11 +3711,11 @@ function cloneExportAssignment(node, options) {
|
|
|
3709
3711
|
}
|
|
3710
3712
|
function toInternalOptions(options) {
|
|
3711
3713
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
3712
|
-
const typescript$
|
|
3714
|
+
const typescript$12 = (_a = options.typescript) !== null && _a !== void 0 ? _a : typescript$1.default;
|
|
3713
3715
|
return {
|
|
3714
3716
|
...options,
|
|
3715
|
-
typescript: typescript$
|
|
3716
|
-
factory: ensureNodeFactory((_b = options.factory) !== null && _b !== void 0 ? _b : typescript$
|
|
3717
|
+
typescript: typescript$12,
|
|
3718
|
+
factory: ensureNodeFactory((_b = options.factory) !== null && _b !== void 0 ? _b : typescript$12),
|
|
3717
3719
|
setParents: (_c = options.setParents) !== null && _c !== void 0 ? _c : false,
|
|
3718
3720
|
setOriginalNodes: (_d = options.setOriginalNodes) !== null && _d !== void 0 ? _d : false,
|
|
3719
3721
|
preserveSymbols: (_e = options.preserveSymbols) !== null && _e !== void 0 ? _e : false,
|
|
@@ -3728,9 +3730,9 @@ function toInternalOptions(options) {
|
|
|
3728
3730
|
/**
|
|
3729
3731
|
* Returns true if the given Node is a JSDocComment
|
|
3730
3732
|
*/
|
|
3731
|
-
function isJsDocComment(node, typescript$
|
|
3732
|
-
if ("isJSDoc" in typescript$
|
|
3733
|
-
return node.kind === typescript$
|
|
3733
|
+
function isJsDocComment(node, typescript$13) {
|
|
3734
|
+
if ("isJSDoc" in typescript$13) return typescript$13.isJSDoc(node);
|
|
3735
|
+
return node.kind === typescript$13.SyntaxKind.JSDocComment;
|
|
3734
3736
|
}
|
|
3735
3737
|
function cloneJsDoc(node, options) {
|
|
3736
3738
|
const baseNode = options.factory.createJSDocComment(options.hook("comment", node.comment, node.comment), ensureNodeArray(options.hook("tags", options.nextNodes(node.tags), node.tags), options.factory));
|
|
@@ -3740,16 +3742,16 @@ function cloneJsDoc(node, options) {
|
|
|
3740
3742
|
/**
|
|
3741
3743
|
* Returns true if the given Node is a JSDocUnknownTag
|
|
3742
3744
|
*/
|
|
3743
|
-
function isJsDocUnknownTag(node, typescript$
|
|
3744
|
-
if ("isJSDocUnknownTag" in typescript$
|
|
3745
|
-
return node.kind === typescript$
|
|
3745
|
+
function isJsDocUnknownTag(node, typescript$14) {
|
|
3746
|
+
if ("isJSDocUnknownTag" in typescript$14) return typescript$14.isJSDocUnknownTag(node);
|
|
3747
|
+
return node.kind === typescript$14.SyntaxKind.JSDocTag;
|
|
3746
3748
|
}
|
|
3747
3749
|
/**
|
|
3748
3750
|
* Returns true if the given Node is a JSDocParameterTag
|
|
3749
3751
|
*/
|
|
3750
|
-
function isJsDocParameterTag(node, typescript$
|
|
3751
|
-
if ("isJSDocParameterTag" in typescript$
|
|
3752
|
-
return node.kind === typescript$
|
|
3752
|
+
function isJsDocParameterTag(node, typescript$15) {
|
|
3753
|
+
if ("isJSDocParameterTag" in typescript$15) return typescript$15.isJSDocParameterTag(node);
|
|
3754
|
+
return node.kind === typescript$15.SyntaxKind.JSDocParameterTag;
|
|
3753
3755
|
}
|
|
3754
3756
|
function cloneJsDocParameterTag(node, options) {
|
|
3755
3757
|
const baseNode = options.factory.createJSDocParameterTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("name", options.nextNode(node.name), node.name), options.hook("isBracketed", node.isBracketed, node.isBracketed), options.hook("typeExpression", options.nextNode(node.typeExpression), node.typeExpression), options.hook("isNameFirst", node.isNameFirst, node.isNameFirst), options.hook("comment", node.comment, node.comment));
|
|
@@ -3759,9 +3761,9 @@ function cloneJsDocParameterTag(node, options) {
|
|
|
3759
3761
|
/**
|
|
3760
3762
|
* Returns true if the given Node is a JSDocReturnTag
|
|
3761
3763
|
*/
|
|
3762
|
-
function isJsDocReturnTag(node, typescript$
|
|
3763
|
-
if ("isJSDocReturnTag" in typescript$
|
|
3764
|
-
return node.kind === typescript$
|
|
3764
|
+
function isJsDocReturnTag(node, typescript$16) {
|
|
3765
|
+
if ("isJSDocReturnTag" in typescript$16) return typescript$16.isJSDocReturnTag(node);
|
|
3766
|
+
return node.kind === typescript$16.SyntaxKind.JSDocReturnTag;
|
|
3765
3767
|
}
|
|
3766
3768
|
function cloneJsDocReturnTag(node, options) {
|
|
3767
3769
|
const baseNode = options.factory.createJSDocReturnTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("typeExpression", options.nextNode(node.typeExpression), node.typeExpression), options.hook("comment", node.comment, node.comment));
|
|
@@ -3771,9 +3773,9 @@ function cloneJsDocReturnTag(node, options) {
|
|
|
3771
3773
|
/**
|
|
3772
3774
|
* Returns true if the given Node is a JSDocTypeExpression
|
|
3773
3775
|
*/
|
|
3774
|
-
function isJsDocTypeExpression(node, typescript$
|
|
3775
|
-
if ("isJSDocTypeExpression" in typescript$
|
|
3776
|
-
return node.kind === typescript$
|
|
3776
|
+
function isJsDocTypeExpression(node, typescript$17) {
|
|
3777
|
+
if ("isJSDocTypeExpression" in typescript$17) return typescript$17.isJSDocTypeExpression(node);
|
|
3778
|
+
return node.kind === typescript$17.SyntaxKind.JSDocTypeExpression;
|
|
3777
3779
|
}
|
|
3778
3780
|
function cloneJsDocTypeExpression(node, options) {
|
|
3779
3781
|
const baseNode = options.factory.createJSDocTypeExpression(options.hook("type", options.nextNode(node.type), node.type));
|
|
@@ -3783,9 +3785,9 @@ function cloneJsDocTypeExpression(node, options) {
|
|
|
3783
3785
|
/**
|
|
3784
3786
|
* Returns true if the given Node is a JSDocEnumTag
|
|
3785
3787
|
*/
|
|
3786
|
-
function isJsDocEnumTag(node, typescript$
|
|
3787
|
-
if ("isJSDocEnumTag" in typescript$
|
|
3788
|
-
return node.kind === typescript$
|
|
3788
|
+
function isJsDocEnumTag(node, typescript$18) {
|
|
3789
|
+
if ("isJSDocEnumTag" in typescript$18) return typescript$18.isJSDocEnumTag(node);
|
|
3790
|
+
return node.kind === typescript$18.SyntaxKind.JSDocEnumTag;
|
|
3789
3791
|
}
|
|
3790
3792
|
function cloneJsDocEnumTag(node, options) {
|
|
3791
3793
|
const baseNode = options.factory.createJSDocEnumTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("typeExpression", options.nextNode(node.typeExpression), node.typeExpression), options.hook("comment", node.comment, node.comment));
|
|
@@ -3795,9 +3797,9 @@ function cloneJsDocEnumTag(node, options) {
|
|
|
3795
3797
|
/**
|
|
3796
3798
|
* Returns true if the given Node is a JSDocTypeTag
|
|
3797
3799
|
*/
|
|
3798
|
-
function isJsDocTypeTag(node, typescript$
|
|
3799
|
-
if ("isJSDocTypeTag" in typescript$
|
|
3800
|
-
return node.kind === typescript$
|
|
3800
|
+
function isJsDocTypeTag(node, typescript$19) {
|
|
3801
|
+
if ("isJSDocTypeTag" in typescript$19) return typescript$19.isJSDocTypeTag(node);
|
|
3802
|
+
return node.kind === typescript$19.SyntaxKind.JSDocTypeTag;
|
|
3801
3803
|
}
|
|
3802
3804
|
function cloneJsDocTypeTag(node, options) {
|
|
3803
3805
|
const baseNode = options.factory.createJSDocTypeTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("typeExpression", options.nextNode(node.typeExpression), node.typeExpression), options.hook("comment", node.comment, node.comment));
|
|
@@ -3807,9 +3809,9 @@ function cloneJsDocTypeTag(node, options) {
|
|
|
3807
3809
|
/**
|
|
3808
3810
|
* Returns true if the given Node is a JSDocAllType
|
|
3809
3811
|
*/
|
|
3810
|
-
function isJsDocAllType(node, typescript$
|
|
3811
|
-
if ("isJSDocAllType" in typescript$
|
|
3812
|
-
return node.kind === typescript$
|
|
3812
|
+
function isJsDocAllType(node, typescript$20) {
|
|
3813
|
+
if ("isJSDocAllType" in typescript$20) return typescript$20.isJSDocAllType(node);
|
|
3814
|
+
return node.kind === typescript$20.SyntaxKind.JSDocAllType;
|
|
3813
3815
|
}
|
|
3814
3816
|
function cloneJsDocAllType(node, options) {
|
|
3815
3817
|
const baseNode = options.factory.createJSDocAllType();
|
|
@@ -3819,9 +3821,9 @@ function cloneJsDocAllType(node, options) {
|
|
|
3819
3821
|
/**
|
|
3820
3822
|
* Returns true if the given Node is a JSDocUnknownType
|
|
3821
3823
|
*/
|
|
3822
|
-
function isJsDocUnknownType(node, typescript$
|
|
3823
|
-
if ("isJSDocUnknownType" in typescript$
|
|
3824
|
-
return node.kind === typescript$
|
|
3824
|
+
function isJsDocUnknownType(node, typescript$21) {
|
|
3825
|
+
if ("isJSDocUnknownType" in typescript$21) return typescript$21.isJSDocUnknownType(node);
|
|
3826
|
+
return node.kind === typescript$21.SyntaxKind.JSDocUnknownType;
|
|
3825
3827
|
}
|
|
3826
3828
|
function cloneJsDocUnknownType(node, options) {
|
|
3827
3829
|
const baseNode = options.factory.createJSDocUnknownType();
|
|
@@ -3831,9 +3833,9 @@ function cloneJsDocUnknownType(node, options) {
|
|
|
3831
3833
|
/**
|
|
3832
3834
|
* Returns true if the given Node is a JSDocNonNullableType
|
|
3833
3835
|
*/
|
|
3834
|
-
function isJsDocNonNullableType(node, typescript$
|
|
3835
|
-
if ("isJSDocNonNullableType" in typescript$
|
|
3836
|
-
return node.kind === typescript$
|
|
3836
|
+
function isJsDocNonNullableType(node, typescript$22) {
|
|
3837
|
+
if ("isJSDocNonNullableType" in typescript$22) return typescript$22.isJSDocNonNullableType(node);
|
|
3838
|
+
return node.kind === typescript$22.SyntaxKind.JSDocNonNullableType;
|
|
3837
3839
|
}
|
|
3838
3840
|
function cloneJsDocNonNullableType(node, options) {
|
|
3839
3841
|
const baseNode = options.factory.createJSDocNonNullableType(options.hook("type", options.nextNode(node.type), node.type));
|
|
@@ -3843,9 +3845,9 @@ function cloneJsDocNonNullableType(node, options) {
|
|
|
3843
3845
|
/**
|
|
3844
3846
|
* Returns true if the given Node is a JSDocNullableType
|
|
3845
3847
|
*/
|
|
3846
|
-
function isJsDocNullableType(node, typescript$
|
|
3847
|
-
if ("isJSDocNullableType" in typescript$
|
|
3848
|
-
return node.kind === typescript$
|
|
3848
|
+
function isJsDocNullableType(node, typescript$23) {
|
|
3849
|
+
if ("isJSDocNullableType" in typescript$23) return typescript$23.isJSDocNullableType(node);
|
|
3850
|
+
return node.kind === typescript$23.SyntaxKind.JSDocNullableType;
|
|
3849
3851
|
}
|
|
3850
3852
|
function cloneJsDocNullableType(node, options) {
|
|
3851
3853
|
const baseNode = options.factory.createJSDocNullableType(options.hook("type", options.nextNode(node.type), node.type));
|
|
@@ -3855,9 +3857,9 @@ function cloneJsDocNullableType(node, options) {
|
|
|
3855
3857
|
/**
|
|
3856
3858
|
* Returns true if the given Node is a JSDocOptionalType
|
|
3857
3859
|
*/
|
|
3858
|
-
function isJsDocOptionalType(node, typescript$
|
|
3859
|
-
if ("isJSDocOptionalType" in typescript$
|
|
3860
|
-
return node.kind === typescript$
|
|
3860
|
+
function isJsDocOptionalType(node, typescript$24) {
|
|
3861
|
+
if ("isJSDocOptionalType" in typescript$24) return typescript$24.isJSDocOptionalType(node);
|
|
3862
|
+
return node.kind === typescript$24.SyntaxKind.JSDocOptionalType;
|
|
3861
3863
|
}
|
|
3862
3864
|
function cloneJsDocOptionalType(node, options) {
|
|
3863
3865
|
const baseNode = options.factory.createJSDocOptionalType(options.hook("type", options.nextNode(node.type), node.type));
|
|
@@ -3867,9 +3869,9 @@ function cloneJsDocOptionalType(node, options) {
|
|
|
3867
3869
|
/**
|
|
3868
3870
|
* Returns true if the given Node is a JSDocFunctionType
|
|
3869
3871
|
*/
|
|
3870
|
-
function isJsDocFunctionType(node, typescript$
|
|
3871
|
-
if ("isJSDocFunctionType" in typescript$
|
|
3872
|
-
return node.kind === typescript$
|
|
3872
|
+
function isJsDocFunctionType(node, typescript$25) {
|
|
3873
|
+
if ("isJSDocFunctionType" in typescript$25) return typescript$25.isJSDocFunctionType(node);
|
|
3874
|
+
return node.kind === typescript$25.SyntaxKind.JSDocFunctionType;
|
|
3873
3875
|
}
|
|
3874
3876
|
function cloneJsDocFunctionType(node, options) {
|
|
3875
3877
|
const baseNode = options.factory.createJSDocFunctionType(options.hook("parameters", options.nextNodes(node.parameters), node.parameters), options.hook("type", node.type, node.type));
|
|
@@ -3879,9 +3881,9 @@ function cloneJsDocFunctionType(node, options) {
|
|
|
3879
3881
|
/**
|
|
3880
3882
|
* Returns true if the given Node is a JSDocVariadicType
|
|
3881
3883
|
*/
|
|
3882
|
-
function isJsDocVariadicType(node, typescript$
|
|
3883
|
-
if ("isJSDocVariadicType" in typescript$
|
|
3884
|
-
return node.kind === typescript$
|
|
3884
|
+
function isJsDocVariadicType(node, typescript$26) {
|
|
3885
|
+
if ("isJSDocVariadicType" in typescript$26) return typescript$26.isJSDocVariadicType(node);
|
|
3886
|
+
return node.kind === typescript$26.SyntaxKind.JSDocVariadicType;
|
|
3885
3887
|
}
|
|
3886
3888
|
function cloneJsDocVariadicType(node, options) {
|
|
3887
3889
|
const baseNode = options.factory.createJSDocVariadicType(options.hook("type", options.nextNode(node.type), node.type));
|
|
@@ -3891,9 +3893,9 @@ function cloneJsDocVariadicType(node, options) {
|
|
|
3891
3893
|
/**
|
|
3892
3894
|
* Returns true if the given Node is a JSDocNamepathType
|
|
3893
3895
|
*/
|
|
3894
|
-
function isJsDocNamepathType(node, typescript$
|
|
3895
|
-
if ("isJSDocNamepathType" in typescript$
|
|
3896
|
-
return node.kind === typescript$
|
|
3896
|
+
function isJsDocNamepathType(node, typescript$27) {
|
|
3897
|
+
if ("isJSDocNamepathType" in typescript$27) return typescript$27.isJSDocNamepathType(node);
|
|
3898
|
+
return node.kind === typescript$27.SyntaxKind.JSDocNamepathType;
|
|
3897
3899
|
}
|
|
3898
3900
|
function cloneJsDocNamepathType(node, options) {
|
|
3899
3901
|
const baseNode = options.factory.createJSDocNamepathType(options.hook("type", options.nextNode(node.type), node.type));
|
|
@@ -3908,9 +3910,9 @@ function cloneJsDocUnknownTag(node, options) {
|
|
|
3908
3910
|
/**
|
|
3909
3911
|
* Returns true if the given Node is a JSDocAugmentsTag
|
|
3910
3912
|
*/
|
|
3911
|
-
function isJsDocAugmentsTag(node, typescript$
|
|
3912
|
-
if ("isJSDocAugmentsTag" in typescript$
|
|
3913
|
-
return node.kind === typescript$
|
|
3913
|
+
function isJsDocAugmentsTag(node, typescript$28) {
|
|
3914
|
+
if ("isJSDocAugmentsTag" in typescript$28) return typescript$28.isJSDocAugmentsTag(node);
|
|
3915
|
+
return node.kind === typescript$28.SyntaxKind.JSDocAugmentsTag;
|
|
3914
3916
|
}
|
|
3915
3917
|
function cloneJsDocAugmentsTag(node, options) {
|
|
3916
3918
|
const baseNode = options.factory.createJSDocAugmentsTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("class", options.nextNode(node.class), node.class), options.hook("comment", node.comment, node.comment));
|
|
@@ -3920,9 +3922,9 @@ function cloneJsDocAugmentsTag(node, options) {
|
|
|
3920
3922
|
/**
|
|
3921
3923
|
* Returns true if the given Node is a JSDocAuthorTag
|
|
3922
3924
|
*/
|
|
3923
|
-
function isJsDocAuthorTag(node, typescript$
|
|
3924
|
-
if ("isJSDocAuthorTag" in typescript$
|
|
3925
|
-
return node.kind === typescript$
|
|
3925
|
+
function isJsDocAuthorTag(node, typescript$29) {
|
|
3926
|
+
if ("isJSDocAuthorTag" in typescript$29) return typescript$29.isJSDocAuthorTag(node);
|
|
3927
|
+
return node.kind === typescript$29.SyntaxKind.JSDocAuthorTag;
|
|
3926
3928
|
}
|
|
3927
3929
|
function cloneJsDocAuthorTag(node, options) {
|
|
3928
3930
|
const baseNode = options.factory.createJSDocAuthorTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("comment", node.comment, node.comment));
|
|
@@ -3932,9 +3934,9 @@ function cloneJsDocAuthorTag(node, options) {
|
|
|
3932
3934
|
/**
|
|
3933
3935
|
* Returns true if the given Node is a JSDocClassTag
|
|
3934
3936
|
*/
|
|
3935
|
-
function isJsDocClassTag(node, typescript$
|
|
3936
|
-
if ("isJSDocClassTag" in typescript$
|
|
3937
|
-
return node.kind === typescript$
|
|
3937
|
+
function isJsDocClassTag(node, typescript$30) {
|
|
3938
|
+
if ("isJSDocClassTag" in typescript$30) return typescript$30.isJSDocClassTag(node);
|
|
3939
|
+
return node.kind === typescript$30.SyntaxKind.JSDocClassTag;
|
|
3938
3940
|
}
|
|
3939
3941
|
function cloneJsDocClassTag(node, options) {
|
|
3940
3942
|
const baseNode = options.factory.createJSDocClassTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("comment", node.comment, node.comment));
|
|
@@ -3944,9 +3946,9 @@ function cloneJsDocClassTag(node, options) {
|
|
|
3944
3946
|
/**
|
|
3945
3947
|
* Returns true if the given Node is a JSDocThisTag
|
|
3946
3948
|
*/
|
|
3947
|
-
function isJsDocThisTag(node, typescript$
|
|
3948
|
-
if ("isJSDocThisTag" in typescript$
|
|
3949
|
-
return node.kind === typescript$
|
|
3949
|
+
function isJsDocThisTag(node, typescript$31) {
|
|
3950
|
+
if ("isJSDocThisTag" in typescript$31) return typescript$31.isJSDocThisTag(node);
|
|
3951
|
+
return node.kind === typescript$31.SyntaxKind.JSDocThisTag;
|
|
3950
3952
|
}
|
|
3951
3953
|
function cloneJsDocThisTag(node, options) {
|
|
3952
3954
|
const baseNode = options.factory.createJSDocThisTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("typeExpression", options.nextNode(node.typeExpression), node.typeExpression), options.hook("comment", node.comment, node.comment));
|
|
@@ -3956,9 +3958,9 @@ function cloneJsDocThisTag(node, options) {
|
|
|
3956
3958
|
/**
|
|
3957
3959
|
* Returns true if the given Node is a JSDocTemplateTag
|
|
3958
3960
|
*/
|
|
3959
|
-
function isJsDocTemplateTag(node, typescript$
|
|
3960
|
-
if ("isJSDocTemplateTag" in typescript$
|
|
3961
|
-
return node.kind === typescript$
|
|
3961
|
+
function isJsDocTemplateTag(node, typescript$32) {
|
|
3962
|
+
if ("isJSDocTemplateTag" in typescript$32) return typescript$32.isJSDocTemplateTag(node);
|
|
3963
|
+
return node.kind === typescript$32.SyntaxKind.JSDocTemplateTag;
|
|
3962
3964
|
}
|
|
3963
3965
|
function cloneJsDocTemplateTag(node, options) {
|
|
3964
3966
|
const baseNode = options.factory.createJSDocTemplateTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("constraint", options.nextNode(node.constraint), node.constraint), ensureNodeArray(options.hook("typeParameters", options.nextNodes(node.typeParameters), node.typeParameters), options.factory), options.hook("comment", node.comment, node.comment));
|
|
@@ -3968,9 +3970,9 @@ function cloneJsDocTemplateTag(node, options) {
|
|
|
3968
3970
|
/**
|
|
3969
3971
|
* Returns true if the given Node is a JSDocTypedefTag
|
|
3970
3972
|
*/
|
|
3971
|
-
function isJsDocTypedefTag(node, typescript$
|
|
3972
|
-
if ("isJSDocTypedefTag" in typescript$
|
|
3973
|
-
return node.kind === typescript$
|
|
3973
|
+
function isJsDocTypedefTag(node, typescript$33) {
|
|
3974
|
+
if ("isJSDocTypedefTag" in typescript$33) return typescript$33.isJSDocTypedefTag(node);
|
|
3975
|
+
return node.kind === typescript$33.SyntaxKind.JSDocTypedefTag;
|
|
3974
3976
|
}
|
|
3975
3977
|
function cloneJsDocTypedefTag(node, options) {
|
|
3976
3978
|
const baseNode = options.factory.createJSDocTypedefTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("typeExpression", options.nextNode(node.typeExpression), node.typeExpression), options.hook("fullName", options.nextNode(node.fullName), node.fullName), options.hook("comment", node.comment, node.comment));
|
|
@@ -3981,9 +3983,9 @@ function cloneJsDocTypedefTag(node, options) {
|
|
|
3981
3983
|
/**
|
|
3982
3984
|
* Returns true if the given Node is a JSDocCallbackTag
|
|
3983
3985
|
*/
|
|
3984
|
-
function isJsDocCallbackTag(node, typescript$
|
|
3985
|
-
if ("isJSDocCallbackTag" in typescript$
|
|
3986
|
-
return node.kind === typescript$
|
|
3986
|
+
function isJsDocCallbackTag(node, typescript$34) {
|
|
3987
|
+
if ("isJSDocCallbackTag" in typescript$34) return typescript$34.isJSDocCallbackTag(node);
|
|
3988
|
+
return node.kind === typescript$34.SyntaxKind.JSDocCallbackTag;
|
|
3987
3989
|
}
|
|
3988
3990
|
function cloneJsDocCallbackTag(node, options) {
|
|
3989
3991
|
const baseNode = options.factory.createJSDocCallbackTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("typeExpression", options.nextNode(node.typeExpression), node.typeExpression), options.hook("fullName", options.nextNode(node.fullName), node.fullName), options.hook("comment", node.comment, node.comment));
|
|
@@ -3994,9 +3996,9 @@ function cloneJsDocCallbackTag(node, options) {
|
|
|
3994
3996
|
/**
|
|
3995
3997
|
* Returns true if the given Node is a JSDocSignature
|
|
3996
3998
|
*/
|
|
3997
|
-
function isJsDocSignature(node, typescript$
|
|
3998
|
-
if ("isJSDocSignature" in typescript$
|
|
3999
|
-
return node.kind === typescript$
|
|
3999
|
+
function isJsDocSignature(node, typescript$35) {
|
|
4000
|
+
if ("isJSDocSignature" in typescript$35) return typescript$35.isJSDocSignature(node);
|
|
4001
|
+
return node.kind === typescript$35.SyntaxKind.JSDocSignature;
|
|
4000
4002
|
}
|
|
4001
4003
|
function cloneJsDocSignature(node, options) {
|
|
4002
4004
|
const baseNode = options.factory.createJSDocSignature(options.hook("typeParameters", options.nextNodes(node.typeParameters), node.typeParameters), options.hook("parameters", options.nextNodes(node.parameters), node.parameters), options.hook("type", options.nextNode(node.type), node.type));
|
|
@@ -4006,9 +4008,9 @@ function cloneJsDocSignature(node, options) {
|
|
|
4006
4008
|
/**
|
|
4007
4009
|
* Returns true if the given Node is a JSDocPropertyTag
|
|
4008
4010
|
*/
|
|
4009
|
-
function isJsDocPropertyTag(node, typescript$
|
|
4010
|
-
if ("isJSDocPropertyTag" in typescript$
|
|
4011
|
-
return node.kind === typescript$
|
|
4011
|
+
function isJsDocPropertyTag(node, typescript$36) {
|
|
4012
|
+
if ("isJSDocPropertyTag" in typescript$36) return typescript$36.isJSDocPropertyTag(node);
|
|
4013
|
+
return node.kind === typescript$36.SyntaxKind.JSDocPropertyTag;
|
|
4012
4014
|
}
|
|
4013
4015
|
function cloneJsDocPropertyTag(node, options) {
|
|
4014
4016
|
const baseNode = options.factory.createJSDocPropertyTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("name", options.nextNode(node.name), node.name), options.hook("isBracketed", node.isBracketed, node.isBracketed), options.hook("typeExpression", options.nextNode(node.typeExpression), node.typeExpression), options.hook("isNameFirst", node.isNameFirst, node.isNameFirst), options.hook("comment", node.comment, node.comment));
|
|
@@ -4018,28 +4020,28 @@ function cloneJsDocPropertyTag(node, options) {
|
|
|
4018
4020
|
/**
|
|
4019
4021
|
* Returns true if the given Node is a JSDocTypeLiteral
|
|
4020
4022
|
*/
|
|
4021
|
-
function isJsDocTypeLiteral(node, typescript$
|
|
4022
|
-
if ("isJSDocTypeLiteral" in typescript$
|
|
4023
|
-
return node.kind === typescript$
|
|
4023
|
+
function isJsDocTypeLiteral(node, typescript$37) {
|
|
4024
|
+
if ("isJSDocTypeLiteral" in typescript$37) return typescript$37.isJSDocTypeLiteral(node);
|
|
4025
|
+
return node.kind === typescript$37.SyntaxKind.JSDocTypeLiteral;
|
|
4024
4026
|
}
|
|
4025
4027
|
function cloneJsDocTypeLiteral(node, options) {
|
|
4026
4028
|
const baseNode = options.factory.createJSDocTypeLiteral(options.hook("jsDocPropertyTags", options.nextNodes(node.jsDocPropertyTags), node.jsDocPropertyTags), options.hook("isArrayType", node.isArrayType, node.isArrayType));
|
|
4027
4029
|
baseNode.flags = options.hook("flags", node.flags |= 8, node.flags |= 8);
|
|
4028
4030
|
return baseNode;
|
|
4029
4031
|
}
|
|
4030
|
-
function fixupParentReferences(rootNode, { deep, propertyName, typescript: typescript$
|
|
4032
|
+
function fixupParentReferences(rootNode, { deep, propertyName, typescript: typescript$38 }) {
|
|
4031
4033
|
let parent = rootNode;
|
|
4032
|
-
typescript$
|
|
4034
|
+
typescript$38.forEachChild(rootNode, visitNode);
|
|
4033
4035
|
function visitNode(n) {
|
|
4034
4036
|
if (n[propertyName] !== parent) {
|
|
4035
4037
|
n[propertyName] = parent;
|
|
4036
4038
|
const saveParent = parent;
|
|
4037
4039
|
parent = n;
|
|
4038
|
-
if (deep) typescript$
|
|
4040
|
+
if (deep) typescript$38.forEachChild(n, visitNode);
|
|
4039
4041
|
if (n.jsDoc != null) for (const jsDocComment of n.jsDoc) {
|
|
4040
4042
|
jsDocComment[propertyName] = n;
|
|
4041
4043
|
parent = jsDocComment;
|
|
4042
|
-
typescript$
|
|
4044
|
+
typescript$38.forEachChild(jsDocComment, visitNode);
|
|
4043
4045
|
}
|
|
4044
4046
|
parent = saveParent;
|
|
4045
4047
|
}
|
|
@@ -4139,9 +4141,9 @@ function cloneNamespaceExport(node, options) {
|
|
|
4139
4141
|
/**
|
|
4140
4142
|
* Returns true if the given Node is a JSDocReadonlyTag
|
|
4141
4143
|
*/
|
|
4142
|
-
function isJsDocReadonlyTag(node, typescript$
|
|
4143
|
-
if ("isJSDocReadonlyTag" in typescript$
|
|
4144
|
-
return node.kind === typescript$
|
|
4144
|
+
function isJsDocReadonlyTag(node, typescript$39) {
|
|
4145
|
+
if ("isJSDocReadonlyTag" in typescript$39) return typescript$39.isJSDocReadonlyTag(node);
|
|
4146
|
+
return node.kind === typescript$39.SyntaxKind.JSDocReadonlyTag;
|
|
4145
4147
|
}
|
|
4146
4148
|
function cloneJsDocReadonlyTag(node, options) {
|
|
4147
4149
|
const baseNode = options.factory.createJSDocReadonlyTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("comment", node.comment, node.comment));
|
|
@@ -4151,9 +4153,9 @@ function cloneJsDocReadonlyTag(node, options) {
|
|
|
4151
4153
|
/**
|
|
4152
4154
|
* Returns true if the given Node is a JSDocSeeTag
|
|
4153
4155
|
*/
|
|
4154
|
-
function isJsDocSeeTag(node, typescript$
|
|
4155
|
-
if ("isJSDocSeeTag" in typescript$
|
|
4156
|
-
return node.kind === typescript$
|
|
4156
|
+
function isJsDocSeeTag(node, typescript$40) {
|
|
4157
|
+
if ("isJSDocSeeTag" in typescript$40) return typescript$40.isJSDocSeeTag(node);
|
|
4158
|
+
return node.kind === typescript$40.SyntaxKind.JSDocSeeTag;
|
|
4157
4159
|
}
|
|
4158
4160
|
function cloneJsDocSeeTag(node, options) {
|
|
4159
4161
|
const baseNode = options.factory.createJSDocSeeTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("name", node.name, node.name), options.hook("comment", node.comment, node.comment));
|
|
@@ -4163,9 +4165,9 @@ function cloneJsDocSeeTag(node, options) {
|
|
|
4163
4165
|
/**
|
|
4164
4166
|
* Returns true if the given Node is a JSDocPrivateTag
|
|
4165
4167
|
*/
|
|
4166
|
-
function isJsDocPrivateTag(node, typescript$
|
|
4167
|
-
if ("isJSDocPrivateTag" in typescript$
|
|
4168
|
-
return node.kind === typescript$
|
|
4168
|
+
function isJsDocPrivateTag(node, typescript$41) {
|
|
4169
|
+
if ("isJSDocPrivateTag" in typescript$41) return typescript$41.isJSDocPrivateTag(node);
|
|
4170
|
+
return node.kind === typescript$41.SyntaxKind.JSDocPrivateTag;
|
|
4169
4171
|
}
|
|
4170
4172
|
function cloneJsDocPrivateTag(node, options) {
|
|
4171
4173
|
const baseNode = options.factory.createJSDocPrivateTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("comment", node.comment, node.comment));
|
|
@@ -4175,9 +4177,9 @@ function cloneJsDocPrivateTag(node, options) {
|
|
|
4175
4177
|
/**
|
|
4176
4178
|
* Returns true if the given Node is a JSDocProtectedTag
|
|
4177
4179
|
*/
|
|
4178
|
-
function isJsDocProtectedTag(node, typescript$
|
|
4179
|
-
if ("isJSDocProtectedTag" in typescript$
|
|
4180
|
-
return node.kind === typescript$
|
|
4180
|
+
function isJsDocProtectedTag(node, typescript$42) {
|
|
4181
|
+
if ("isJSDocProtectedTag" in typescript$42) return typescript$42.isJSDocProtectedTag(node);
|
|
4182
|
+
return node.kind === typescript$42.SyntaxKind.JSDocProtectedTag;
|
|
4181
4183
|
}
|
|
4182
4184
|
function cloneJsDocProtectedTag(node, options) {
|
|
4183
4185
|
const baseNode = options.factory.createJSDocProtectedTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("comment", node.comment, node.comment));
|
|
@@ -4187,9 +4189,9 @@ function cloneJsDocProtectedTag(node, options) {
|
|
|
4187
4189
|
/**
|
|
4188
4190
|
* Returns true if the given Node is a JSDocPublicTag
|
|
4189
4191
|
*/
|
|
4190
|
-
function isJsDocPublicTag(node, typescript$
|
|
4191
|
-
if ("isJSDocPublicTag" in typescript$
|
|
4192
|
-
return node.kind === typescript$
|
|
4192
|
+
function isJsDocPublicTag(node, typescript$43) {
|
|
4193
|
+
if ("isJSDocPublicTag" in typescript$43) return typescript$43.isJSDocPublicTag(node);
|
|
4194
|
+
return node.kind === typescript$43.SyntaxKind.JSDocPublicTag;
|
|
4193
4195
|
}
|
|
4194
4196
|
function cloneJsDocPublicTag(node, options) {
|
|
4195
4197
|
const baseNode = options.factory.createJSDocPublicTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("comment", node.comment, node.comment));
|
|
@@ -4202,7 +4204,7 @@ function clonePrivateIdentifier(node, options) {
|
|
|
4202
4204
|
function toSetParentNodesOptions(options) {
|
|
4203
4205
|
var _a, _b, _c;
|
|
4204
4206
|
return {
|
|
4205
|
-
typescript: (_a = options.typescript) !== null && _a !== void 0 ? _a : typescript.default,
|
|
4207
|
+
typescript: (_a = options.typescript) !== null && _a !== void 0 ? _a : typescript$1.default,
|
|
4206
4208
|
propertyName: (_b = options.propertyName) !== null && _b !== void 0 ? _b : "parent",
|
|
4207
4209
|
deep: (_c = options.deep) !== null && _c !== void 0 ? _c : true
|
|
4208
4210
|
};
|
|
@@ -4210,8 +4212,8 @@ function toSetParentNodesOptions(options) {
|
|
|
4210
4212
|
/**
|
|
4211
4213
|
* Returns true if the given Node is a NamedTupleMember
|
|
4212
4214
|
*/
|
|
4213
|
-
function isNamedTupleMember$1(node, typescript$
|
|
4214
|
-
return typescript$
|
|
4215
|
+
function isNamedTupleMember$1(node, typescript$44) {
|
|
4216
|
+
return typescript$44.SyntaxKind.NamedTupleMember != null && node.kind === typescript$44.SyntaxKind.NamedTupleMember;
|
|
4215
4217
|
}
|
|
4216
4218
|
function cloneNamedTupleMember(node, options) {
|
|
4217
4219
|
return options.factory.createNamedTupleMember(options.hook("dotDotDotToken", options.nextNode(node.dotDotDotToken), node.dotDotDotToken), options.hook("name", options.nextNode(node.name), node.name), options.hook("questionToken", options.nextNode(node.questionToken), node.questionToken), options.hook("type", options.nextNode(node.type), node.type));
|
|
@@ -4219,9 +4221,9 @@ function cloneNamedTupleMember(node, options) {
|
|
|
4219
4221
|
/**
|
|
4220
4222
|
* Returns true if the given Node is a JSDocDeprecatedTag
|
|
4221
4223
|
*/
|
|
4222
|
-
function isJsDocDeprecatedTag(node, typescript$
|
|
4223
|
-
if ("JSDocDeprecatedTag" in typescript$
|
|
4224
|
-
return node.kind === typescript$
|
|
4224
|
+
function isJsDocDeprecatedTag(node, typescript$45) {
|
|
4225
|
+
if ("JSDocDeprecatedTag" in typescript$45) return typescript$45.isJSDocDeprecatedTag(node);
|
|
4226
|
+
return node.kind === typescript$45.SyntaxKind.JSDocDeprecatedTag;
|
|
4225
4227
|
}
|
|
4226
4228
|
function cloneJsDocDeprecatedTag(node, options) {
|
|
4227
4229
|
const baseNode = options.factory.createJSDocDeprecatedTag(options.hook("tagName", options.nextNode(node.tagName), node.tagName), options.hook("comment", node.comment, node.comment));
|
|
@@ -4231,8 +4233,8 @@ function cloneJsDocDeprecatedTag(node, options) {
|
|
|
4231
4233
|
/**
|
|
4232
4234
|
* Returns true if the given Node is a TemplateLiteralTypeNode
|
|
4233
4235
|
*/
|
|
4234
|
-
function isTemplateLiteralTypeNode(node, typescript$
|
|
4235
|
-
return typescript$
|
|
4236
|
+
function isTemplateLiteralTypeNode(node, typescript$46) {
|
|
4237
|
+
return typescript$46.SyntaxKind.TemplateLiteralType != null && node.kind === typescript$46.SyntaxKind.TemplateLiteralType;
|
|
4236
4238
|
}
|
|
4237
4239
|
function cloneTemplateLiteralTypeNode(node, options) {
|
|
4238
4240
|
return options.factory.createTemplateLiteralType(options.hook("head", options.nextNode(node.head), node.head), options.hook("templateSpans", options.nextNodes(node.templateSpans), node.templateSpans));
|
|
@@ -4240,8 +4242,8 @@ function cloneTemplateLiteralTypeNode(node, options) {
|
|
|
4240
4242
|
/**
|
|
4241
4243
|
* Returns true if the given Node is a TemplateLiteralTypeSpan
|
|
4242
4244
|
*/
|
|
4243
|
-
function isTemplateLiteralTypeSpan(node, typescript$
|
|
4244
|
-
return typescript$
|
|
4245
|
+
function isTemplateLiteralTypeSpan(node, typescript$47) {
|
|
4246
|
+
return typescript$47.SyntaxKind.TemplateLiteralTypeSpan != null && node.kind === typescript$47.SyntaxKind.TemplateLiteralTypeSpan;
|
|
4245
4247
|
}
|
|
4246
4248
|
function cloneTemplateLiteralTypeSpan(node, options) {
|
|
4247
4249
|
return options.factory.createTemplateLiteralTypeSpan(options.hook("type", options.nextNode(node.type), node.type), options.hook("literal", options.nextNode(node.literal), node.literal));
|
|
@@ -4249,9 +4251,9 @@ function cloneTemplateLiteralTypeSpan(node, options) {
|
|
|
4249
4251
|
/**
|
|
4250
4252
|
* Returns true if the given Node is a JSDocLink
|
|
4251
4253
|
*/
|
|
4252
|
-
function isJsDocLink(node, typescript$
|
|
4253
|
-
if ("isJSDocLink" in typescript$
|
|
4254
|
-
return node.kind === typescript$
|
|
4254
|
+
function isJsDocLink(node, typescript$48) {
|
|
4255
|
+
if ("isJSDocLink" in typescript$48) return typescript$48.isJSDocLink(node);
|
|
4256
|
+
return node.kind === typescript$48.SyntaxKind.JSDocLink;
|
|
4255
4257
|
}
|
|
4256
4258
|
function cloneJsDocLink(node, options) {
|
|
4257
4259
|
const baseNode = options.factory.createJSDocLink(options.hook("name", options.nextNode(node.name), node.name), options.hook("text", node.text, node.text));
|
|
@@ -4267,9 +4269,9 @@ function cloneClassStaticBlockDeclaration(node, options) {
|
|
|
4267
4269
|
/**
|
|
4268
4270
|
* Returns true if the given Node is a JSDocLinkCode
|
|
4269
4271
|
*/
|
|
4270
|
-
function isJsDocLinkCode(node, typescript$
|
|
4271
|
-
if ("isJSDocLinkCode" in typescript$
|
|
4272
|
-
return node.kind === typescript$
|
|
4272
|
+
function isJsDocLinkCode(node, typescript$49) {
|
|
4273
|
+
if ("isJSDocLinkCode" in typescript$49) return typescript$49.isJSDocLinkCode(node);
|
|
4274
|
+
return node.kind === typescript$49.SyntaxKind.JSDocLinkCode;
|
|
4273
4275
|
}
|
|
4274
4276
|
function cloneJsDocLinkCode(node, options) {
|
|
4275
4277
|
const baseNode = options.factory.createJSDocLinkCode(options.hook("name", options.nextNode(node.name), node.name), options.hook("text", node.text, node.text));
|
|
@@ -4279,9 +4281,9 @@ function cloneJsDocLinkCode(node, options) {
|
|
|
4279
4281
|
/**
|
|
4280
4282
|
* Returns true if the given Node is a JSDocLinkPlain
|
|
4281
4283
|
*/
|
|
4282
|
-
function isJsDocLinkPlain(node, typescript$
|
|
4283
|
-
if ("isJSDocLinkPlain" in typescript$
|
|
4284
|
-
return node.kind === typescript$
|
|
4284
|
+
function isJsDocLinkPlain(node, typescript$50) {
|
|
4285
|
+
if ("isJSDocLinkPlain" in typescript$50) return typescript$50.isJSDocLinkPlain(node);
|
|
4286
|
+
return node.kind === typescript$50.SyntaxKind.JSDocLinkPlain;
|
|
4285
4287
|
}
|
|
4286
4288
|
function cloneJsDocLinkPlain(node, options) {
|
|
4287
4289
|
const baseNode = options.factory.createJSDocLinkPlain(options.hook("name", options.nextNode(node.name), node.name), options.hook("text", node.text, node.text));
|
|
@@ -4291,9 +4293,9 @@ function cloneJsDocLinkPlain(node, options) {
|
|
|
4291
4293
|
/**
|
|
4292
4294
|
* Returns true if the given Node is a JSDocMemberName
|
|
4293
4295
|
*/
|
|
4294
|
-
function isJsDocMemberName(node, typescript$
|
|
4295
|
-
if ("isJSDocMemberName" in typescript$
|
|
4296
|
-
return node.kind === typescript$
|
|
4296
|
+
function isJsDocMemberName(node, typescript$51) {
|
|
4297
|
+
if ("isJSDocMemberName" in typescript$51) return typescript$51.isJSDocMemberName(node);
|
|
4298
|
+
return node.kind === typescript$51.SyntaxKind.JSDocMemberName;
|
|
4297
4299
|
}
|
|
4298
4300
|
function cloneJsDocMemberName(node, options) {
|
|
4299
4301
|
const baseNode = options.factory.createJSDocMemberName(options.hook("left", options.nextNode(node.left), node.left), options.hook("right", options.nextNode(node.right), node.right));
|
|
@@ -4309,8 +4311,8 @@ function cloneAssertEntry(node, options) {
|
|
|
4309
4311
|
/**
|
|
4310
4312
|
* Returns true if the given Node is an ImportTypeAssertionContainer
|
|
4311
4313
|
*/
|
|
4312
|
-
function isImportTypeAssertionContainer(node, typescript$
|
|
4313
|
-
return typescript$
|
|
4314
|
+
function isImportTypeAssertionContainer(node, typescript$52) {
|
|
4315
|
+
return typescript$52.SyntaxKind.ImportTypeAssertionContainer != null && node.kind === typescript$52.SyntaxKind.ImportTypeAssertionContainer;
|
|
4314
4316
|
}
|
|
4315
4317
|
function cloneImportTypeAssertionContainer(node, options) {
|
|
4316
4318
|
return options.factory.createImportTypeAssertionContainer(options.hook("assertClause", options.nextNode(node.assertClause), node.assertClause), options.hook("multiLine", node.multiLine, node.multiLine));
|
|
@@ -4581,13 +4583,13 @@ function executeCloneNode(node, options) {
|
|
|
4581
4583
|
|
|
4582
4584
|
//#endregion
|
|
4583
4585
|
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/reflection-ast.js
|
|
4584
|
-
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.default;
|
|
4586
|
+
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;
|
|
4585
4587
|
function is__String(value) {
|
|
4586
4588
|
return typeof value === "string";
|
|
4587
4589
|
}
|
|
4588
4590
|
function getIdentifierName(node) {
|
|
4589
4591
|
if (is__String(node)) return node;
|
|
4590
|
-
if (isIdentifier$1(node) || isPrivateIdentifier(node)) return typescript.default.unescapeLeadingUnderscores(node.escapedText);
|
|
4592
|
+
if (isIdentifier$1(node) || isPrivateIdentifier(node)) return typescript$1.default.unescapeLeadingUnderscores(node.escapedText);
|
|
4591
4593
|
if (isStringLiteral$1(node)) return node.text;
|
|
4592
4594
|
return "";
|
|
4593
4595
|
}
|
|
@@ -4698,7 +4700,7 @@ function getNameAsString(node) {
|
|
|
4698
4700
|
if (isIdentifier$1(node)) return getIdentifierName(node);
|
|
4699
4701
|
if (isStringLiteral$1(node)) return node.text;
|
|
4700
4702
|
if (isNumericLiteral(node)) return node.text;
|
|
4701
|
-
if ((0, typescript.isBigIntLiteral)(node)) return node.text;
|
|
4703
|
+
if ((0, typescript$1.isBigIntLiteral)(node)) return node.text;
|
|
4702
4704
|
if (isNoSubstitutionTemplateLiteral(node)) return node.text;
|
|
4703
4705
|
if (isComputedPropertyName(node)) {
|
|
4704
4706
|
if (isStringLiteralLike(node) || isNumericLiteral(node)) return node.text;
|
|
@@ -4817,7 +4819,6 @@ function finish(oldNode, newNode) {
|
|
|
4817
4819
|
|
|
4818
4820
|
//#endregion
|
|
4819
4821
|
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
|
|
4820
|
-
var import_dist = require_dist();
|
|
4821
4822
|
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;
|
|
4822
4823
|
function encodeOps(ops) {
|
|
4823
4824
|
return ops.map((v) => String.fromCharCode(v + 33)).join("");
|
|
@@ -6604,5 +6605,4 @@ Object.defineProperty(exports, 'transformer', {
|
|
|
6604
6605
|
get: function () {
|
|
6605
6606
|
return transformer;
|
|
6606
6607
|
}
|
|
6607
|
-
});
|
|
6608
|
-
//# sourceMappingURL=compiler-LYoUBwrr.cjs.map
|
|
6608
|
+
});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-BmvPcxpV.cjs');
|
|
2
2
|
let typescript = require("typescript");
|
|
3
|
+
let typescript$1 = require_chunk.__toESM(typescript, 1);
|
|
3
4
|
typescript = require_chunk.__toESM(typescript);
|
|
4
5
|
let node_path = require("node:path");
|
|
5
6
|
let node_fs = require("node:fs");
|
|
@@ -3367,7 +3368,7 @@ var require_micromatch = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
|
|
|
3367
3368
|
//#endregion
|
|
3368
3369
|
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
|
|
3369
3370
|
var import_micromatch = /* @__PURE__ */ require_chunk.__toESM(require_micromatch(), 1);
|
|
3370
|
-
const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = typescript.default;
|
|
3371
|
+
const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = typescript$1.default;
|
|
3371
3372
|
function patternMatch(path, patterns, base) {
|
|
3372
3373
|
const include = patterns.filter((pattern) => pattern[0] !== "!");
|
|
3373
3374
|
const exclude = patterns.filter((pattern) => pattern[0] === "!").map((pattern) => pattern.substring(1));
|
|
@@ -3419,7 +3420,7 @@ var Resolver = class {
|
|
|
3419
3420
|
jsDocParsingMode: JSDocParsingMode ? JSDocParsingMode.ParseNone : void 0
|
|
3420
3421
|
}, true);
|
|
3421
3422
|
this.sourceFiles[fileName] = moduleSourceFile;
|
|
3422
|
-
typescript.default.bindSourceFile(moduleSourceFile, this.compilerOptions);
|
|
3423
|
+
typescript$1.default.bindSourceFile(moduleSourceFile, this.compilerOptions);
|
|
3423
3424
|
return moduleSourceFile;
|
|
3424
3425
|
}
|
|
3425
3426
|
};
|
|
@@ -3668,5 +3669,4 @@ Object.defineProperty(exports, 'reflectionModes', {
|
|
|
3668
3669
|
get: function () {
|
|
3669
3670
|
return reflectionModes;
|
|
3670
3671
|
}
|
|
3671
|
-
});
|
|
3672
|
-
//# sourceMappingURL=config-kjucozD0.cjs.map
|
|
3672
|
+
});
|
package/dist/vendor/core.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_types = require('./types-
|
|
2
|
+
const require_types = require('./types-Dd5_2tGT.cjs');
|
|
3
3
|
|
|
4
4
|
//#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/decorators.js
|
|
5
5
|
const __ΩPropertyDescriptor = [
|
|
@@ -1217,5 +1217,4 @@ exports.time = require_types.time;
|
|
|
1217
1217
|
exports.toFastProperties = require_types.toFastProperties;
|
|
1218
1218
|
exports.uint8ArrayToUtf8 = uint8ArrayToUtf8;
|
|
1219
1219
|
exports.urlJoin = urlJoin;
|
|
1220
|
-
exports.zip = require_types.zip;
|
|
1221
|
-
//# sourceMappingURL=core.cjs.map
|
|
1220
|
+
exports.zip = require_types.zip;
|
package/dist/vendor/core.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as isClass, A as empty, At as time, B as getClassTypeFromInstance, C as average, Ct as prettyPrintObject, D as createDynamicClass, Dt as size, E as copy, Et as setPathValue, F as fixAsyncOperation, G as getPathValue, H as getInheritanceChain, I as formatError, J as identifyType, K as hasProperty, L as forwardTypeArguments, M as escapeRegExp, Mt as each, N as first, Nt as eachKey, O as createStack, Ot as sleep, P as firstKey, Pt as eachPair, Q as isAsyncFunction, R as getClassName, S as asyncOperation, St as prependObjectKeys, T as collectForMicrotask, Tt as rangeArray, U as getObjectKeysSize, V as getCurrentFileName, W as getParentClass, X as indexOf, Y as inDebugMode, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, b as assertDefined, bt as mergePromiseStack, c as arrayHasItem, ct as isNumeric, d as toFastProperties, dt as isPlainObject, et as isClassInstance, f as AsyncFunction, ft as isPromise, g as __ΩCustomError, gt as isUndefined, h as __ΩClassType, ht as isString, i as capitalize, it as isInteger, j as ensureError, jt as zip, k as deletePathValue, kt as stringifyValueWithType, l as arrayMoveItem, lt as isObject, m as __ΩAbstractClassType, mt as isSet, n as __ΩInjectMeta, nt as isFunction, o as CompilerContext, ot as isNull, p as CustomError, pt as isPrototypeOfBase, q as humanBytes, r as __ΩTypeAnnotation, rt as isGlobalClass, s as arrayClear, st as isNumber, t as __ΩInject, tt as isConstructable, u as arrayRemoveItem, ut as isObjectLiteral, v as appendObject, vt as last, w as changeClass, wt as range, x as assertInstanceOf, xt as mergeStack, y as applyDefaults, yt as lastKey, z as getClassPropertyName } from "./types
|
|
1
|
+
import { $ as isClass, A as empty, At as time, B as getClassTypeFromInstance, C as average, Ct as prettyPrintObject, D as createDynamicClass, Dt as size, E as copy, Et as setPathValue, F as fixAsyncOperation, G as getPathValue, H as getInheritanceChain, I as formatError, J as identifyType, K as hasProperty, L as forwardTypeArguments, M as escapeRegExp, Mt as each, N as first, Nt as eachKey, O as createStack, Ot as sleep, P as firstKey, Pt as eachPair, Q as isAsyncFunction, R as getClassName, S as asyncOperation, St as prependObjectKeys, T as collectForMicrotask, Tt as rangeArray, U as getObjectKeysSize, V as getCurrentFileName, W as getParentClass, X as indexOf, Y as inDebugMode, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, b as assertDefined, bt as mergePromiseStack, c as arrayHasItem, ct as isNumeric, d as toFastProperties, dt as isPlainObject, et as isClassInstance, f as AsyncFunction, ft as isPromise, g as __ΩCustomError, gt as isUndefined, h as __ΩClassType, ht as isString, i as capitalize, it as isInteger, j as ensureError, jt as zip, k as deletePathValue, kt as stringifyValueWithType, l as arrayMoveItem, lt as isObject, m as __ΩAbstractClassType, mt as isSet, n as __ΩInjectMeta, nt as isFunction, o as CompilerContext, ot as isNull, p as CustomError, pt as isPrototypeOfBase, q as humanBytes, r as __ΩTypeAnnotation, rt as isGlobalClass, s as arrayClear, st as isNumber, t as __ΩInject, tt as isConstructable, u as arrayRemoveItem, ut as isObjectLiteral, v as appendObject, vt as last, w as changeClass, wt as range, x as assertInstanceOf, xt as mergeStack, y as applyDefaults, yt as lastKey, z as getClassPropertyName } from "./types-BkXamnO8.mjs";
|
|
2
2
|
|
|
3
3
|
//#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/decorators.js
|
|
4
4
|
const __ΩPropertyDescriptor = [
|
|
@@ -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-C0u000J9.cjs');
|
|
3
3
|
|
|
4
4
|
exports.Cache = require_compiler.Cache;
|
|
5
5
|
exports.DeclarationTransformer = require_compiler.DeclarationTransformer;
|
|
@@ -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-BTPzbHyC.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-DND92zIN.cjs');
|
|
3
3
|
|
|
4
4
|
exports.defaultExcluded = require_config.defaultExcluded;
|
|
5
5
|
exports.getConfigResolver = require_config.getConfigResolver;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('../chunk-BmvPcxpV.cjs');
|
|
3
|
-
const require_compiler = require('../compiler-
|
|
4
|
-
const require_config = require('../config-
|
|
3
|
+
const require_compiler = require('../compiler-C0u000J9.cjs');
|
|
4
|
+
const require_config = require('../config-DND92zIN.cjs');
|
|
5
5
|
let typescript = require("typescript");
|
|
6
|
-
typescript = require_chunk.__toESM(typescript);
|
|
6
|
+
typescript = require_chunk.__toESM(typescript, 1);
|
|
7
7
|
|
|
8
8
|
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
|
|
9
9
|
var DeepkitLoader = class {
|
|
@@ -66,5 +66,4 @@ exports.packSizeByte = require_compiler.packSizeByte;
|
|
|
66
66
|
exports.parseRawMode = require_config.parseRawMode;
|
|
67
67
|
exports.reflectionModeMatcher = require_config.reflectionModeMatcher;
|
|
68
68
|
exports.reflectionModes = require_config.reflectionModes;
|
|
69
|
-
exports.transformer = require_compiler.transformer;
|
|
70
|
-
//# sourceMappingURL=index.cjs.map
|
|
69
|
+
exports.transformer = require_compiler.transformer;
|
|
@@ -1,4 +1,4 @@
|
|
|
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-BTPzbHyC.mjs";
|
|
2
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-DH0_s6ur.mjs";
|
|
3
3
|
import ts from "typescript";
|
|
4
4
|
|
package/dist/vendor/type.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('./chunk-BmvPcxpV.cjs');
|
|
3
|
-
const require_types = require('./types-
|
|
3
|
+
const require_types = require('./types-Dd5_2tGT.cjs');
|
|
4
4
|
const require_type = require('./type-fEQrgtBF.cjs');
|
|
5
5
|
let node_buffer = require("node:buffer");
|
|
6
6
|
let node_crypto = require("node:crypto");
|
|
@@ -15493,5 +15493,4 @@ exports.validators = validators;
|
|
|
15493
15493
|
exports.valuesOf = valuesOf;
|
|
15494
15494
|
exports.visit = visit;
|
|
15495
15495
|
exports.widenLiteral = widenLiteral;
|
|
15496
|
-
exports.writeUuid = writeUuid;
|
|
15497
|
-
//# sourceMappingURL=type.cjs.map
|
|
15496
|
+
exports.writeUuid = writeUuid;
|
package/dist/vendor/type.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as isClass, A as empty, B as getClassTypeFromInstance, H as getInheritanceChain, K as hasProperty, R as getClassName, U as getObjectKeysSize, W as getParentClass, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, ct as isNumeric, d as toFastProperties, h as __ΩClassType, it as isInteger, kt as stringifyValueWithType, lt as isObject, m as __ΩAbstractClassType, nt as isFunction, o as CompilerContext, p as CustomError, pt as isPrototypeOfBase, r as __ΩTypeAnnotation, rt as isGlobalClass, u as arrayRemoveItem, ut as isObjectLiteral } from "./types
|
|
1
|
+
import { $ as isClass, A as empty, B as getClassTypeFromInstance, H as getInheritanceChain, K as hasProperty, R as getClassName, U as getObjectKeysSize, W as getParentClass, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, ct as isNumeric, d as toFastProperties, h as __ΩClassType, it as isInteger, kt as stringifyValueWithType, lt as isObject, m as __ΩAbstractClassType, nt as isFunction, o as CompilerContext, p as CustomError, pt as isPrototypeOfBase, r as __ΩTypeAnnotation, rt as isGlobalClass, u as arrayRemoveItem, ut as isObjectLiteral } from "./types-BkXamnO8.mjs";
|
|
2
2
|
import { n as TypeNumberBrand, t as ReflectionOp } from "./type-wscUl8NW.mjs";
|
|
3
3
|
import { Buffer } from "node:buffer";
|
|
4
4
|
import crypto from "node:crypto";
|
|
@@ -87,6 +87,7 @@ var require_dot_prop = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
87
87
|
|
|
88
88
|
//#endregion
|
|
89
89
|
//#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/iterators.js
|
|
90
|
+
var import_dot_prop = /* @__PURE__ */ __toESM(require_dot_prop(), 1);
|
|
90
91
|
const __ΩArrayLike = [
|
|
91
92
|
"T",
|
|
92
93
|
"length",
|
|
@@ -220,7 +221,6 @@ eachPair.__type = [
|
|
|
220
221
|
|
|
221
222
|
//#endregion
|
|
222
223
|
//#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/core.js
|
|
223
|
-
var import_dot_prop = /* @__PURE__ */ __toESM(require_dot_prop(), 1);
|
|
224
224
|
const __ΩObject = [
|
|
225
225
|
() => Function,
|
|
226
226
|
"constructor",
|
|
@@ -2462,4 +2462,4 @@ const __ΩInject = [
|
|
|
2462
2462
|
|
|
2463
2463
|
//#endregion
|
|
2464
2464
|
export { isClass as $, empty as A, time as At, getClassTypeFromInstance as B, average as C, prettyPrintObject as Ct, createDynamicClass as D, size as Dt, copy as E, setPathValue as Et, fixAsyncOperation as F, getPathValue as G, getInheritanceChain as H, formatError as I, identifyType as J, hasProperty as K, forwardTypeArguments as L, escapeRegExp as M, each as Mt, first as N, eachKey as Nt, createStack as O, sleep as Ot, firstKey as P, eachPair as Pt, isAsyncFunction as Q, getClassName as R, asyncOperation as S, prependObjectKeys as St, collectForMicrotask as T, rangeArray as Tt, getObjectKeysSize as U, getCurrentFileName as V, getParentClass as W, indexOf as X, inDebugMode as Y, isArray as Z, __ΩExtractClassType as _, iterableSize as _t, indent as a, isIterable as at, assertDefined as b, mergePromiseStack as bt, arrayHasItem as c, isNumeric as ct, toFastProperties as d, isPlainObject as dt, isClassInstance as et, AsyncFunction as f, isPromise as ft, __ΩCustomError as g, isUndefined as gt, __ΩClassType as h, isString as ht, capitalize as i, isInteger as it, ensureError as j, zip as jt, deletePathValue as k, stringifyValueWithType as kt, arrayMoveItem as l, isObject as lt, __ΩAbstractClassType as m, isSet as mt, __ΩInjectMeta as n, isFunction as nt, CompilerContext as o, isNull as ot, CustomError as p, isPrototypeOfBase as pt, humanBytes as q, __ΩTypeAnnotation as r, isGlobalClass as rt, arrayClear as s, isNumber as st, __ΩInject as t, isConstructable as tt, arrayRemoveItem as u, isObjectLiteral as ut, appendObject as v, last as vt, changeClass as w, range as wt, assertInstanceOf as x, mergeStack as xt, applyDefaults as y, lastKey as yt, getClassPropertyName as z };
|
|
2465
|
-
//# sourceMappingURL=types
|
|
2465
|
+
//# sourceMappingURL=types-BkXamnO8.mjs.map
|
|
@@ -87,6 +87,7 @@ var require_dot_prop = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, mo
|
|
|
87
87
|
|
|
88
88
|
//#endregion
|
|
89
89
|
//#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/iterators.js
|
|
90
|
+
var import_dot_prop = /* @__PURE__ */ require_chunk.__toESM(require_dot_prop(), 1);
|
|
90
91
|
const __ΩArrayLike = [
|
|
91
92
|
"T",
|
|
92
93
|
"length",
|
|
@@ -220,7 +221,6 @@ eachPair.__type = [
|
|
|
220
221
|
|
|
221
222
|
//#endregion
|
|
222
223
|
//#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/core.js
|
|
223
|
-
var import_dot_prop = /* @__PURE__ */ require_chunk.__toESM(require_dot_prop(), 1);
|
|
224
224
|
const __ΩObject = [
|
|
225
225
|
() => Function,
|
|
226
226
|
"constructor",
|
|
@@ -2988,5 +2988,4 @@ Object.defineProperty(exports, 'zip', {
|
|
|
2988
2988
|
get: function () {
|
|
2989
2989
|
return zip;
|
|
2990
2990
|
}
|
|
2991
|
-
});
|
|
2992
|
-
//# sourceMappingURL=types-BzOSMMf1.cjs.map
|
|
2991
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/deepkit",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
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,9 +114,9 @@
|
|
|
114
114
|
"bin": { "deepkit-install": "bin/deepkit-install.cjs" },
|
|
115
115
|
"files": ["bin/*", "dist/**/*", "schemas/*"],
|
|
116
116
|
"dependencies": {
|
|
117
|
-
"@powerlines/core": "^0.13.
|
|
118
|
-
"@powerlines/plugin-esbuild": "^0.13.
|
|
119
|
-
"@storm-software/config-tools": "^1.189.
|
|
117
|
+
"@powerlines/core": "^0.13.11",
|
|
118
|
+
"@powerlines/plugin-esbuild": "^0.13.398",
|
|
119
|
+
"@storm-software/config-tools": "^1.189.76",
|
|
120
120
|
"@stryke/capnp": "^0.12.92",
|
|
121
121
|
"@stryke/fs": "^0.33.66",
|
|
122
122
|
"@stryke/path": "^0.27.4",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@deepkit/type-spec": "1.0.1",
|
|
137
137
|
"@types/node": "^25.6.0",
|
|
138
138
|
"rolldown": "1.0.0-rc.9",
|
|
139
|
-
"tsdown": "^0.21.
|
|
139
|
+
"tsdown": "^0.21.8",
|
|
140
140
|
"esbuild": "^0.27.7"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": { "esbuild": "*", "rolldown": "*" },
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"rolldown": { "optional": true }
|
|
146
146
|
},
|
|
147
147
|
"publishConfig": { "access": "public" },
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "dbee10b00be4d975152b4e5b82422c2a94455f70"
|
|
149
149
|
}
|
package/schemas/reflection.cjs
CHANGED
|
@@ -27,7 +27,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
|
|
28
28
|
//#endregion
|
|
29
29
|
let _stryke_capnp = require("@stryke/capnp");
|
|
30
|
-
_stryke_capnp = __toESM(_stryke_capnp);
|
|
30
|
+
_stryke_capnp = __toESM(_stryke_capnp, 1);
|
|
31
31
|
|
|
32
32
|
//#region schemas/reflection.ts
|
|
33
33
|
const _capnpFileId = BigInt("0xae3c363dcecf2729");
|