-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Asynchronous Code for Loading Modules (#1471)
* Add async loading code * Made infinite loop checking async * Update stepper to be async * Add assert and misc utils * Update transpiler to be async * Update runners * Add new import options * Ignore tests during typechecking * Relocate typeguards * Update with assertions and typeguards * Update repl transpiler to be async * Abstract out module context initialization and tab loading * Renamed promise timeout error and added tests * Remove old code * Update options * Add files to avoid line ending issues * Use POSIX paths on Windows systems * Ran format * Update eslint rules to follow exclusion of tests * Incorporate changes for posix path handling * Minor change to resolve certain webpack issues with the frontend * Use a different posix path import * Allow loading of export default tabs * Refactor collation of import declarations --------- Co-authored-by: Ian Yong <[email protected]>
- Loading branch information
Showing
46 changed files
with
1,407 additions
and
639 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[*] | ||
end_of_line = lf |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/src/scm-slang/ | ||
/src/py-slang/ | ||
/src/py-slang/ | ||
/src/**/__tests__/**/__snapshots__ |
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
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
Oops, something went wrong.