-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adjustments to parser API The ParserInput source is now a `Buffer`, which I think better reflects what we need. Also added some initial setup for the `JavaScriptParser`. * Set `allowJs` compiler option * Add `.gitignore` file * Add some more exception handling * Declare visitor as top-level function instead * Some more fixes to parser * Remove logging * Add Parser.Builder * Some more initial work on parser * Implement `Space.format()` * Implement AST-based alternative to `Space.format()` * Add `isTree()` * Split up tests * Merge main
- Loading branch information
1 parent
b01563c
commit ac365ff
Showing
11 changed files
with
317 additions
and
62 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 |
---|---|---|
|
@@ -15,4 +15,6 @@ yarn-error.log* | |
.env | ||
.env.test | ||
.env.production | ||
.env.*.local | ||
.env.*.local | ||
|
||
tsconfig.build.tsbuildinfo |
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.