-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Context
Bug fix?
I cannot call the member functions of Tokenizer, even if I follow the examples on the README.
Current v Expected Results
I should be able to call functions like tokenize. They are declared in _createClass, but how can I access them?
I would like to use even the basic function tokenize.
Repro Steps
- let lexr = require('lexr/dist/index');
- let jsLexer = new lexr.Tokenizer("Javascript")
Metadata
Metadata
Assignees
Labels
No labels