-
-
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.
Move printer code to typescript (#496)
* chore: setup Typescript * refactor: move arrays printer to TS * chore: update parser signature * refactor: move types values & variables to TS * refactor: move expressions to ts * refactor: move comments utils to TS * refactor: move blocks and statements to TS * refactor: move printer-utils to TS * refactor: move classes to TS * refactor: move interfaces to TS * refactor: move lexical structures, names & packages & modules to TS * refactor: move all tests to TS * chore: configure package for release with TS * chore: update github workflows
- Loading branch information
1 parent
f0c2e40
commit 53c6d2b
Showing
141 changed files
with
3,795 additions
and
1,156 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
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.