require("postcss-scss").parse('@import ur l(//a)')
Throws
Uncaught TypeError: Cannot read property 'line' of null
at ScssParser.atrule (node_modules/postcss-scss/node_modules/postcss/lib/parser.js:362:21)
at ScssParser.parse (node_modules/postcss-scss/node_modules/postcss/lib/parser.js:51:16)
at scssParse (node_modules/postcss-scss/lib/scss-parse.js:9:10)
Should throw a better error or something else.
Throws
Should throw a better error or something else.