Kevan Stannard
Results
2
comments of
Kevan Stannard
This is reproducible for me as well. Syntax Lookup example code for `@meth` also shows this error. Removing the `@meth` decorator appears to resolve the issue. Not sure if the...
@dusty-phillips @ruifortes some extra info that may help. If you configure your project with: * `"type": "module"` in `package.json`, and * `"module": "es6"` in `bsconfig.json`, and * `.js` or `.bs.js`...