-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactored the context symbol table. Custom symbols now are in own files each. - Switched to newer eslint and fixed issues as suggested by PR #295. - Solved a number of recursive import problems. - Replaced 3rd party await-notify module (which has no type definitions) by an own implementation (Signal). Signed-off-by: Mike Lischke <[email protected]>
- Loading branch information
1 parent
f29de87
commit 51dacf6
Showing
56 changed files
with
888 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,6 +94,7 @@ | |
], | ||
"ignoreWords": [ | ||
"Dname", | ||
"ERRCHAR", | ||
"antl", | ||
"atngraph", | ||
"baselistenerdeclarations", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.