Jonathan MacKenzie
Jonathan MacKenzie
Similar to [this comment](https://github.com/oracle/netsuite-suitecloud-sdk/issues/595#issuecomment-1292030484), I've run into some headaches caused by the fact that errors are printed to STDOUT not STDERR. Nothing I can't work around (yet) but it's something...
**Is your feature request related to a problem? Please describe.** Rules using the `getModules` util function don't work properly unless the second `define` argument is a `FunctionExpression` or `ArrowFunctionExpression`. For...
Updated the license URL in `main.js` to point to the `LICENSE.md` in this repo
Logical assignment operators such as `||=` and `&&=` are not supported
the following code is ignored: ```javascript export const foo = 123; export const fooBar = 321; ``` no solution is expected in this repo (it hasn't been modified for 6...