-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate a static parser, move tests to vis_type_timelion (#55299) (#…
…55401) * Use generated parser, move tests to vis_type_timelion * Remove legacy tests * Create a grunt task for generating a parser
- Loading branch information
Showing
6 changed files
with
1,843 additions
and
137 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Vis type Timelion | ||
|
||
# Generate a parser | ||
If your grammar was changed in `public/chain.peg` you need to re-generate the static parser. You could use a grunt task: | ||
|
||
``` | ||
grunt peg:timelion_chain | ||
``` | ||
|
||
The generated parser will be appeared at `public/_generated_` folder, which is included in `.eslintignore` |
Oops, something went wrong.