@powerlines/plugin-alloy 0.20.15 → 0.21.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/core/components/output.d.cts +2 -2
- package/dist/core/components/output.d.cts.map +1 -1
- package/dist/core/components/single-line-comment.d.cts +2 -2
- package/dist/core/components/source-file.d.cts +2 -2
- package/dist/core/components/source-file.d.cts.map +1 -1
- package/dist/core/contexts/reflection.d.cts.map +1 -1
- package/dist/markdown/components/front-matter.d.cts +2 -2
- package/dist/markdown/components/front-matter.d.mts +2 -2
- package/dist/markdown/components/markdown-file.d.cts +3 -3
- package/dist/markdown/components/markdown-file.d.cts.map +1 -1
- package/dist/markdown/components/markdown-table.d.cts +4 -4
- package/dist/markdown/components/markdown-table.d.cts.map +1 -1
- package/dist/typescript/components/builtin-file.d.mts +2 -2
- package/dist/typescript/components/class-declaration.cjs +196 -0
- package/dist/typescript/components/class-declaration.d.cts +89 -0
- package/dist/typescript/components/class-declaration.d.cts.map +1 -0
- package/dist/typescript/components/class-declaration.d.mts +89 -0
- package/dist/typescript/components/class-declaration.d.mts.map +1 -0
- package/dist/typescript/components/class-declaration.mjs +193 -0
- package/dist/typescript/components/class-declaration.mjs.map +1 -0
- package/dist/typescript/components/dynamic-import-statement.d.cts +2 -2
- package/dist/typescript/components/dynamic-import-statement.d.cts.map +1 -1
- package/dist/typescript/components/dynamic-import-statement.d.mts +2 -2
- package/dist/typescript/components/entry-file.d.cts +2 -2
- package/dist/typescript/components/entry-file.d.cts.map +1 -1
- package/dist/typescript/components/entry-file.d.mts +2 -2
- package/dist/typescript/components/index.cjs +10 -1
- package/dist/typescript/components/index.d.cts +4 -1
- package/dist/typescript/components/index.d.mts +4 -1
- package/dist/typescript/components/index.mjs +4 -1
- package/dist/typescript/components/tsdoc-reflection.d.cts +4 -4
- package/dist/typescript/components/tsdoc-reflection.d.cts.map +1 -1
- package/dist/typescript/components/tsdoc-reflection.d.mts +4 -4
- package/dist/typescript/components/type-parameters.cjs +107 -0
- package/dist/typescript/components/type-parameters.d.cts +25 -0
- package/dist/typescript/components/type-parameters.d.cts.map +1 -0
- package/dist/typescript/components/type-parameters.d.mts +25 -0
- package/dist/typescript/components/type-parameters.d.mts.map +1 -0
- package/dist/typescript/components/type-parameters.mjs +107 -0
- package/dist/typescript/components/type-parameters.mjs.map +1 -0
- package/dist/typescript/components/typescript-file.cjs +2 -2
- package/dist/typescript/components/typescript-file.mjs +2 -2
- package/dist/typescript/components/typescript-file.mjs.map +1 -1
- package/dist/typescript/components/typescript-interface.d.cts +3 -3
- package/dist/typescript/components/typescript-interface.d.cts.map +1 -1
- package/dist/typescript/components/typescript-interface.d.mts +3 -3
- package/dist/typescript/components/typescript-interface.d.mts.map +1 -1
- package/dist/typescript/components/typescript-object.d.cts +3 -3
- package/dist/typescript/components/typescript-object.d.cts.map +1 -1
- package/dist/typescript/components/typescript-object.d.mts +3 -3
- package/dist/typescript/components/typescript-object.d.mts.map +1 -1
- package/dist/typescript/components/typescript-property-name.cjs +31 -0
- package/dist/typescript/components/typescript-property-name.d.cts +24 -0
- package/dist/typescript/components/typescript-property-name.d.cts.map +1 -0
- package/dist/typescript/components/typescript-property-name.d.mts +24 -0
- package/dist/typescript/components/typescript-property-name.d.mts.map +1 -0
- package/dist/typescript/components/typescript-property-name.mjs +31 -0
- package/dist/typescript/components/typescript-property-name.mjs.map +1 -0
- package/dist/typescript/contexts/index.cjs +3 -0
- package/dist/typescript/contexts/index.d.cts +2 -0
- package/dist/typescript/contexts/index.d.mts +2 -0
- package/dist/typescript/contexts/index.mjs +3 -0
- package/dist/typescript/contexts/lexical-scope.cjs +25 -0
- package/dist/typescript/contexts/lexical-scope.d.cts +17 -0
- package/dist/typescript/contexts/lexical-scope.d.cts.map +1 -0
- package/dist/typescript/contexts/lexical-scope.d.mts +17 -0
- package/dist/typescript/contexts/lexical-scope.d.mts.map +1 -0
- package/dist/typescript/contexts/lexical-scope.mjs +25 -0
- package/dist/typescript/contexts/lexical-scope.mjs.map +1 -0
- package/dist/typescript/helpers/get-call-signature-props.cjs +25 -0
- package/dist/typescript/helpers/get-call-signature-props.d.cts +15 -0
- package/dist/typescript/helpers/get-call-signature-props.d.cts.map +1 -0
- package/dist/typescript/helpers/get-call-signature-props.d.mts +15 -0
- package/dist/typescript/helpers/get-call-signature-props.d.mts.map +1 -0
- package/dist/typescript/helpers/get-call-signature-props.mjs +25 -0
- package/dist/typescript/helpers/get-call-signature-props.mjs.map +1 -0
- package/dist/typescript/helpers/index.cjs +5 -0
- package/dist/typescript/helpers/index.d.cts +3 -0
- package/dist/typescript/helpers/index.d.mts +3 -0
- package/dist/typescript/helpers/index.mjs +4 -0
- package/dist/typescript/helpers/utilities.cjs +14 -0
- package/dist/typescript/helpers/utilities.d.cts +11 -0
- package/dist/typescript/helpers/utilities.d.cts.map +1 -0
- package/dist/typescript/helpers/utilities.d.mts +11 -0
- package/dist/typescript/helpers/utilities.d.mts.map +1 -0
- package/dist/typescript/helpers/utilities.mjs +14 -0
- package/dist/typescript/helpers/utilities.mjs.map +1 -0
- package/dist/typescript/index.cjs +18 -1
- package/dist/typescript/index.d.cts +9 -1
- package/dist/typescript/index.d.mts +9 -1
- package/dist/typescript/index.mjs +9 -1
- package/package.json +128 -16
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
|
+
let __alloy_js_core = require("@alloy-js/core");
|
|
3
|
+
|
|
4
|
+
//#region src/typescript/helpers/get-call-signature-props.ts
|
|
5
|
+
/**
|
|
6
|
+
* Get the properties for a call signature, applying any defaults as necessary.
|
|
7
|
+
*
|
|
8
|
+
* @param props - The properties for the call signature.
|
|
9
|
+
* @param defaults - Optional default properties to apply to the call signature.
|
|
10
|
+
* @returns The properties for the call signature, with defaults applied as necessary.
|
|
11
|
+
*/
|
|
12
|
+
function getCallSignatureProps(props, defaults) {
|
|
13
|
+
const [callSignatureProps] = (0, __alloy_js_core.splitProps)(props, [
|
|
14
|
+
"parameters",
|
|
15
|
+
"parametersChildren",
|
|
16
|
+
"typeParameters",
|
|
17
|
+
"typeParametersChildren",
|
|
18
|
+
"returnType"
|
|
19
|
+
]);
|
|
20
|
+
if (!defaults) return callSignatureProps;
|
|
21
|
+
return (0, __alloy_js_core.defaultProps)(callSignatureProps, defaults);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.getCallSignatureProps = getCallSignatureProps;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { CallSignatureProps } from "@alloy-js/typescript";
|
|
2
|
+
|
|
3
|
+
//#region src/typescript/helpers/get-call-signature-props.d.ts
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Get the properties for a call signature, applying any defaults as necessary.
|
|
7
|
+
*
|
|
8
|
+
* @param props - The properties for the call signature.
|
|
9
|
+
* @param defaults - Optional default properties to apply to the call signature.
|
|
10
|
+
* @returns The properties for the call signature, with defaults applied as necessary.
|
|
11
|
+
*/
|
|
12
|
+
declare function getCallSignatureProps(props: CallSignatureProps, defaults?: Partial<CallSignatureProps>): CallSignatureProps;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { getCallSignatureProps };
|
|
15
|
+
//# sourceMappingURL=get-call-signature-props.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-call-signature-props.d.cts","names":[],"sources":["../../../src/typescript/helpers/get-call-signature-props.ts"],"sourcesContent":[],"mappings":";;;;;;AA4BA;;;;;AAEwC,iBAFxB,qBAAA,CAEwB,KAAA,EAD/B,kBAC+B,EAAA,QAAA,CAAA,EAA3B,OAA2B,CAAnB,kBAAmB,CAAA,CAAA,EAAA,kBAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { CallSignatureProps } from "@alloy-js/typescript";
|
|
2
|
+
|
|
3
|
+
//#region src/typescript/helpers/get-call-signature-props.d.ts
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Get the properties for a call signature, applying any defaults as necessary.
|
|
7
|
+
*
|
|
8
|
+
* @param props - The properties for the call signature.
|
|
9
|
+
* @param defaults - Optional default properties to apply to the call signature.
|
|
10
|
+
* @returns The properties for the call signature, with defaults applied as necessary.
|
|
11
|
+
*/
|
|
12
|
+
declare function getCallSignatureProps(props: CallSignatureProps, defaults?: Partial<CallSignatureProps>): CallSignatureProps;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { getCallSignatureProps };
|
|
15
|
+
//# sourceMappingURL=get-call-signature-props.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-call-signature-props.d.mts","names":[],"sources":["../../../src/typescript/helpers/get-call-signature-props.ts"],"sourcesContent":[],"mappings":";;;;;;AA4BA;;;;;AAEwC,iBAFxB,qBAAA,CAEwB,KAAA,EAD/B,kBAC+B,EAAA,QAAA,CAAA,EAA3B,OAA2B,CAAnB,kBAAmB,CAAA,CAAA,EAAA,kBAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { defaultProps, splitProps } from "@alloy-js/core";
|
|
2
|
+
|
|
3
|
+
//#region src/typescript/helpers/get-call-signature-props.ts
|
|
4
|
+
/**
|
|
5
|
+
* Get the properties for a call signature, applying any defaults as necessary.
|
|
6
|
+
*
|
|
7
|
+
* @param props - The properties for the call signature.
|
|
8
|
+
* @param defaults - Optional default properties to apply to the call signature.
|
|
9
|
+
* @returns The properties for the call signature, with defaults applied as necessary.
|
|
10
|
+
*/
|
|
11
|
+
function getCallSignatureProps(props, defaults) {
|
|
12
|
+
const [callSignatureProps] = splitProps(props, [
|
|
13
|
+
"parameters",
|
|
14
|
+
"parametersChildren",
|
|
15
|
+
"typeParameters",
|
|
16
|
+
"typeParametersChildren",
|
|
17
|
+
"returnType"
|
|
18
|
+
]);
|
|
19
|
+
if (!defaults) return callSignatureProps;
|
|
20
|
+
return defaultProps(callSignatureProps, defaults);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
//#endregion
|
|
24
|
+
export { getCallSignatureProps };
|
|
25
|
+
//# sourceMappingURL=get-call-signature-props.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-call-signature-props.mjs","names":["defaultProps","splitProps","getCallSignatureProps","props","defaults","callSignatureProps"],"sources":["../../../src/typescript/helpers/get-call-signature-props.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { defaultProps, splitProps } from \"@alloy-js/core\";\nimport { CallSignatureProps } from \"@alloy-js/typescript\";\n\n/**\n * Get the properties for a call signature, applying any defaults as necessary.\n *\n * @param props - The properties for the call signature.\n * @param defaults - Optional default properties to apply to the call signature.\n * @returns The properties for the call signature, with defaults applied as necessary.\n */\nexport function getCallSignatureProps(\n props: CallSignatureProps,\n defaults?: Partial<CallSignatureProps>\n) {\n const [callSignatureProps] = splitProps(props, [\n \"parameters\",\n \"parametersChildren\",\n \"typeParameters\",\n \"typeParametersChildren\",\n \"returnType\"\n ]);\n\n if (!defaults) {\n return callSignatureProps;\n }\n\n return defaultProps(callSignatureProps, defaults);\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const require_typescript_helpers_get_call_signature_props = require('./get-call-signature-props.cjs');
|
|
2
|
+
const require_typescript_helpers_utilities = require('./utilities.cjs');
|
|
3
|
+
|
|
4
|
+
exports.getCallSignatureProps = require_typescript_helpers_get_call_signature_props.getCallSignatureProps;
|
|
5
|
+
exports.isValidJSIdentifier = require_typescript_helpers_utilities.isValidJSIdentifier;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/typescript/helpers/utilities.ts
|
|
3
|
+
/**
|
|
4
|
+
* Check if a string is a valid JavaScript identifier.
|
|
5
|
+
*
|
|
6
|
+
* @param identifier - The string to check.
|
|
7
|
+
* @returns `true` if the string is a valid JavaScript identifier, `false` otherwise.
|
|
8
|
+
*/
|
|
9
|
+
function isValidJSIdentifier(identifier) {
|
|
10
|
+
return /^[\p{ID_Start}$_][\p{ID_Continue}$\u200C\u200D]*$/u.test(identifier);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.isValidJSIdentifier = isValidJSIdentifier;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/typescript/helpers/utilities.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Check if a string is a valid JavaScript identifier.
|
|
4
|
+
*
|
|
5
|
+
* @param identifier - The string to check.
|
|
6
|
+
* @returns `true` if the string is a valid JavaScript identifier, `false` otherwise.
|
|
7
|
+
*/
|
|
8
|
+
declare function isValidJSIdentifier(identifier: string): boolean;
|
|
9
|
+
//#endregion
|
|
10
|
+
export { isValidJSIdentifier };
|
|
11
|
+
//# sourceMappingURL=utilities.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utilities.d.cts","names":[],"sources":["../../../src/typescript/helpers/utilities.ts"],"sourcesContent":[],"mappings":";;AAwBA;;;;;iBAAgB,mBAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region src/typescript/helpers/utilities.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Check if a string is a valid JavaScript identifier.
|
|
4
|
+
*
|
|
5
|
+
* @param identifier - The string to check.
|
|
6
|
+
* @returns `true` if the string is a valid JavaScript identifier, `false` otherwise.
|
|
7
|
+
*/
|
|
8
|
+
declare function isValidJSIdentifier(identifier: string): boolean;
|
|
9
|
+
//#endregion
|
|
10
|
+
export { isValidJSIdentifier };
|
|
11
|
+
//# sourceMappingURL=utilities.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utilities.d.mts","names":[],"sources":["../../../src/typescript/helpers/utilities.ts"],"sourcesContent":[],"mappings":";;AAwBA;;;;;iBAAgB,mBAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/typescript/helpers/utilities.ts
|
|
2
|
+
/**
|
|
3
|
+
* Check if a string is a valid JavaScript identifier.
|
|
4
|
+
*
|
|
5
|
+
* @param identifier - The string to check.
|
|
6
|
+
* @returns `true` if the string is a valid JavaScript identifier, `false` otherwise.
|
|
7
|
+
*/
|
|
8
|
+
function isValidJSIdentifier(identifier) {
|
|
9
|
+
return /^[\p{ID_Start}$_][\p{ID_Continue}$\u200C\u200D]*$/u.test(identifier);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
export { isValidJSIdentifier };
|
|
14
|
+
//# sourceMappingURL=utilities.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utilities.mjs","names":["isValidJSIdentifier","identifier","test"],"sources":["../../../src/typescript/helpers/utilities.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n/**\n * Check if a string is a valid JavaScript identifier.\n *\n * @param identifier - The string to check.\n * @returns `true` if the string is a valid JavaScript identifier, `false` otherwise.\n */\nexport function isValidJSIdentifier(identifier: string) {\n return /^[\\p{ID_Start}$_][\\p{ID_Continue}$\\u200C\\u200D]*$/u.test(identifier);\n}\n"],"mappings":";;;;;;;AAwBA,SAAgBA,oBAAoBC,YAAoB;AACtD,QAAO,qDAAqDC,KAAKD,WAAW"}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
const require_typescript_components_tsdoc = require('./components/tsdoc.cjs');
|
|
2
2
|
const require_typescript_components_typescript_file = require('./components/typescript-file.cjs');
|
|
3
3
|
const require_typescript_components_builtin_file = require('./components/builtin-file.cjs');
|
|
4
|
+
const require_typescript_helpers_get_call_signature_props = require('./helpers/get-call-signature-props.cjs');
|
|
5
|
+
const require_typescript_components_type_parameters = require('./components/type-parameters.cjs');
|
|
6
|
+
const require_typescript_helpers_utilities = require('./helpers/utilities.cjs');
|
|
7
|
+
const require_typescript_components_typescript_property_name = require('./components/typescript-property-name.cjs');
|
|
8
|
+
const require_typescript_components_class_declaration = require('./components/class-declaration.cjs');
|
|
4
9
|
const require_typescript_components_dynamic_import_statement = require('./components/dynamic-import-statement.cjs');
|
|
5
10
|
const require_typescript_components_entry_file = require('./components/entry-file.cjs');
|
|
6
11
|
const require_typescript_components_record_expression = require('./components/record-expression.cjs');
|
|
@@ -8,10 +13,18 @@ const require_typescript_components_tsdoc_reflection = require('./components/tsd
|
|
|
8
13
|
const require_typescript_components_typescript_interface = require('./components/typescript-interface.cjs');
|
|
9
14
|
const require_typescript_components_typescript_object = require('./components/typescript-object.cjs');
|
|
10
15
|
require('./components/index.cjs');
|
|
16
|
+
const require_typescript_contexts_lexical_scope = require('./contexts/lexical-scope.cjs');
|
|
17
|
+
require('./contexts/index.cjs');
|
|
18
|
+
require('./helpers/index.cjs');
|
|
11
19
|
|
|
12
20
|
exports.BuiltinFile = require_typescript_components_builtin_file.BuiltinFile;
|
|
21
|
+
exports.ClassDeclaration = require_typescript_components_class_declaration.ClassDeclaration;
|
|
22
|
+
exports.ClassField = require_typescript_components_class_declaration.ClassField;
|
|
23
|
+
exports.ClassMember = require_typescript_components_class_declaration.ClassMember;
|
|
24
|
+
exports.ClassMethod = require_typescript_components_class_declaration.ClassMethod;
|
|
13
25
|
exports.DynamicImportStatement = require_typescript_components_dynamic_import_statement.DynamicImportStatement;
|
|
14
26
|
exports.EntryFile = require_typescript_components_entry_file.EntryFile;
|
|
27
|
+
exports.LexicalScope = require_typescript_contexts_lexical_scope.LexicalScope;
|
|
15
28
|
exports.RecordExpression = require_typescript_components_record_expression.RecordExpression;
|
|
16
29
|
exports.TSDoc = require_typescript_components_tsdoc.TSDoc;
|
|
17
30
|
exports.TSDocAlias = require_typescript_components_tsdoc.TSDocAlias;
|
|
@@ -36,10 +49,14 @@ exports.TSDocReturns = require_typescript_components_tsdoc.TSDocReturns;
|
|
|
36
49
|
exports.TSDocTag = require_typescript_components_tsdoc.TSDocTag;
|
|
37
50
|
exports.TSDocThrows = require_typescript_components_tsdoc.TSDocThrows;
|
|
38
51
|
exports.TSDocTitle = require_typescript_components_tsdoc.TSDocTitle;
|
|
52
|
+
exports.TypeParameters = require_typescript_components_type_parameters.TypeParameters;
|
|
39
53
|
exports.TypeScriptInterface = require_typescript_components_typescript_interface.TypeScriptInterface;
|
|
40
54
|
exports.TypescriptFile = require_typescript_components_typescript_file.TypescriptFile;
|
|
41
55
|
exports.TypescriptFileHeader = require_typescript_components_typescript_file.TypescriptFileHeader;
|
|
42
56
|
exports.TypescriptFileHeaderImports = require_typescript_components_typescript_file.TypescriptFileHeaderImports;
|
|
43
57
|
exports.TypescriptInterfaceProperty = require_typescript_components_typescript_interface.TypescriptInterfaceProperty;
|
|
44
58
|
exports.TypescriptObject = require_typescript_components_typescript_object.TypescriptObject;
|
|
45
|
-
exports.TypescriptObjectProperty = require_typescript_components_typescript_object.TypescriptObjectProperty;
|
|
59
|
+
exports.TypescriptObjectProperty = require_typescript_components_typescript_object.TypescriptObjectProperty;
|
|
60
|
+
exports.TypescriptPropertyName = require_typescript_components_typescript_property_name.TypescriptPropertyName;
|
|
61
|
+
exports.getCallSignatureProps = require_typescript_helpers_get_call_signature_props.getCallSignatureProps;
|
|
62
|
+
exports.isValidJSIdentifier = require_typescript_helpers_utilities.isValidJSIdentifier;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { TSDoc, TSDocAlias, TSDocAttributesTags, TSDocAttributesTagsProps, TSDocDefaultValue, TSDocDefaultValueProps, TSDocDomain, TSDocExample, TSDocExampleProps, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocModuleProps, TSDocParam, TSDocParamProps, TSDocParams, TSDocParamsProps, TSDocPermission, TSDocProps, TSDocReadonly, TSDocRemarks, TSDocReturns, TSDocTag, TSDocTagProps, TSDocThrows, TSDocTitle, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps } from "./components/tsdoc.cjs";
|
|
2
2
|
import { TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps } from "./components/typescript-file.cjs";
|
|
3
3
|
import { BuiltinFile, BuiltinFileProps, __ΩBuiltinFileProps } from "./components/builtin-file.cjs";
|
|
4
|
+
import { TypeParameters, TypeParametersProps, __ΩTypeParametersProps } from "./components/type-parameters.cjs";
|
|
5
|
+
import { ClassDeclaration, ClassDeclarationProps, ClassField, ClassFieldProps, ClassMember, ClassMemberProps, ClassMethod, ClassMethodProps, __ΩClassDeclarationProps, __ΩClassFieldProps, __ΩClassMemberProps, __ΩClassMethodProps } from "./components/class-declaration.cjs";
|
|
4
6
|
import { DynamicImportStatement, DynamicImportStatementProps, __ΩDynamicImportStatementProps } from "./components/dynamic-import-statement.cjs";
|
|
5
7
|
import { EntryFile, EntryFileProps, __ΩEntryFileProps } from "./components/entry-file.cjs";
|
|
6
8
|
import { RecordExpression, RecordExpressionProps, __ΩRecordExpressionProps } from "./components/record-expression.cjs";
|
|
7
9
|
import { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty } from "./components/tsdoc-reflection.cjs";
|
|
8
10
|
import { TypeScriptInterface, TypeScriptInterfaceProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptInterfacePropertyProps } from "./components/typescript-interface.cjs";
|
|
9
11
|
import { ComputedRef, TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, __ΩComputedRef, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps } from "./components/typescript-object.cjs";
|
|
12
|
+
import { TypescriptPropertyName, TypescriptPropertyNameProps, __ΩTypescriptPropertyNameProps } from "./components/typescript-property-name.cjs";
|
|
10
13
|
import "./components/index.cjs";
|
|
11
|
-
|
|
14
|
+
import { LexicalScope, LexicalScopeProps, LexicalScopePropsWithScopeInfo, LexicalScopePropsWithScopeValue, __ΩLexicalScopeProps, __ΩLexicalScopePropsWithScopeInfo, __ΩLexicalScopePropsWithScopeValue } from "./contexts/lexical-scope.cjs";
|
|
15
|
+
import "./contexts/index.cjs";
|
|
16
|
+
import { getCallSignatureProps } from "./helpers/get-call-signature-props.cjs";
|
|
17
|
+
import { isValidJSIdentifier } from "./helpers/utilities.cjs";
|
|
18
|
+
import "./helpers/index.cjs";
|
|
19
|
+
export { BuiltinFile, BuiltinFileProps, ClassDeclaration, ClassDeclarationProps, ClassField, ClassFieldProps, ClassMember, ClassMemberProps, ClassMethod, ClassMethodProps, ComputedRef, DynamicImportStatement, DynamicImportStatementProps, EntryFile, EntryFileProps, LexicalScope, LexicalScopeProps, LexicalScopePropsWithScopeInfo, LexicalScopePropsWithScopeValue, RecordExpression, RecordExpressionProps, TSDoc, TSDocAlias, TSDocAttributesTags, TSDocAttributesTagsProps, TSDocDefaultValue, TSDocDefaultValueProps, TSDocDomain, TSDocExample, TSDocExampleProps, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocModuleProps, TSDocParam, TSDocParamProps, TSDocParams, TSDocParamsProps, TSDocPermission, TSDocProps, TSDocReadonly, TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty, TSDocRemarks, TSDocReturns, TSDocTag, TSDocTagProps, TSDocThrows, TSDocTitle, TypeParameters, TypeParametersProps, TypeScriptInterface, TypeScriptInterfaceProps, TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, TypescriptPropertyName, TypescriptPropertyNameProps, __ΩBuiltinFileProps, __ΩClassDeclarationProps, __ΩClassFieldProps, __ΩClassMemberProps, __ΩClassMethodProps, __ΩComputedRef, __ΩDynamicImportStatementProps, __ΩEntryFileProps, __ΩLexicalScopeProps, __ΩLexicalScopePropsWithScopeInfo, __ΩLexicalScopePropsWithScopeValue, __ΩRecordExpressionProps, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps, __ΩTypeParametersProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps, __ΩTypescriptInterfacePropertyProps, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps, __ΩTypescriptPropertyNameProps, getCallSignatureProps, isValidJSIdentifier };
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { TSDoc, TSDocAlias, TSDocAttributesTags, TSDocAttributesTagsProps, TSDocDefaultValue, TSDocDefaultValueProps, TSDocDomain, TSDocExample, TSDocExampleProps, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocModuleProps, TSDocParam, TSDocParamProps, TSDocParams, TSDocParamsProps, TSDocPermission, TSDocProps, TSDocReadonly, TSDocRemarks, TSDocReturns, TSDocTag, TSDocTagProps, TSDocThrows, TSDocTitle, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps } from "./components/tsdoc.mjs";
|
|
2
2
|
import { TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps } from "./components/typescript-file.mjs";
|
|
3
3
|
import { BuiltinFile, BuiltinFileProps, __ΩBuiltinFileProps } from "./components/builtin-file.mjs";
|
|
4
|
+
import { TypeParameters, TypeParametersProps, __ΩTypeParametersProps } from "./components/type-parameters.mjs";
|
|
5
|
+
import { ClassDeclaration, ClassDeclarationProps, ClassField, ClassFieldProps, ClassMember, ClassMemberProps, ClassMethod, ClassMethodProps, __ΩClassDeclarationProps, __ΩClassFieldProps, __ΩClassMemberProps, __ΩClassMethodProps } from "./components/class-declaration.mjs";
|
|
4
6
|
import { DynamicImportStatement, DynamicImportStatementProps, __ΩDynamicImportStatementProps } from "./components/dynamic-import-statement.mjs";
|
|
5
7
|
import { EntryFile, EntryFileProps, __ΩEntryFileProps } from "./components/entry-file.mjs";
|
|
6
8
|
import { RecordExpression, RecordExpressionProps, __ΩRecordExpressionProps } from "./components/record-expression.mjs";
|
|
7
9
|
import { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty } from "./components/tsdoc-reflection.mjs";
|
|
8
10
|
import { TypeScriptInterface, TypeScriptInterfaceProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptInterfacePropertyProps } from "./components/typescript-interface.mjs";
|
|
9
11
|
import { ComputedRef, TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, __ΩComputedRef, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps } from "./components/typescript-object.mjs";
|
|
12
|
+
import { TypescriptPropertyName, TypescriptPropertyNameProps, __ΩTypescriptPropertyNameProps } from "./components/typescript-property-name.mjs";
|
|
10
13
|
import "./components/index.mjs";
|
|
11
|
-
|
|
14
|
+
import { LexicalScope, LexicalScopeProps, LexicalScopePropsWithScopeInfo, LexicalScopePropsWithScopeValue, __ΩLexicalScopeProps, __ΩLexicalScopePropsWithScopeInfo, __ΩLexicalScopePropsWithScopeValue } from "./contexts/lexical-scope.mjs";
|
|
15
|
+
import "./contexts/index.mjs";
|
|
16
|
+
import { getCallSignatureProps } from "./helpers/get-call-signature-props.mjs";
|
|
17
|
+
import { isValidJSIdentifier } from "./helpers/utilities.mjs";
|
|
18
|
+
import "./helpers/index.mjs";
|
|
19
|
+
export { BuiltinFile, BuiltinFileProps, ClassDeclaration, ClassDeclarationProps, ClassField, ClassFieldProps, ClassMember, ClassMemberProps, ClassMethod, ClassMethodProps, ComputedRef, DynamicImportStatement, DynamicImportStatementProps, EntryFile, EntryFileProps, LexicalScope, LexicalScopeProps, LexicalScopePropsWithScopeInfo, LexicalScopePropsWithScopeValue, RecordExpression, RecordExpressionProps, TSDoc, TSDocAlias, TSDocAttributesTags, TSDocAttributesTagsProps, TSDocDefaultValue, TSDocDefaultValueProps, TSDocDomain, TSDocExample, TSDocExampleProps, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocModuleProps, TSDocParam, TSDocParamProps, TSDocParams, TSDocParamsProps, TSDocPermission, TSDocProps, TSDocReadonly, TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty, TSDocRemarks, TSDocReturns, TSDocTag, TSDocTagProps, TSDocThrows, TSDocTitle, TypeParameters, TypeParametersProps, TypeScriptInterface, TypeScriptInterfaceProps, TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, TypescriptPropertyName, TypescriptPropertyNameProps, __ΩBuiltinFileProps, __ΩClassDeclarationProps, __ΩClassFieldProps, __ΩClassMemberProps, __ΩClassMethodProps, __ΩComputedRef, __ΩDynamicImportStatementProps, __ΩEntryFileProps, __ΩLexicalScopeProps, __ΩLexicalScopePropsWithScopeInfo, __ΩLexicalScopePropsWithScopeValue, __ΩRecordExpressionProps, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps, __ΩTypeParametersProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps, __ΩTypescriptInterfacePropertyProps, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps, __ΩTypescriptPropertyNameProps, getCallSignatureProps, isValidJSIdentifier };
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { TSDoc, TSDocAlias, TSDocAttributesTags, TSDocDefaultValue, TSDocDomain, TSDocExample, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocParam, TSDocParams, TSDocPermission, TSDocReadonly, TSDocRemarks, TSDocReturns, TSDocTag, TSDocThrows, TSDocTitle } from "./components/tsdoc.mjs";
|
|
2
2
|
import { TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports } from "./components/typescript-file.mjs";
|
|
3
3
|
import { BuiltinFile } from "./components/builtin-file.mjs";
|
|
4
|
+
import { getCallSignatureProps } from "./helpers/get-call-signature-props.mjs";
|
|
5
|
+
import { TypeParameters } from "./components/type-parameters.mjs";
|
|
6
|
+
import { isValidJSIdentifier } from "./helpers/utilities.mjs";
|
|
7
|
+
import { TypescriptPropertyName } from "./components/typescript-property-name.mjs";
|
|
8
|
+
import { ClassDeclaration, ClassField, ClassMember, ClassMethod } from "./components/class-declaration.mjs";
|
|
4
9
|
import { DynamicImportStatement } from "./components/dynamic-import-statement.mjs";
|
|
5
10
|
import { EntryFile } from "./components/entry-file.mjs";
|
|
6
11
|
import { RecordExpression } from "./components/record-expression.mjs";
|
|
@@ -8,5 +13,8 @@ import { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty }
|
|
|
8
13
|
import { TypeScriptInterface, TypescriptInterfaceProperty } from "./components/typescript-interface.mjs";
|
|
9
14
|
import { TypescriptObject, TypescriptObjectProperty } from "./components/typescript-object.mjs";
|
|
10
15
|
import "./components/index.mjs";
|
|
16
|
+
import { LexicalScope } from "./contexts/lexical-scope.mjs";
|
|
17
|
+
import "./contexts/index.mjs";
|
|
18
|
+
import "./helpers/index.mjs";
|
|
11
19
|
|
|
12
|
-
export { BuiltinFile, DynamicImportStatement, EntryFile, RecordExpression, TSDoc, TSDocAlias, TSDocAttributesTags, TSDocDefaultValue, TSDocDomain, TSDocExample, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocParam, TSDocParams, TSDocPermission, TSDocReadonly, TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty, TSDocRemarks, TSDocReturns, TSDocTag, TSDocThrows, TSDocTitle, TypeScriptInterface, TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptInterfaceProperty, TypescriptObject, TypescriptObjectProperty };
|
|
20
|
+
export { BuiltinFile, ClassDeclaration, ClassField, ClassMember, ClassMethod, DynamicImportStatement, EntryFile, LexicalScope, RecordExpression, TSDoc, TSDocAlias, TSDocAttributesTags, TSDocDefaultValue, TSDocDomain, TSDocExample, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocParam, TSDocParams, TSDocPermission, TSDocReadonly, TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty, TSDocRemarks, TSDocReturns, TSDocTag, TSDocThrows, TSDocTitle, TypeParameters, TypeScriptInterface, TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptInterfaceProperty, TypescriptObject, TypescriptObjectProperty, TypescriptPropertyName, getCallSignatureProps, isValidJSIdentifier };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-alloy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing various Alloy framework components and helper utilities.",
|
|
6
6
|
"repository": {
|
|
@@ -448,6 +448,20 @@
|
|
|
448
448
|
"default": "./dist/typescript/components/builtin-file.mjs"
|
|
449
449
|
}
|
|
450
450
|
},
|
|
451
|
+
"./typescript/components/class-declaration": {
|
|
452
|
+
"require": {
|
|
453
|
+
"types": "./dist/typescript/components/class-declaration.d.cts",
|
|
454
|
+
"default": "./dist/typescript/components/class-declaration.cjs"
|
|
455
|
+
},
|
|
456
|
+
"import": {
|
|
457
|
+
"types": "./dist/typescript/components/class-declaration.d.mts",
|
|
458
|
+
"default": "./dist/typescript/components/class-declaration.mjs"
|
|
459
|
+
},
|
|
460
|
+
"default": {
|
|
461
|
+
"types": "./dist/typescript/components/class-declaration.d.mts",
|
|
462
|
+
"default": "./dist/typescript/components/class-declaration.mjs"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
451
465
|
"./typescript/components/dynamic-import-statement": {
|
|
452
466
|
"require": {
|
|
453
467
|
"types": "./dist/typescript/components/dynamic-import-statement.d.cts",
|
|
@@ -518,6 +532,20 @@
|
|
|
518
532
|
"default": "./dist/typescript/components/tsdoc-reflection.mjs"
|
|
519
533
|
}
|
|
520
534
|
},
|
|
535
|
+
"./typescript/components/type-parameters": {
|
|
536
|
+
"require": {
|
|
537
|
+
"types": "./dist/typescript/components/type-parameters.d.cts",
|
|
538
|
+
"default": "./dist/typescript/components/type-parameters.cjs"
|
|
539
|
+
},
|
|
540
|
+
"import": {
|
|
541
|
+
"types": "./dist/typescript/components/type-parameters.d.mts",
|
|
542
|
+
"default": "./dist/typescript/components/type-parameters.mjs"
|
|
543
|
+
},
|
|
544
|
+
"default": {
|
|
545
|
+
"types": "./dist/typescript/components/type-parameters.d.mts",
|
|
546
|
+
"default": "./dist/typescript/components/type-parameters.mjs"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
521
549
|
"./typescript/components/typescript-file": {
|
|
522
550
|
"require": {
|
|
523
551
|
"types": "./dist/typescript/components/typescript-file.d.cts",
|
|
@@ -559,6 +587,90 @@
|
|
|
559
587
|
"types": "./dist/typescript/components/typescript-object.d.mts",
|
|
560
588
|
"default": "./dist/typescript/components/typescript-object.mjs"
|
|
561
589
|
}
|
|
590
|
+
},
|
|
591
|
+
"./typescript/components/typescript-property-name": {
|
|
592
|
+
"require": {
|
|
593
|
+
"types": "./dist/typescript/components/typescript-property-name.d.cts",
|
|
594
|
+
"default": "./dist/typescript/components/typescript-property-name.cjs"
|
|
595
|
+
},
|
|
596
|
+
"import": {
|
|
597
|
+
"types": "./dist/typescript/components/typescript-property-name.d.mts",
|
|
598
|
+
"default": "./dist/typescript/components/typescript-property-name.mjs"
|
|
599
|
+
},
|
|
600
|
+
"default": {
|
|
601
|
+
"types": "./dist/typescript/components/typescript-property-name.d.mts",
|
|
602
|
+
"default": "./dist/typescript/components/typescript-property-name.mjs"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"./typescript/contexts": {
|
|
606
|
+
"require": {
|
|
607
|
+
"types": "./dist/typescript/contexts/index.d.cts",
|
|
608
|
+
"default": "./dist/typescript/contexts/index.cjs"
|
|
609
|
+
},
|
|
610
|
+
"import": {
|
|
611
|
+
"types": "./dist/typescript/contexts/index.d.mts",
|
|
612
|
+
"default": "./dist/typescript/contexts/index.mjs"
|
|
613
|
+
},
|
|
614
|
+
"default": {
|
|
615
|
+
"types": "./dist/typescript/contexts/index.d.mts",
|
|
616
|
+
"default": "./dist/typescript/contexts/index.mjs"
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"./typescript/contexts/lexical-scope": {
|
|
620
|
+
"require": {
|
|
621
|
+
"types": "./dist/typescript/contexts/lexical-scope.d.cts",
|
|
622
|
+
"default": "./dist/typescript/contexts/lexical-scope.cjs"
|
|
623
|
+
},
|
|
624
|
+
"import": {
|
|
625
|
+
"types": "./dist/typescript/contexts/lexical-scope.d.mts",
|
|
626
|
+
"default": "./dist/typescript/contexts/lexical-scope.mjs"
|
|
627
|
+
},
|
|
628
|
+
"default": {
|
|
629
|
+
"types": "./dist/typescript/contexts/lexical-scope.d.mts",
|
|
630
|
+
"default": "./dist/typescript/contexts/lexical-scope.mjs"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"./typescript/helpers": {
|
|
634
|
+
"require": {
|
|
635
|
+
"types": "./dist/typescript/helpers/index.d.cts",
|
|
636
|
+
"default": "./dist/typescript/helpers/index.cjs"
|
|
637
|
+
},
|
|
638
|
+
"import": {
|
|
639
|
+
"types": "./dist/typescript/helpers/index.d.mts",
|
|
640
|
+
"default": "./dist/typescript/helpers/index.mjs"
|
|
641
|
+
},
|
|
642
|
+
"default": {
|
|
643
|
+
"types": "./dist/typescript/helpers/index.d.mts",
|
|
644
|
+
"default": "./dist/typescript/helpers/index.mjs"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"./typescript/helpers/get-call-signature-props": {
|
|
648
|
+
"require": {
|
|
649
|
+
"types": "./dist/typescript/helpers/get-call-signature-props.d.cts",
|
|
650
|
+
"default": "./dist/typescript/helpers/get-call-signature-props.cjs"
|
|
651
|
+
},
|
|
652
|
+
"import": {
|
|
653
|
+
"types": "./dist/typescript/helpers/get-call-signature-props.d.mts",
|
|
654
|
+
"default": "./dist/typescript/helpers/get-call-signature-props.mjs"
|
|
655
|
+
},
|
|
656
|
+
"default": {
|
|
657
|
+
"types": "./dist/typescript/helpers/get-call-signature-props.d.mts",
|
|
658
|
+
"default": "./dist/typescript/helpers/get-call-signature-props.mjs"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"./typescript/helpers/utilities": {
|
|
662
|
+
"require": {
|
|
663
|
+
"types": "./dist/typescript/helpers/utilities.d.cts",
|
|
664
|
+
"default": "./dist/typescript/helpers/utilities.cjs"
|
|
665
|
+
},
|
|
666
|
+
"import": {
|
|
667
|
+
"types": "./dist/typescript/helpers/utilities.d.mts",
|
|
668
|
+
"default": "./dist/typescript/helpers/utilities.mjs"
|
|
669
|
+
},
|
|
670
|
+
"default": {
|
|
671
|
+
"types": "./dist/typescript/helpers/utilities.d.mts",
|
|
672
|
+
"default": "./dist/typescript/helpers/utilities.mjs"
|
|
673
|
+
}
|
|
562
674
|
}
|
|
563
675
|
},
|
|
564
676
|
"types": "./dist/index.d.cts",
|
|
@@ -572,28 +684,28 @@
|
|
|
572
684
|
"@alloy-js/markdown": "^0.22.0",
|
|
573
685
|
"@alloy-js/rollup-plugin": "^0.1.0",
|
|
574
686
|
"@alloy-js/typescript": "^0.22.0",
|
|
575
|
-
"@powerlines/deepkit": "^0.6.
|
|
576
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
687
|
+
"@powerlines/deepkit": "^0.6.53",
|
|
688
|
+
"@powerlines/plugin-babel": "^0.12.282",
|
|
577
689
|
"@storm-software/config-tools": "^1.189.0",
|
|
578
|
-
"@stryke/capnp": "^0.12.
|
|
579
|
-
"@stryke/convert": "^0.6.
|
|
580
|
-
"@stryke/fs": "^0.33.
|
|
581
|
-
"@stryke/helpers": "^0.9.
|
|
582
|
-
"@stryke/json": "^0.9.
|
|
583
|
-
"@stryke/path": "^0.26.
|
|
690
|
+
"@stryke/capnp": "^0.12.68",
|
|
691
|
+
"@stryke/convert": "^0.6.40",
|
|
692
|
+
"@stryke/fs": "^0.33.43",
|
|
693
|
+
"@stryke/helpers": "^0.9.42",
|
|
694
|
+
"@stryke/json": "^0.9.43",
|
|
695
|
+
"@stryke/path": "^0.26.6",
|
|
584
696
|
"@stryke/string-format": "^0.13.7",
|
|
585
|
-
"@stryke/type-checks": "^0.5.
|
|
586
|
-
"@stryke/types": "^0.10.
|
|
587
|
-
"@stryke/unique-id": "^0.3.
|
|
697
|
+
"@stryke/type-checks": "^0.5.25",
|
|
698
|
+
"@stryke/types": "^0.10.39",
|
|
699
|
+
"@stryke/unique-id": "^0.3.54",
|
|
588
700
|
"defu": "^6.1.4",
|
|
589
|
-
"powerlines": "^0.38.
|
|
701
|
+
"powerlines": "^0.38.40",
|
|
590
702
|
"prettier": "^3.8.1",
|
|
591
703
|
"unctx": "^2.5.0"
|
|
592
704
|
},
|
|
593
705
|
"devDependencies": {
|
|
594
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
595
|
-
"@types/node": "^24.10.
|
|
706
|
+
"@powerlines/plugin-plugin": "^0.12.224",
|
|
707
|
+
"@types/node": "^24.10.13"
|
|
596
708
|
},
|
|
597
709
|
"publishConfig": { "access": "public" },
|
|
598
|
-
"gitHead": "
|
|
710
|
+
"gitHead": "fc6c7dba8d96f85f38b3210eb6cc1573edd5785b"
|
|
599
711
|
}
|