Babel Issue 9015 - SyntaxErrors ignore startLine option

node v8.17.0
version: 2.0.0
endpointsharetweet
const { parse } = require("@babel/parser"); parse("5+", { startLine: 10 });
Loading…

no comments

    sign in to comment