Blame view

node_modules/less/test/less-bom/no-js-errors/no-js-errors.txt 149 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  SyntaxError: Inline JavaScript is not enabled. Is it set in your options? in {path}no-js-errors.less on line 2, column 6:
  1 .a {
  2   a: `1 + 1`;
  3 }