devextreme-internal-tools 12.0.0-beta.2 → 12.0.0-beta.4
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/bin/DevExtreme.Declarations.Discoverer +0 -0
- package/bin/DevExtreme.Declarations.Discoverer.dll +0 -0
- package/bin/DevExtreme.Declarations.Discoverer.runtimeconfig.json +11 -11
- package/bin/DevExtreme.Declarations.IntegrityValidator +0 -0
- package/bin/DevExtreme.Declarations.IntegrityValidator.dll +0 -0
- package/bin/DevExtreme.Declarations.IntegrityValidator.runtimeconfig.json +11 -11
- package/bin/DevExtreme.Declarations.dll +0 -0
- package/bin/DevExtreme.Descriptions.Injector +0 -0
- package/bin/DevExtreme.Descriptions.Injector.dll +0 -0
- package/bin/DevExtreme.Descriptions.Injector.runtimeconfig.json +11 -11
- package/bin/DevExtreme.Infrastructure.dll +0 -0
- package/bin/DevExtreme.IntegrationDataGenerator +0 -0
- package/bin/DevExtreme.IntegrationDataGenerator.dll +0 -0
- package/bin/DevExtreme.IntegrationDataGenerator.runtimeconfig.json +11 -11
- package/bin/DevExtreme.NgSmdGenerator +0 -0
- package/bin/DevExtreme.NgSmdGenerator.dll +0 -0
- package/bin/DevExtreme.NgSmdGenerator.runtimeconfig.json +11 -11
- package/bin/DevExtreme.SmdCommon.dll +0 -0
- package/bin/DevExtreme.StrongMetaDataGenerator +0 -0
- package/bin/DevExtreme.StrongMetaDataGenerator.dll +0 -0
- package/bin/DevExtreme.StrongMetaDataGenerator.runtimeconfig.json +11 -11
- package/bin/DevExtreme.Topics.ExtraFilesGenerator +0 -0
- package/bin/DevExtreme.Topics.ExtraFilesGenerator.dll +0 -0
- package/bin/DevExtreme.Topics.ExtraFilesGenerator.runtimeconfig.json +11 -11
- package/bin/DevExtreme.Topics.Generator +0 -0
- package/bin/DevExtreme.Topics.Generator.dll +0 -0
- package/bin/DevExtreme.Topics.Generator.runtimeconfig.json +11 -11
- package/bin/DevExtreme.Topics.ModulesGuideValidator +0 -0
- package/bin/DevExtreme.Topics.ModulesGuideValidator.dll +0 -0
- package/bin/DevExtreme.Topics.ModulesGuideValidator.runtimeconfig.json +11 -11
- package/bin/DevExtreme.Topics.Validation +0 -0
- package/bin/DevExtreme.Topics.Validation.dll +0 -0
- package/bin/DevExtreme.Topics.Validation.runtimeconfig.json +11 -11
- package/bin/DevExtreme.Topics.dll +0 -0
- package/bin/DevExtreme.WebSite.ContentMapCreator +0 -0
- package/bin/DevExtreme.WebSite.ContentMapCreator.dll +0 -0
- package/bin/DevExtreme.WebSite.ContentMapCreator.runtimeconfig.json +11 -11
- package/bin/DevExtreme.WebSite.LinksConverter +0 -0
- package/bin/DevExtreme.WebSite.LinksConverter.dll +0 -0
- package/bin/DevExtreme.WebSite.LinksConverter.runtimeconfig.json +11 -11
- package/bin/DevExtreme.WebSite.SyntaxDataGenerator +0 -0
- package/bin/DevExtreme.WebSite.SyntaxDataGenerator.dll +0 -0
- package/bin/DevExtreme.WebSite.SyntaxDataGenerator.runtimeconfig.json +11 -11
- package/bin/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- package/bin/Microsoft.Extensions.DependencyInjection.dll +0 -0
- package/bin/NLog.dll +0 -0
- package/bin/Newtonsoft.Json.dll +0 -0
- package/bin/System.IO.Abstractions.dll +0 -0
- package/cli.js +11 -11
- package/cli.js.map +1 -1
- package/package.json +18 -20
- package/ts/angular-components-generator/common-reexports-generator.js +9 -9
- package/ts/angular-components-generator/common-reexports-generator.js.map +1 -1
- package/ts/angular-components-generator/component-names-generator.js +2 -2
- package/ts/angular-components-generator/component-names-generator.js.map +1 -1
- package/ts/angular-components-generator/dot-generator.js +9 -9
- package/ts/angular-components-generator/dot-generator.js.map +1 -1
- package/ts/angular-components-generator/facade-generator.js +5 -5
- package/ts/angular-components-generator/facade-generator.js.map +1 -1
- package/ts/angular-components-generator/import-helper.js +9 -9
- package/ts/angular-components-generator/import-helper.js.map +1 -1
- package/ts/angular-components-generator/logger.js +1 -1
- package/ts/angular-components-generator/logger.js.map +1 -1
- package/ts/angular-components-generator/metadata-generator.js +29 -29
- package/ts/angular-components-generator/metadata-generator.js.map +1 -1
- package/ts/angular-components-generator/module-facade-generator.js +9 -9
- package/ts/angular-components-generator/module-facade-generator.js.map +1 -1
- package/ts/bundler/bundler.js +43 -45
- package/ts/bundler/bundler.js.map +1 -1
- package/ts/collapser/collapser.js +53 -49
- package/ts/collapser/collapser.js.map +1 -1
- package/ts/common/common-resolving.js +7 -7
- package/ts/common/common-resolving.js.map +1 -1
- package/ts/common/id.js +24 -20
- package/ts/common/id.js.map +1 -1
- package/ts/common/tags/comparing.d.ts +1 -1
- package/ts/common/tags/generating.js +16 -12
- package/ts/common/tags/generating.js.map +1 -1
- package/ts/common/tags/merging.js +14 -14
- package/ts/common/tags/merging.js.map +1 -1
- package/ts/common/tags/parameter-field-tag.js +2 -2
- package/ts/common/tags/parameter-field-tag.js.map +1 -1
- package/ts/common/tags.js +24 -21
- package/ts/common/tags.js.map +1 -1
- package/ts/common/ts-type-resolving.js +89 -89
- package/ts/common/ts-type-resolving.js.map +1 -1
- package/ts/common/ts-utils.d.ts +6 -2
- package/ts/common/ts-utils.js +59 -31
- package/ts/common/ts-utils.js.map +1 -1
- package/ts/common/type-resolving.d.ts +1 -1
- package/ts/common/type-resolving.js +52 -52
- package/ts/common/type-resolving.js.map +1 -1
- package/ts/common/utils.d.ts +2 -2
- package/ts/common/utils.js +5 -5
- package/ts/common/utils.js.map +1 -1
- package/ts/component-exports-generator/generator.js +14 -14
- package/ts/component-exports-generator/generator.js.map +1 -1
- package/ts/discoverer/data-model.d.ts +4 -4
- package/ts/discoverer/discovering-error.js +2 -4
- package/ts/discoverer/discovering-error.js.map +1 -1
- package/ts/discoverer/discovering.js +7 -7
- package/ts/discoverer/discovering.js.map +1 -1
- package/ts/discoverer/parsing/enum-collecting.js +19 -15
- package/ts/discoverer/parsing/enum-collecting.js.map +1 -1
- package/ts/discoverer/parsing/file-reader.js +8 -2
- package/ts/discoverer/parsing/file-reader.js.map +1 -1
- package/ts/discoverer/parsing/widget-parsing.js +15 -11
- package/ts/discoverer/parsing/widget-parsing.js.map +1 -1
- package/ts/discoverer/parsing.d.ts +1 -1
- package/ts/discoverer/parsing.js +60 -56
- package/ts/discoverer/parsing.js.map +1 -1
- package/ts/discoverer/types.d.ts +1 -1
- package/ts/logging.d.ts +1 -1
- package/ts/logging.js +14 -14
- package/ts/logging.js.map +1 -1
- package/ts/modules-meta-generator/modules-meta-generator.js +9 -10
- package/ts/modules-meta-generator/modules-meta-generator.js.map +1 -1
- package/ts/react-components-generator/common-reexports-generator.js +1 -1
- package/ts/react-components-generator/common-reexports-generator.js.map +1 -1
- package/ts/react-components-generator/component-generator.d.ts +2 -2
- package/ts/react-components-generator/component-generator.js +74 -70
- package/ts/react-components-generator/component-generator.js.map +1 -1
- package/ts/react-components-generator/converter.js +1 -1
- package/ts/react-components-generator/converter.js.map +1 -1
- package/ts/react-components-generator/generator.d.ts +3 -3
- package/ts/react-components-generator/generator.js +43 -39
- package/ts/react-components-generator/generator.js.map +1 -1
- package/ts/react-components-generator/helpers.js +2 -2
- package/ts/react-components-generator/helpers.js.map +1 -1
- package/ts/react-components-generator/index-generator.js +1 -1
- package/ts/react-components-generator/index-generator.js.map +1 -1
- package/ts/react-components-generator/template.js +5 -5
- package/ts/react-components-generator/template.js.map +1 -1
- package/ts/scripts/args.d.ts +4 -4
- package/ts/scripts/args.js +7 -7
- package/ts/scripts/args.js.map +1 -1
- package/ts/scripts/helpers.js +12 -12
- package/ts/scripts/helpers.js.map +1 -1
- package/ts/scripts/tools.js +30 -30
- package/ts/scripts/tools.js.map +1 -1
- package/ts/vue-components-generator/common-reexports-generator.js +1 -1
- package/ts/vue-components-generator/common-reexports-generator.js.map +1 -1
- package/ts/vue-components-generator/component-generator.js +33 -33
- package/ts/vue-components-generator/component-generator.js.map +1 -1
- package/ts/vue-components-generator/generator.js +17 -17
- package/ts/vue-components-generator/generator.js.map +1 -1
- package/ts/vue-components-generator/helpers.js +2 -2
- package/ts/vue-components-generator/helpers.js.map +1 -1
- package/ts/vue-components-generator/index-generator.js +1 -1
- package/ts/vue-components-generator/index-generator.js.map +1 -1
- package/ts/vue-components-generator/template.js +5 -5
- package/ts/vue-components-generator/template.js.map +1 -1
- package/bin/DevExtreme.Declarations.Discoverer.exe +0 -0
- package/bin/DevExtreme.Declarations.IntegrityValidator.exe +0 -0
- package/bin/DevExtreme.Descriptions.Injector.exe +0 -0
- package/bin/DevExtreme.IntegrationDataGenerator.exe +0 -0
- package/bin/DevExtreme.NgSmdGenerator.exe +0 -0
- package/bin/DevExtreme.StrongMetaDataGenerator.exe +0 -0
- package/bin/DevExtreme.Topics.ExtraFilesGenerator.exe +0 -0
- package/bin/DevExtreme.Topics.Generator.exe +0 -0
- package/bin/DevExtreme.Topics.ModulesGuideValidator.exe +0 -0
- package/bin/DevExtreme.Topics.Validation.exe +0 -0
- package/bin/DevExtreme.WebSite.ContentMapCreator.exe +0 -0
- package/bin/DevExtreme.WebSite.LinksConverter.exe +0 -0
- package/bin/DevExtreme.WebSite.SyntaxDataGenerator.exe +0 -0
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"runtimeOptions": {
|
3
|
-
"tfm": "net6.0",
|
4
|
-
"framework": {
|
5
|
-
"name": "Microsoft.NETCore.App",
|
6
|
-
"version": "6.0.0"
|
7
|
-
},
|
8
|
-
"configProperties": {
|
9
|
-
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
-
}
|
11
|
-
}
|
1
|
+
{
|
2
|
+
"runtimeOptions": {
|
3
|
+
"tfm": "net6.0",
|
4
|
+
"framework": {
|
5
|
+
"name": "Microsoft.NETCore.App",
|
6
|
+
"version": "6.0.0"
|
7
|
+
},
|
8
|
+
"configProperties": {
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
10
|
+
}
|
11
|
+
}
|
12
12
|
}
|
File without changes
|
File without changes
|
package/bin/NLog.dll
CHANGED
File without changes
|
package/bin/Newtonsoft.Json.dll
CHANGED
File without changes
|
File without changes
|
package/cli.js
CHANGED
@@ -26,25 +26,25 @@ var scripts = {
|
|
26
26
|
'validate-modules-guide': [tools_1.runModulesGuideValidator],
|
27
27
|
};
|
28
28
|
if (process.argv.length < 3) {
|
29
|
-
logging_1.log('Script is not specified', { lvl: 'error' });
|
30
|
-
shelljs_1.exit(1);
|
29
|
+
(0, logging_1.log)('Script is not specified', { lvl: 'error' });
|
30
|
+
(0, shelljs_1.exit)(1);
|
31
31
|
}
|
32
32
|
var scriptName = process.argv[2];
|
33
33
|
if (scriptName === '-v') {
|
34
34
|
console.log(package_json_1.version);
|
35
|
-
shelljs_1.exit(0);
|
35
|
+
(0, shelljs_1.exit)(0);
|
36
36
|
}
|
37
|
-
var allArgs = args_1.parseArgs(process.argv);
|
38
|
-
logging_1.setLogDir(allArgs.artifacts);
|
39
|
-
logging_1.setAreaName('CLI');
|
40
|
-
logging_1.log("Process args: "
|
37
|
+
var allArgs = (0, args_1.parseArgs)(process.argv);
|
38
|
+
(0, logging_1.setLogDir)(allArgs.artifacts);
|
39
|
+
(0, logging_1.setAreaName)('CLI');
|
40
|
+
(0, logging_1.log)("Process args: ".concat(process.argv.join(' ')), { lvl: 'debug' });
|
41
41
|
var scriptNames = Object.keys(scripts);
|
42
42
|
if (scriptNames.indexOf(scriptName) === -1) {
|
43
|
-
logging_1.log("Invalid script name: '"
|
44
|
-
shelljs_1.exit(1);
|
43
|
+
(0, logging_1.log)("Invalid script name: '".concat(scriptName, "'. Use one of the following: \n\n").concat(scriptNames.join('\n')), { lvl: 'error' });
|
44
|
+
(0, shelljs_1.exit)(1);
|
45
45
|
}
|
46
|
-
helpers_1.ensureDir(allArgs.artifacts);
|
46
|
+
(0, helpers_1.ensureDir)(allArgs.artifacts);
|
47
47
|
allArgs.toolsVersion = package_json_1.version;
|
48
|
-
logging_1.log("Tools version: "
|
48
|
+
(0, logging_1.log)("Tools version: ".concat(package_json_1.version, "\nTS version: ").concat(typescript_1.version));
|
49
49
|
scripts[scriptName].forEach(function (tool) { return tool(allArgs); });
|
50
50
|
//# sourceMappingURL=cli.js.map
|
package/cli.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../cli.ts"],"names":[],"mappings":";;;AAEA,mCAA+B;AAC/B,yCAAkD;AAElD,4CAiB4B;AAC5B,0CAAuD;AACvD,gDAAiD;AACjD,+CAAyC;AACzC,wCAIsB;AAItB,IAAM,OAAO,GAAgD;IAE3D,uBAAuB,EAAE,CAAC,sBAAc,CAAC;IAEzC,2BAA2B,EAAE,CAAC,uBAAe,CAAC;IAC9C,uBAAuB,EAAE,CAAC,yBAAiB,CAAC;IAC5C,sBAAsB,EAAE,CAAC,uBAAe,CAAC;IACzC,sBAAsB,EAAE,CAAC,8BAAsB,CAAC;IAChD,kBAAkB,EAAE,CAAC,8BAAsB,CAAC;IAE5C,oBAAoB,EAAE,CAAC,qBAAa,CAAC;IACrC,oBAAoB,EAAE,CAAC,6BAAqB,CAAC;IAC7C,iBAAiB,EAAE,CAAC,uBAAe,CAAC;IACpC,uBAAuB,EAAE,CAAC,+BAAuB,CAAC;IAElD,qBAAqB,EAAE,CAAC,mBAAW,CAAC;IAEpC,eAAe,EAAE,CAAC,yBAAiB,CAAC;IAEpC,uBAAuB,EAAE,CAAC,uBAAe,EAAE,oBAAY,CAAC;IACxD,iBAAiB,EAAE,CAAC,2BAAmB,CAAC;IACxC,wBAAwB,EAAE,CAAC,gCAAwB,CAAC;CACrD,CAAC;AAIF,IAAI,OAAO,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;IAC3B,aAAG,
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../cli.ts"],"names":[],"mappings":";;;AAEA,mCAA+B;AAC/B,yCAAkD;AAElD,4CAiB4B;AAC5B,0CAAuD;AACvD,gDAAiD;AACjD,+CAAyC;AACzC,wCAIsB;AAItB,IAAM,OAAO,GAAgD;IAE3D,uBAAuB,EAAE,CAAC,sBAAc,CAAC;IAEzC,2BAA2B,EAAE,CAAC,uBAAe,CAAC;IAC9C,uBAAuB,EAAE,CAAC,yBAAiB,CAAC;IAC5C,sBAAsB,EAAE,CAAC,uBAAe,CAAC;IACzC,sBAAsB,EAAE,CAAC,8BAAsB,CAAC;IAChD,kBAAkB,EAAE,CAAC,8BAAsB,CAAC;IAE5C,oBAAoB,EAAE,CAAC,qBAAa,CAAC;IACrC,oBAAoB,EAAE,CAAC,6BAAqB,CAAC;IAC7C,iBAAiB,EAAE,CAAC,uBAAe,CAAC;IACpC,uBAAuB,EAAE,CAAC,+BAAuB,CAAC;IAElD,qBAAqB,EAAE,CAAC,mBAAW,CAAC;IAEpC,eAAe,EAAE,CAAC,yBAAiB,CAAC;IAEpC,uBAAuB,EAAE,CAAC,uBAAe,EAAE,oBAAY,CAAC;IACxD,iBAAiB,EAAE,CAAC,2BAAmB,CAAC;IACxC,wBAAwB,EAAE,CAAC,gCAAwB,CAAC;CACrD,CAAC;AAIF,IAAI,OAAO,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;IAC3B,IAAA,aAAG,EAAC,yBAAyB,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC,CAAC;IACjD,IAAA,cAAI,EAAC,CAAC,CAAC,CAAC;CACT;AAED,IAAM,UAAU,GAAW,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAE3C,IAAI,UAAU,KAAK,IAAI,EAAE;IACvB,OAAO,CAAC,GAAG,CAAC,sBAAO,CAAC,CAAC;IACrB,IAAA,cAAI,EAAC,CAAC,CAAC,CAAC;CACT;AAED,IAAM,OAAO,GAAG,IAAA,gBAAS,EAAC,OAAO,CAAC,IAAI,CAAC,CAAC;AAExC,IAAA,mBAAS,EAAC,OAAO,CAAC,SAAS,CAAC,CAAC;AAC7B,IAAA,qBAAW,EAAC,KAAK,CAAC,CAAC;AACnB,IAAA,aAAG,EAAC,wBAAiB,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAE,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC,CAAC;AAEjE,IAAM,WAAW,GAAkB,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;AAExD,IAAI,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,EAAE;IAC1C,IAAA,aAAG,EAAC,gCAAyB,UAAU,8CAAoC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAE,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC,CAAC;IACvH,IAAA,cAAI,EAAC,CAAC,CAAC,CAAC;CACT;AAED,IAAA,mBAAS,EAAC,OAAO,CAAC,SAAS,CAAC,CAAC;AAC7B,OAAO,CAAC,YAAY,GAAG,sBAAO,CAAC;AAC/B,IAAA,aAAG,EAAC,yBAAkB,sBAAO,2BAAiB,oBAAS,CAAE,CAAC,CAAC;AAC3D,OAAO,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,UAAC,IAAI,IAAK,OAAA,IAAI,CAAC,OAAO,CAAC,EAAb,CAAa,CAAC,CAAC"}
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "devextreme-internal-tools",
|
3
3
|
"description": "DevExtreme internal tools",
|
4
4
|
"author": "Developer Express Inc.",
|
5
|
-
"version": "12.0.0-beta.
|
5
|
+
"version": "12.0.0-beta.4",
|
6
6
|
"license": "MIT",
|
7
7
|
"main": "./index.js",
|
8
8
|
"bin": {
|
@@ -40,29 +40,27 @@
|
|
40
40
|
"mkdirp": "3.0.1",
|
41
41
|
"prettier": "2.3.2",
|
42
42
|
"shelljs": "^0.8.3",
|
43
|
-
"typescript": "
|
43
|
+
"typescript": "5.1.6",
|
44
44
|
"winston": "~3.4.0",
|
45
45
|
"yargs": "17.7.2"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
|
-
"@
|
49
|
-
"@types/
|
50
|
-
"@types/
|
51
|
-
"@
|
52
|
-
"@
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"eslint": "
|
56
|
-
"eslint-
|
57
|
-
"eslint-
|
58
|
-
"eslint-plugin-
|
59
|
-
"eslint-plugin-
|
60
|
-
"eslint-plugin-node": "^11.0.0",
|
61
|
-
"eslint-plugin-react": "^7.0.0",
|
48
|
+
"@types/jest": "29.5.4",
|
49
|
+
"@types/node": "13.13.52",
|
50
|
+
"@types/shelljs": "0.8.12",
|
51
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
52
|
+
"@typescript-eslint/parser": "5.62.0",
|
53
|
+
"eslint": "7.32.0",
|
54
|
+
"eslint-config-airbnb-typescript": "12.3.1",
|
55
|
+
"eslint-config-devextreme": "0.1.41",
|
56
|
+
"eslint-plugin-import": "2.28.1",
|
57
|
+
"eslint-plugin-jsx-a11y": "6.7.1",
|
58
|
+
"eslint-plugin-node": "11.1.0",
|
59
|
+
"eslint-plugin-react": "7.33.2",
|
62
60
|
"fs": "0.0.1-security",
|
63
|
-
"jest": "
|
64
|
-
"nodemon": "
|
65
|
-
"path": "
|
66
|
-
"ts-jest": "
|
61
|
+
"jest": "29.7.0",
|
62
|
+
"nodemon": "2.0.22",
|
63
|
+
"path": "0.12.7",
|
64
|
+
"ts-jest": "29.1.1"
|
67
65
|
}
|
68
66
|
}
|
@@ -4,26 +4,26 @@ exports.CommonReexportsGenerator = void 0;
|
|
4
4
|
var fs_1 = require("fs");
|
5
5
|
var path_1 = require("path");
|
6
6
|
var dot_generator_1 = require("./dot-generator");
|
7
|
-
var render = dot_generator_1.createTemplateFromString("\nexport {<#~ it.reexports :reExport #>\n <#= reExport #>,<#~#>\n} from 'devextreme/<#= it.module #>';\n".trimLeft());
|
7
|
+
var render = (0, dot_generator_1.createTemplateFromString)("\nexport {<#~ it.reexports :reExport #>\n <#= reExport #>,<#~#>\n} from 'devextreme/<#= it.module #>';\n".trimLeft());
|
8
8
|
var CommonReexportsGenerator = (function () {
|
9
9
|
function CommonReexportsGenerator() {
|
10
10
|
}
|
11
11
|
CommonReexportsGenerator.prototype.generate = function (config) {
|
12
12
|
var _this = this;
|
13
|
-
var metadata = JSON.parse(fs_1.readFileSync(config.metadataPath).toString());
|
13
|
+
var metadata = JSON.parse((0, fs_1.readFileSync)(config.metadataPath).toString());
|
14
14
|
if (!metadata.CommonReexports) {
|
15
15
|
return;
|
16
16
|
}
|
17
17
|
var commonTargetFolderName = 'common';
|
18
|
-
var commonPath = path_1.join(config.outputPath, commonTargetFolderName);
|
19
|
-
if (!fs_1.existsSync(commonPath)) {
|
20
|
-
fs_1.mkdirSync(commonPath);
|
18
|
+
var commonPath = (0, path_1.join)(config.outputPath, commonTargetFolderName);
|
19
|
+
if (!(0, fs_1.existsSync)(commonPath)) {
|
20
|
+
(0, fs_1.mkdirSync)(commonPath);
|
21
21
|
}
|
22
22
|
Object.keys(metadata.CommonReexports).forEach(function (key) {
|
23
|
-
var targetFileName = key === commonTargetFolderName ? 'index.ts' : key.replace(commonTargetFolderName
|
24
|
-
var fullPath = path_1.join(commonPath, targetFileName);
|
25
|
-
fs_1.mkdirSync(path_1.dirname(fullPath), { recursive: true });
|
26
|
-
fs_1.writeFileSync(fullPath, _this.generateReexports(key, metadata.CommonReexports[key]), { encoding: 'utf8' });
|
23
|
+
var targetFileName = key === commonTargetFolderName ? 'index.ts' : "".concat(key.replace("".concat(commonTargetFolderName, "/"), ''), ".ts");
|
24
|
+
var fullPath = (0, path_1.join)(commonPath, targetFileName);
|
25
|
+
(0, fs_1.mkdirSync)((0, path_1.dirname)(fullPath), { recursive: true });
|
26
|
+
(0, fs_1.writeFileSync)(fullPath, _this.generateReexports(key, metadata.CommonReexports[key]), { encoding: 'utf8' });
|
27
27
|
});
|
28
28
|
};
|
29
29
|
CommonReexportsGenerator.prototype.generateReexports = function (module, reexports) {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"common-reexports-generator.js","sourceRoot":"","sources":["../../../ts/angular-components-generator/common-reexports-generator.ts"],"names":[],"mappings":";;;AAAA,yBAEY;AACZ,6BAAgE;AAChE,iDAA2D;AAE3D,IAAM,MAAM,GAA+D,wCAAwB,
|
1
|
+
{"version":3,"file":"common-reexports-generator.js","sourceRoot":"","sources":["../../../ts/angular-components-generator/common-reexports-generator.ts"],"names":[],"mappings":";;;AAAA,yBAEY;AACZ,6BAAgE;AAChE,iDAA2D;AAE3D,IAAM,MAAM,GAA+D,IAAA,wCAAwB,EAAC,6GAInG,CAAC,QAAQ,EAAE,CAAC,CAAC;AAEd;IAAA;IA8BA,CAAC;IA7BC,2CAAQ,GAAR,UAAS,MAAM;QAAf,iBAsBC;QArBC,IAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,IAAA,iBAAY,EAAC,MAAM,CAAC,YAAY,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC;QAE1E,IAAI,CAAC,QAAQ,CAAC,eAAe,EAAE;YAC7B,OAAO;SACR;QAED,IAAM,sBAAsB,GAAG,QAAQ,CAAC;QACxC,IAAM,UAAU,GAAG,IAAA,WAAS,EAAC,MAAM,CAAC,UAAU,EAAE,sBAAsB,CAAC,CAAC;QACxE,IAAI,CAAC,IAAA,eAAU,EAAC,UAAU,CAAC,EAAE;YAC3B,IAAA,cAAS,EAAC,UAAU,CAAC,CAAC;SACvB;QACD,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC,OAAO,CAAC,UAAC,GAAG;YAChD,IAAM,cAAc,GAAG,GAAG,KAAK,sBAAsB,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,UAAG,GAAG,CAAC,OAAO,CAAC,UAAG,sBAAsB,MAAG,EAAE,EAAE,CAAC,QAAK,CAAC;YAC3H,IAAM,QAAQ,GAAG,IAAA,WAAS,EAAC,UAAU,EAAE,cAAc,CAAC,CAAC;YACvD,IAAA,cAAS,EAAC,IAAA,cAAU,EAAC,QAAQ,CAAC,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;YACrD,IAAA,kBAAa,EACX,QAAQ,EACR,KAAI,CAAC,iBAAiB,CAAC,GAAG,EAAE,QAAQ,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,EAC1D,EAAE,QAAQ,EAAE,MAAM,EAAE,CACrB,CAAC;QACJ,CAAC,CAAC,CAAC;IACL,CAAC;IAGO,oDAAiB,GAAzB,UAA0B,MAAc,EAAE,SAAmB;QAC3D,IAAM,MAAM,GAAG,MAAM,CAAC,EAAE,MAAM,QAAA,EAAE,SAAS,WAAA,EAAE,CAAC,CAAC;QAC7C,OAAO,MAAM,CAAC;IAChB,CAAC;IACH,+BAAC;AAAD,CAAC,AA9BD,IA8BC;AA9BY,4DAAwB"}
|
@@ -9,7 +9,7 @@ var ComponentNamesGenerator = (function () {
|
|
9
9
|
this.config = config;
|
10
10
|
}
|
11
11
|
ComponentNamesGenerator.prototype.prepareTagName = function (fileName) {
|
12
|
-
return " '"
|
12
|
+
return " '".concat(fileName.replace('.ts', ''), "'");
|
13
13
|
};
|
14
14
|
ComponentNamesGenerator.prototype.validateFileName = function (fileName) {
|
15
15
|
return this.config.excludedFileNames.indexOf(fileName) < 0;
|
@@ -22,7 +22,7 @@ var ComponentNamesGenerator = (function () {
|
|
22
22
|
.filter(function (fileName) { return !fs.lstatSync(path.join(directoryPath, fileName)).isFile()
|
23
23
|
&& _this.validateFileName(fileName); }).map(function (fileName) { return _this.prepareTagName(fileName); })
|
24
24
|
.join(',\n');
|
25
|
-
var resultContent = "export const componentNames = [\n"
|
25
|
+
var resultContent = "export const componentNames = [\n".concat(fileList, "\n];\n");
|
26
26
|
fs.writeFileSync(this.config.outputFileName, resultContent, { encoding: this.encoding });
|
27
27
|
};
|
28
28
|
return ComponentNamesGenerator;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"component-names-generator.js","sourceRoot":"","sources":["../../../ts/angular-components-generator/component-names-generator.ts"],"names":[],"mappings":";;;AAAA,uBAAyB;AACzB,2BAA6B;AAE7B;IAKE,iCAAY,MAAM;QAJV,aAAQ,GAAmB,MAAM,CAAC;QAKxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAGD,gDAAc,GAAd,UAAe,QAAgB;QAC7B,OAAO,
|
1
|
+
{"version":3,"file":"component-names-generator.js","sourceRoot":"","sources":["../../../ts/angular-components-generator/component-names-generator.ts"],"names":[],"mappings":";;;AAAA,uBAAyB;AACzB,2BAA6B;AAE7B;IAKE,iCAAY,MAAM;QAJV,aAAQ,GAAmB,MAAM,CAAC;QAKxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAGD,gDAAc,GAAd,UAAe,QAAgB;QAC7B,OAAO,eAAQ,QAAQ,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,MAAG,CAAC;IAChD,CAAC;IAED,kDAAgB,GAAhB,UAAiB,QAAgB;QAC/B,OAAO,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;IAC7D,CAAC;IAED,0CAAQ,GAAR;QAAA,iBASC;QARC,IAAM,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC,kBAAkB,CAAC;QACrD,IAAM,KAAK,GAAG,EAAE,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;QAC5C,IAAM,QAAQ,GAAG,KAAK;aACnB,MAAM,CAAC,UAAC,QAAQ,IAAK,OAAA,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE;eAC3E,KAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EADd,CACc,CAAC,CAAC,GAAG,CAAC,UAAC,QAAQ,IAAK,OAAA,KAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAA7B,CAA6B,CAAC;aACrF,IAAI,CAAC,KAAK,CAAC,CAAC;QACf,IAAM,aAAa,GAAG,2CAAoC,QAAQ,WAAQ,CAAC;QAC3E,EAAE,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,EAAE,aAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;IAC3F,CAAC;IACH,8BAAC;AAAD,CAAC,AA5BD,IA4BC;AA5BY,0DAAuB"}
|