You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: