-
Hello in getting this error when running the command
genese cpx -l js .\src\
****
Welcome to @genese cli
C:\Users\gabriel\AppData\Roaming\npm\node_modules\@genese\complexity\dist\src\language…
-
I believe this is due to the Haste system used at Meta that handles JS modules differently, but the problem is this:
Following [the docs](https://relay.dev/docs/api-reference/graphql-and-directives…
-
This is a tracking issue for the work to add native ESM support for new Node versions and direct `` references for the `@apollo/client` package.
This would probably mean adding `"type": "module"` t…
-
- Basic (Default, current setup)
- ESM (esmodules with additionally copying the `type` from the package.json)
- ESM with splitting? Same as above, but additionally with splitting?
- Anything else?
-
### What would you like?
Utilizing Vite + Vue and Cypress Component Test Runner, how would you stub a composable function since you can't stub the default export?
I can't find a decent example tha…
-
https://babeljs.io/docs/en/babel-preset-env#targetsesmodules says:
> When specifying this option, the browsers field will be ignored. You can use this approach in combination with to conditionally…
-
I like this boilerplate, the setup is light and allow multiple sub-projects
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: linux
Arch: x…
wmira updated
1 month ago
-
Hi,
While following the steps given in the documentation. I came across the following error
**"Syntax error: 'import' and 'export' may appear only with 'sourceType: "module"'"**
I searched an…
-
I have 2 files:
1. test.js
```
import { bogus } from './bogus.js';
bogus()
```
2. bogus.js
```
function foo() {
console.log('foo');
}
export {
foo
}
```
If `bogus.js` is minified, eslint-…