Commit b3c0aeb
authored
Expand on Complex Scenarios (#72)
* feat: Added better Generic Void type handling
feat: Added better handling of Literal Value types
* feat: Added Readonly parsing in TypeScript
Added ability to remove/ignore specific properties in model generation.
* feat: Update ASTModel class inheritance
This commit updates the ASTModel class to inherit from the ASTNode class, providing a more consistent and structured hierarchy for the AST model. This change improves code organization and maintainability.
* perf: Updated Data Model and added Max Degree of Parallelism
The Data Model was done to decrease lookup times.
Added Parallelism to allow for parallel processing of generation step.
* feat: Support more Scenarios
Better support interface parsing/writing
Better support Generic parsing/writing
Include base class constructors in extended class.
Expanded scenarios for better coverage.
* feat: Added Variable and Function Declaration Parsing and Writing
chore: Code Cleanup
* feat: Fixed Reference Types being parsed as Union Types when they were not.
test: Added more test coverage.
chore: Code Cleanup
perf: Added Class reference lookups.
* feat: Updated Generate Sample Code
* feat: Updated Console App Generation Logic
* feat: Updated Sample WASM Example Project
* feat: Update BabylonJS Server Sample
* feat: Update Minor Version
* chore: Code Cleanup
* chore: Code Cleanup and Coverage
* chore: Code Cleanup
* build: Script updated uses
* build: Updated GitTools version
* chore: Code Cleanup
+semver: minor1 parent 2e356fe commit b3c0aeb
File tree
1,448 files changed
+1797484
-191771
lines changed- .github/workflows
- .vscode
- Sample
- EventHorizon.BabylonJS.Interop.Generator.ConsoleApp
- AstParser/NodeImpl/NodeJS/_generated
- SourceFiles
- EventHorizon.Blazor.BabylonJS
- Model
- Pages
- Properties
- wwwroot
- EventHorizon.Blazor.Server.BabylonJS
- Pages
- _generated
- EventHorizon.Blazor.BabylonJS.NodeJS
- GUI
- GlobalShim
- Provided
- EventHorizon.Blazor.BabylonJS.ServerNodeJs
- GUI
- GlobalShim
- Provided
- EventHorizon.Blazor.BabylonJS.Server
- GUI
- GlobalShim
- Provided
- EventHorizon.Blazor.BabylonJS.WASM
- GUI
- GlobalShim
- Provided
- Source
- EventHorizon.Blazor.TypeScript.Interop.Generator.Model
- Statements
- EventHorizon.Blazor.TypeScript.Interop.Generator
- AstParser
- Api
- Model/Types
- NodeImpl
- Model
- NodeJS
- SdcdImpl
- Model
- Identifiers
- Model
- Rules
- Templates
- Writers
- Server/EventHorizon.Blazor.Interop.Generator
- Templates
- Tests
- EventHorizon.Blazor.Interop.Generator.Tests
- EventHorizon.Blazor.TypeScript.Interop.Generator.Tests
- ExpectedResults
- Formatter
- GenerateClassStatementStringTests
- Accessors/Scenarios
- Actions
- Classes/Scenarios
- IgnoredIdentifiers
- JavaScriptTypes
- Methods
- Scenarios
- Promise
- Properties
- Scenarios
- TypeAlias
- WIP
- GenerateInteropClassStatementTests
- Identifiers
- Rules
- Scenarios
- SourceFiles
- Tool/EventHorizon.Blazor.TypeScript.Interop.Tool
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,448 files changed
+1797484
-191771
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments