Files
biomedjs/node_modules/less/test/less/errors/javascript-error.txt
2014-09-14 07:04:16 -04:00

5 lines
192 B
Plaintext

SyntaxError: JavaScript evaluation error: 'TypeError: Cannot call method 'toJS' of undefined' in {path}javascript-error.less on line 2, column 27:
1 .scope {
2 var: `this.foo.toJS()`;
3 }