@proteinjs/reflection-build 1.0.5 → 1.0.7
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/CHANGELOG.md +16 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.js +0 -0
- package/dist/index.js.map +0 -0
- package/dist/modules/typescript-parser/DeclarationIndex.d.ts +0 -0
- package/dist/modules/typescript-parser/DeclarationIndex.js +0 -0
- package/dist/modules/typescript-parser/Node.d.ts +0 -0
- package/dist/modules/typescript-parser/Node.js +0 -0
- package/dist/modules/typescript-parser/SymbolSpecifier.d.ts +0 -0
- package/dist/modules/typescript-parser/SymbolSpecifier.js +0 -0
- package/dist/modules/typescript-parser/TypescriptParser.d.ts +0 -0
- package/dist/modules/typescript-parser/TypescriptParser.js +0 -0
- package/dist/modules/typescript-parser/clonable/Clonable.d.ts +0 -0
- package/dist/modules/typescript-parser/clonable/Clonable.js +0 -0
- package/dist/modules/typescript-parser/code-generators/TypescriptCodeGenerator.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/TypescriptCodeGenerator.js +0 -0
- package/dist/modules/typescript-parser/code-generators/TypescriptGenerationOptions.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/TypescriptGenerationOptions.js +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/accessorDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/accessorDeclaration.js +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/externalModuleImport.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/externalModuleImport.js +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/methodDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/methodDeclaration.js +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/namedImport.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/namedImport.js +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/namespaceImport.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/namespaceImport.js +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/parameterDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/parameterDeclaration.js +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/propertyDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/propertyDeclaration.js +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/stringImport.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/stringImport.js +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/symbolSpecifier.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/symbolSpecifier.js +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/variableDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/code-generators/typescript-generators/variableDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/AccessorDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/AccessorDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/ClassDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/ClassDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/ConstructorDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/ConstructorDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/Declaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/Declaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/DeclarationInfo.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/DeclarationInfo.js +0 -0
- package/dist/modules/typescript-parser/declarations/DeclarationVisibility.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/DeclarationVisibility.js +0 -0
- package/dist/modules/typescript-parser/declarations/DefaultDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/DefaultDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/EnumDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/EnumDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/FunctionDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/FunctionDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/InterfaceDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/InterfaceDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/MethodDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/MethodDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/ModuleDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/ModuleDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/ParameterDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/ParameterDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/PropertyDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/PropertyDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/TypeAliasDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/TypeAliasDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/VariableDeclaration.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/VariableDeclaration.js +0 -0
- package/dist/modules/typescript-parser/declarations/index.d.ts +0 -0
- package/dist/modules/typescript-parser/declarations/index.js +0 -0
- package/dist/modules/typescript-parser/errors/NotGeneratableYetError.d.ts +0 -0
- package/dist/modules/typescript-parser/errors/NotGeneratableYetError.js +0 -0
- package/dist/modules/typescript-parser/exports/AllExport.d.ts +0 -0
- package/dist/modules/typescript-parser/exports/AllExport.js +0 -0
- package/dist/modules/typescript-parser/exports/AssignedExport.d.ts +0 -0
- package/dist/modules/typescript-parser/exports/AssignedExport.js +0 -0
- package/dist/modules/typescript-parser/exports/Export.d.ts +0 -0
- package/dist/modules/typescript-parser/exports/Export.js +0 -0
- package/dist/modules/typescript-parser/exports/NamedExport.d.ts +0 -0
- package/dist/modules/typescript-parser/exports/NamedExport.js +0 -0
- package/dist/modules/typescript-parser/exports/index.d.ts +0 -0
- package/dist/modules/typescript-parser/exports/index.js +0 -0
- package/dist/modules/typescript-parser/imports/ExternalModuleImport.d.ts +0 -0
- package/dist/modules/typescript-parser/imports/ExternalModuleImport.js +0 -0
- package/dist/modules/typescript-parser/imports/Import.d.ts +0 -0
- package/dist/modules/typescript-parser/imports/Import.js +0 -0
- package/dist/modules/typescript-parser/imports/NamedImport.d.ts +0 -0
- package/dist/modules/typescript-parser/imports/NamedImport.js +0 -0
- package/dist/modules/typescript-parser/imports/NamespaceImport.d.ts +0 -0
- package/dist/modules/typescript-parser/imports/NamespaceImport.js +0 -0
- package/dist/modules/typescript-parser/imports/StringImport.d.ts +0 -0
- package/dist/modules/typescript-parser/imports/StringImport.js +0 -0
- package/dist/modules/typescript-parser/imports/index.d.ts +0 -0
- package/dist/modules/typescript-parser/imports/index.js +0 -0
- package/dist/modules/typescript-parser/index.d.ts +0 -0
- package/dist/modules/typescript-parser/index.js +0 -0
- package/dist/modules/typescript-parser/node-parser/changes/parseType.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/changes/parseType.js +0 -0
- package/dist/modules/typescript-parser/node-parser/class-parser.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/class-parser.js +0 -0
- package/dist/modules/typescript-parser/node-parser/enum-parser.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/enum-parser.js +0 -0
- package/dist/modules/typescript-parser/node-parser/export-parser.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/export-parser.js +0 -0
- package/dist/modules/typescript-parser/node-parser/function-parser.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/function-parser.js +0 -0
- package/dist/modules/typescript-parser/node-parser/identifier-parser.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/identifier-parser.js +0 -0
- package/dist/modules/typescript-parser/node-parser/import-parser.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/import-parser.js +0 -0
- package/dist/modules/typescript-parser/node-parser/index.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/index.js +0 -0
- package/dist/modules/typescript-parser/node-parser/interface-parser.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/interface-parser.js +0 -0
- package/dist/modules/typescript-parser/node-parser/module-parser.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/module-parser.js +0 -0
- package/dist/modules/typescript-parser/node-parser/parse-utilities.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/parse-utilities.js +0 -0
- package/dist/modules/typescript-parser/node-parser/traverse-ast.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/traverse-ast.js +0 -0
- package/dist/modules/typescript-parser/node-parser/type-alias-parser.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/type-alias-parser.js +0 -0
- package/dist/modules/typescript-parser/node-parser/variable-parser.d.ts +0 -0
- package/dist/modules/typescript-parser/node-parser/variable-parser.js +0 -0
- package/dist/modules/typescript-parser/package-lock.json +0 -0
- package/dist/modules/typescript-parser/resources/File.d.ts +0 -0
- package/dist/modules/typescript-parser/resources/File.js +0 -0
- package/dist/modules/typescript-parser/resources/Module.d.ts +0 -0
- package/dist/modules/typescript-parser/resources/Module.js +0 -0
- package/dist/modules/typescript-parser/resources/Namespace.d.ts +0 -0
- package/dist/modules/typescript-parser/resources/Namespace.js +0 -0
- package/dist/modules/typescript-parser/resources/Resource.d.ts +0 -0
- package/dist/modules/typescript-parser/resources/Resource.js +0 -0
- package/dist/modules/typescript-parser/resources/index.d.ts +0 -0
- package/dist/modules/typescript-parser/resources/index.js +0 -0
- package/dist/modules/typescript-parser/type-guards/TypescriptGuards.d.ts +0 -0
- package/dist/modules/typescript-parser/type-guards/TypescriptGuards.js +0 -0
- package/dist/modules/typescript-parser/type-guards/TypescriptHeroGuards.d.ts +0 -0
- package/dist/modules/typescript-parser/type-guards/TypescriptHeroGuards.js +0 -0
- package/dist/modules/typescript-parser/utilities/PathHelpers.d.ts +0 -0
- package/dist/modules/typescript-parser/utilities/PathHelpers.js +0 -0
- package/dist/modules/typescript-parser/utilities/StringTemplate.d.ts +0 -0
- package/dist/modules/typescript-parser/utilities/StringTemplate.js +0 -0
- package/dist/src/build.d.ts +0 -0
- package/dist/src/build.js +0 -0
- package/dist/src/build.js.map +0 -0
- package/dist/src/codegen/writeGeneratedIndex.d.ts +0 -0
- package/dist/src/codegen/writeGeneratedIndex.js +0 -0
- package/dist/src/codegen/writeGeneratedIndex.js.map +0 -0
- package/dist/src/parser/createGraphBuilder.d.ts +0 -0
- package/dist/src/parser/createGraphBuilder.js +0 -0
- package/dist/src/parser/createGraphBuilder.js.map +0 -0
- package/dist/src/parser/createSourceGraph.d.ts +0 -0
- package/dist/src/parser/createSourceGraph.js +0 -0
- package/dist/src/parser/createSourceGraph.js.map +0 -0
- package/dist/src/parser/types/PackageNameFinder.d.ts +0 -0
- package/dist/src/parser/types/PackageNameFinder.js +0 -0
- package/dist/src/parser/types/PackageNameFinder.js.map +0 -0
- package/dist/src/parser/types/createClassDeclaration.d.ts +0 -0
- package/dist/src/parser/types/createClassDeclaration.js +0 -0
- package/dist/src/parser/types/createClassDeclaration.js.map +0 -0
- package/dist/src/parser/types/createInterfaceDeclaration.d.ts +0 -0
- package/dist/src/parser/types/createInterfaceDeclaration.js +0 -0
- package/dist/src/parser/types/createInterfaceDeclaration.js.map +0 -0
- package/dist/src/parser/types/createMethod.d.ts +0 -0
- package/dist/src/parser/types/createMethod.js +0 -0
- package/dist/src/parser/types/createMethod.js.map +0 -0
- package/dist/src/parser/types/createParameter.d.ts +0 -0
- package/dist/src/parser/types/createParameter.js +0 -0
- package/dist/src/parser/types/createParameter.js.map +0 -0
- package/dist/src/parser/types/createProperty.d.ts +0 -0
- package/dist/src/parser/types/createProperty.js +0 -0
- package/dist/src/parser/types/createProperty.js.map +0 -0
- package/dist/src/parser/types/createTypeAliasDeclaration.d.ts +0 -0
- package/dist/src/parser/types/createTypeAliasDeclaration.js +0 -0
- package/dist/src/parser/types/createTypeAliasDeclaration.js.map +0 -0
- package/dist/src/parser/types/createVariableDeclaration.d.ts +0 -0
- package/dist/src/parser/types/createVariableDeclaration.js +0 -0
- package/dist/src/parser/types/createVariableDeclaration.js.map +0 -0
- package/dist/src/runBuild.d.ts +0 -0
- package/dist/src/runBuild.js.map +0 -0
- package/dist/src/runWatch.d.ts +0 -0
- package/dist/src/runWatch.js.map +0 -0
- package/dist/src/tsconfigTemplate.json +0 -0
- package/dist/src/watch.d.ts +0 -0
- package/dist/src/watch.js +0 -0
- package/dist/src/watch.js.map +0 -0
- package/dist/test/Class.test.d.ts +0 -0
- package/dist/test/Class.test.js +0 -0
- package/dist/test/Class.test.js.map +0 -0
- package/dist/test/Interface.test.d.ts +0 -0
- package/dist/test/Interface.test.js +0 -0
- package/dist/test/Interface.test.js.map +0 -0
- package/dist/test/TypeAlias.test.d.ts +0 -0
- package/dist/test/TypeAlias.test.js +0 -0
- package/dist/test/TypeAlias.test.js.map +0 -0
- package/dist/test/Variable.test.d.ts +0 -0
- package/dist/test/Variable.test.js +0 -0
- package/dist/test/Variable.test.js.map +0 -0
- package/dist/test/examples/parser/typeExample.d.ts +0 -0
- package/dist/test/examples/parser/typeExample.js +0 -0
- package/dist/test/examples/parser/typeExample.js.map +0 -0
- package/dist/test/examples/parser/typeExample2.d.ts +0 -0
- package/dist/test/examples/parser/typeExample2.js +0 -0
- package/dist/test/examples/parser/typeExample2.js.map +0 -0
- package/dist/test/examples/parser/variableExample.d.ts +0 -0
- package/dist/test/examples/parser/variableExample.js +0 -0
- package/dist/test/examples/parser/variableExample.js.map +0 -0
- package/dist/test/examples/source-repository/a/generated/index.d.ts +0 -0
- package/dist/test/examples/source-repository/a/generated/index.js +0 -0
- package/dist/test/examples/source-repository/a/generated/index.js.map +0 -0
- package/dist/test/examples/source-repository/a/index.d.ts +0 -0
- package/dist/test/examples/source-repository/a/index.js +0 -0
- package/dist/test/examples/source-repository/a/index.js.map +0 -0
- package/dist/test/examples/source-repository/a/src/ExtendsForeignType.d.ts +0 -0
- package/dist/test/examples/source-repository/a/src/ExtendsForeignType.js +0 -0
- package/dist/test/examples/source-repository/a/src/ExtendsForeignType.js.map +0 -0
- package/dist/test/examples/source-repository/a/src/ExtendsLocalType.d.ts +0 -0
- package/dist/test/examples/source-repository/a/src/ExtendsLocalType.js +0 -0
- package/dist/test/examples/source-repository/a/src/ExtendsLocalType.js.map +0 -0
- package/dist/test/examples/source-repository/a/src/LocalLoadableType.d.ts +0 -0
- package/dist/test/examples/source-repository/a/src/LocalLoadableType.js +0 -0
- package/dist/test/examples/source-repository/a/src/LocalLoadableType.js.map +0 -0
- package/dist/test/examples/source-repository/b/generated/index.d.ts +0 -0
- package/dist/test/examples/source-repository/b/generated/index.js +0 -0
- package/dist/test/examples/source-repository/b/generated/index.js.map +0 -0
- package/dist/test/examples/source-repository/b/index.d.ts +0 -0
- package/dist/test/examples/source-repository/b/index.js +0 -0
- package/dist/test/examples/source-repository/b/index.js.map +0 -0
- package/dist/test/examples/source-repository/b/src/LoadableForeignType.d.ts +0 -0
- package/dist/test/examples/source-repository/b/src/LoadableForeignType.js +0 -0
- package/dist/test/examples/source-repository/b/src/LoadableForeignType.js.map +0 -0
- package/package.json +5 -5
- package/test/examples/source-repository/a/node_modules/.package-lock.json +6 -5
- package/test/examples/source-repository/a/package-lock.json +7 -6
- package/test/examples/source-repository/a/package.json +1 -1
- package/test/examples/source-repository/b/node_modules/.package-lock.json +5 -4
- package/test/examples/source-repository/b/package-lock.json +6 -5
- package/test/examples/source-repository/b/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.0.7](https://github.com/proteinjs/reflection/compare/@proteinjs/reflection-build@1.0.6...@proteinjs/reflection-build@1.0.7) (2024-04-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @proteinjs/reflection-build
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.0.6](https://github.com/proteinjs/reflection/compare/@proteinjs/reflection-build@1.0.5...@proteinjs/reflection-build@1.0.6) (2024-04-19)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @proteinjs/reflection-build
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.0.5](https://github.com/proteinjs/reflection/compare/@proteinjs/reflection-build@1.0.4...@proteinjs/reflection-build@1.0.5) (2024-04-17)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @proteinjs/reflection-build
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/index.js.map
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/accessorDeclaration.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/externalModuleImport.js
CHANGED
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/methodDeclaration.d.ts
CHANGED
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/methodDeclaration.js
CHANGED
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/namedImport.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/namespaceImport.d.ts
CHANGED
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/namespaceImport.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/parameterDeclaration.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/propertyDeclaration.js
CHANGED
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/stringImport.d.ts
CHANGED
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/stringImport.js
CHANGED
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/symbolSpecifier.d.ts
CHANGED
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/symbolSpecifier.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/modules/typescript-parser/code-generators/typescript-generators/variableDeclaration.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/src/build.d.ts
CHANGED
|
File without changes
|
package/dist/src/build.js
CHANGED
|
File without changes
|
package/dist/src/build.js.map
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/src/runBuild.d.ts
CHANGED
|
File without changes
|
package/dist/src/runBuild.js.map
CHANGED
|
File without changes
|
package/dist/src/runWatch.d.ts
CHANGED
|
File without changes
|
package/dist/src/runWatch.js.map
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/src/watch.d.ts
CHANGED
|
File without changes
|
package/dist/src/watch.js
CHANGED
|
File without changes
|
package/dist/src/watch.js.map
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/test/Class.test.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proteinjs/reflection-build",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Build system for reflection",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"clean": "rm -rf dist/ node_modules/ package-lock.json",
|
|
26
26
|
"watch": "tsc -w -p .",
|
|
27
|
-
"build": "tsc && cp -r modules/ dist/modules/ && chmod +x dist/src/runBuild.js dist/src/runWatch.js",
|
|
27
|
+
"build": "tsc && cp -r modules/ dist/modules/ && chmod +x dist/src/runBuild.js dist/src/runWatch.js && chmod -R 755 dist/",
|
|
28
28
|
"test": "jest"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@dagrejs/graphlib": "2.1.4",
|
|
32
|
-
"@proteinjs/reflection": "^1.0.
|
|
32
|
+
"@proteinjs/reflection": "^1.0.3",
|
|
33
33
|
"@proteinjs/util": "1.0.18",
|
|
34
|
-
"@proteinjs/util-node": "1.0.
|
|
34
|
+
"@proteinjs/util-node": "1.0.22",
|
|
35
35
|
"globby": "11.0.1",
|
|
36
36
|
"gulp": "4.0.2",
|
|
37
37
|
"gulp-shell": "0.8.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"ts-jest": "29.1.1",
|
|
49
49
|
"typescript": "5.2.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "106c50639b4a0ed257590e54eec1479e4eacd472"
|
|
52
52
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@proteinjs/reflection": "1.0.2",
|
|
13
13
|
"@proteinjs/util": "1.0.18",
|
|
14
|
-
"@proteinjs/util-node": "1.0.
|
|
14
|
+
"@proteinjs/util-node": "1.0.22",
|
|
15
15
|
"@types/node": "20.12.6",
|
|
16
16
|
"typescript": "5.2.2"
|
|
17
17
|
}
|
|
@@ -95,15 +95,16 @@
|
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
"node_modules/@proteinjs/util-node": {
|
|
98
|
-
"version": "1.0.
|
|
99
|
-
"resolved": "https://registry.npmjs.org/@proteinjs/util-node/-/util-node-1.0.
|
|
100
|
-
"integrity": "sha512-
|
|
98
|
+
"version": "1.0.22",
|
|
99
|
+
"resolved": "https://registry.npmjs.org/@proteinjs/util-node/-/util-node-1.0.22.tgz",
|
|
100
|
+
"integrity": "sha512-7yFiOEaOhlylcS61C9MjbmMiBZWRdAHl/QYS9OUx37WFJiaD8gJCZzyxpBJHjxKk+RJ8CSmyjyUkMoGaCndVOw==",
|
|
101
101
|
"dev": true,
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"@dagrejs/graphlib": "2.1.4",
|
|
104
104
|
"@proteinjs/util": "^1.0.18",
|
|
105
105
|
"fs-extra": "11.1.1",
|
|
106
|
-
"globby": "11.0.1"
|
|
106
|
+
"globby": "11.0.1",
|
|
107
|
+
"typescript": "5.2.2"
|
|
107
108
|
}
|
|
108
109
|
},
|
|
109
110
|
"node_modules/@types/node": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@proteinjs/reflection": "1.0.2",
|
|
16
16
|
"@proteinjs/util": "1.0.18",
|
|
17
|
-
"@proteinjs/util-node": "1.0.
|
|
17
|
+
"@proteinjs/util-node": "1.0.22",
|
|
18
18
|
"@types/node": "20.12.6",
|
|
19
19
|
"typescript": "5.2.2"
|
|
20
20
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@proteinjs/reflection": "1.0.2",
|
|
28
28
|
"@proteinjs/util": "1.0.18",
|
|
29
|
-
"@proteinjs/util-node": "1.0.
|
|
29
|
+
"@proteinjs/util-node": "1.0.22",
|
|
30
30
|
"@types/node": "20.12.6",
|
|
31
31
|
"typescript": "5.2.2"
|
|
32
32
|
}
|
|
@@ -110,15 +110,16 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"node_modules/@proteinjs/util-node": {
|
|
113
|
-
"version": "1.0.
|
|
114
|
-
"resolved": "https://registry.npmjs.org/@proteinjs/util-node/-/util-node-1.0.
|
|
115
|
-
"integrity": "sha512-
|
|
113
|
+
"version": "1.0.22",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/@proteinjs/util-node/-/util-node-1.0.22.tgz",
|
|
115
|
+
"integrity": "sha512-7yFiOEaOhlylcS61C9MjbmMiBZWRdAHl/QYS9OUx37WFJiaD8gJCZzyxpBJHjxKk+RJ8CSmyjyUkMoGaCndVOw==",
|
|
116
116
|
"dev": true,
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"@dagrejs/graphlib": "2.1.4",
|
|
119
119
|
"@proteinjs/util": "^1.0.18",
|
|
120
120
|
"fs-extra": "11.1.1",
|
|
121
|
-
"globby": "11.0.1"
|
|
121
|
+
"globby": "11.0.1",
|
|
122
|
+
"typescript": "5.2.2"
|
|
122
123
|
}
|
|
123
124
|
},
|
|
124
125
|
"node_modules/@types/node": {
|
|
@@ -79,15 +79,16 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"node_modules/@proteinjs/util-node": {
|
|
82
|
-
"version": "1.0.
|
|
83
|
-
"resolved": "https://registry.npmjs.org/@proteinjs/util-node/-/util-node-1.0.
|
|
84
|
-
"integrity": "sha512-
|
|
82
|
+
"version": "1.0.22",
|
|
83
|
+
"resolved": "https://registry.npmjs.org/@proteinjs/util-node/-/util-node-1.0.22.tgz",
|
|
84
|
+
"integrity": "sha512-7yFiOEaOhlylcS61C9MjbmMiBZWRdAHl/QYS9OUx37WFJiaD8gJCZzyxpBJHjxKk+RJ8CSmyjyUkMoGaCndVOw==",
|
|
85
85
|
"dev": true,
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@dagrejs/graphlib": "2.1.4",
|
|
88
88
|
"@proteinjs/util": "^1.0.18",
|
|
89
89
|
"fs-extra": "11.1.1",
|
|
90
|
-
"globby": "11.0.1"
|
|
90
|
+
"globby": "11.0.1",
|
|
91
|
+
"typescript": "5.2.2"
|
|
91
92
|
}
|
|
92
93
|
},
|
|
93
94
|
"node_modules/@types/node": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@proteinjs/reflection": "1.0.2",
|
|
13
13
|
"@proteinjs/util": "1.0.18",
|
|
14
|
-
"@proteinjs/util-node": "1.0.
|
|
14
|
+
"@proteinjs/util-node": "1.0.22",
|
|
15
15
|
"@types/node": "20.12.6",
|
|
16
16
|
"typescript": "5.2.2"
|
|
17
17
|
}
|
|
@@ -91,15 +91,16 @@
|
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"node_modules/@proteinjs/util-node": {
|
|
94
|
-
"version": "1.0.
|
|
95
|
-
"resolved": "https://registry.npmjs.org/@proteinjs/util-node/-/util-node-1.0.
|
|
96
|
-
"integrity": "sha512-
|
|
94
|
+
"version": "1.0.22",
|
|
95
|
+
"resolved": "https://registry.npmjs.org/@proteinjs/util-node/-/util-node-1.0.22.tgz",
|
|
96
|
+
"integrity": "sha512-7yFiOEaOhlylcS61C9MjbmMiBZWRdAHl/QYS9OUx37WFJiaD8gJCZzyxpBJHjxKk+RJ8CSmyjyUkMoGaCndVOw==",
|
|
97
97
|
"dev": true,
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@dagrejs/graphlib": "2.1.4",
|
|
100
100
|
"@proteinjs/util": "^1.0.18",
|
|
101
101
|
"fs-extra": "11.1.1",
|
|
102
|
-
"globby": "11.0.1"
|
|
102
|
+
"globby": "11.0.1",
|
|
103
|
+
"typescript": "5.2.2"
|
|
103
104
|
}
|
|
104
105
|
},
|
|
105
106
|
"node_modules/@types/node": {
|