Skip to content

allows old import style + allows nearely-test to run for typescript g…#544

Open
okonech wants to merge 4 commits intokach:masterfrom
okonech:fix-nearley-test-typescript
Open

allows old import style + allows nearely-test to run for typescript g…#544
okonech wants to merge 4 commits intokach:masterfrom
okonech:fix-nearley-test-typescript

Conversation

@okonech
Copy link

@okonech okonech commented Oct 18, 2020

Fix the export default syntax for typescript to line up with js grammars.

This allows the old style

`import * as grammar from './grammar';

export const parser = new Parser(Grammar.fromCompiled(grammar));`

as well as allowing nearley-test to actually test the compiled javascript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments