Restructure types; Add a use-case specific options parser; Allow (re)creation of specific parser fixtures

This commit is contained in:
dcodeIO
2018-07-03 03:06:01 +02:00
parent 82da2d1f6d
commit 5ca5df3dc7
29 changed files with 486 additions and 279 deletions

View File

@@ -49,7 +49,11 @@ To (re-)create all fixtures:
$>npm run test:parser -- --create
```
Note that the parser suite currently can't recreate just a specific fixture.
To (re-)create a specific fixture only:
```
$> npm run test:parser -- testNameWithoutTs --create
```
Compiler
--------