fix javascript import in example code
This commit is contained in:
parent
60fd27ff93
commit
31dd28630e
|
@ -91,7 +91,7 @@ Now a fully functioning script might look like the following:
|
|||
|
||||
```javascript
|
||||
import antlr4 from 'antlr4';
|
||||
import MyGrammarLexer from './MyGrammarLexer.js');
|
||||
import MyGrammarLexer from './MyGrammarLexer.js';
|
||||
import MyGrammarParser from './MyGrammarParser.js';
|
||||
import MyGrammarListener from './MyGrammarListener.js';
|
||||
|
||||
|
|
Loading…
Reference in New Issue