You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/esrefactor/test/data/error_invalid_range.js

3 lines
138 B
JavaScript

// exception: esrefactor.Context only accepts a syntax tree with range information
context.setCode({ type: 'Program', range: [1, 2, 3]});