New lexer that uses Esprima.js internally.
Unlike our old lexer, Esprima gives us comment nodes and normal tokens as separate lists, which we have to merge together into continuous stream.
Loading
Please sign in to comment
Unlike our old lexer, Esprima gives us comment nodes and normal tokens as separate lists, which we have to merge together into continuous stream.