Skip to content

Commit 8e5b997

Browse files
authored
Update README.md
Expanded on main README
1 parent 1e2e8d4 commit 8e5b997

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ The interop project can be found in the [canhorn/EventHorizon.Blazor.Interop](ht
3030

3131
## TypeScript Parser
3232

33-
The generation relies heavily the TypeScript Abstract Syntax Tree, and so the code includes ways to parse the source files into a AST representation for easier generation.
33+
The generation relies heavily on the TypeScript Abstract Syntax Tree and so the code includes ways to parse the source files into a AST representation for easier generation.
3434

35-
To do this the code has two supported parser types, .NET and NodeJS, to do realtime parse the code. Using a .NET library it is able to do very quick parsing, but since it has not been maintained it can not handle complex or modern TypeScript syntax.
36-
But with the NodeJS TypeScript parser it can do modern, more complex TypeScript syntax, but with the trade off of in speed.
35+
The code has two supported parser types, .NET and NodeJS, to do realtime parsing of code. Using a .NET library it's able to do very quick parsing, but since it has not been maintained it can not handle complex or modern TypeScript syntax.
36+
But with the NodeJS TypeScript parser it can handle modern more complex TypeScript syntax, but with the trade off of in speed.
37+
38+
> Having NodeJS installed is required to use the NodeJS TypeScript parser. (This is required when using the parser with the Tool)
3739
3840
## Supported API's Generated
3941

0 commit comments

Comments
 (0)