-
Original post in Anchor repo: [(https://github.com/project-serum/anchor/issues/1286)]
Anchor.toml [script] command:
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
The pr…
-
In an ember app with `config/targets.js` exporting this:
```js
module.exports = { esmodules: true }
```
`ember-auto-import@2` is not able to build the app. The issue seems to be that the confi…
-
-
The use of `require()` can break ESModule builds as you cannot use require.
-
## Description
Variables that aren't defined, but accessed may throw reference errors at runtime. > **NOTE**: In browser applications, DeepSource recommends the use of ESModules over regular …
-
Today, debug use module.exports facility.
But nodejs and browser can support import / export notation, aka es6 modules.
While preparing the v5, why not going into that mode?
#656 ?
jehon updated
7 months ago
-
## Description
Found variables that are declared but not used anywhere. > **NOTE**: In browser applications, DeepSource recommends the use of ESModules over regular `text/javascript` scripts. >…
-
### Library
Web Components (@fluentui/web-components)
### Describe the feature that you would like added
The global north star idea is to use `@fluentui/web-components` without a bundler, using nat…
-
I need to run ESModule code in my project. But realms doesn't support it currently.
I have the willingness to resolve this problem but I don't know if it is acceptable for this project.
Proposal:
…
-
Using ulog in Angular triggers this warning:
```bash
Warning: .\src\app\app.module.ts depends on 'ulog'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://a…
iva2k updated
3 years ago