-
Files that are excluded by an `exclude: [glob]`, and are not written to `./dist`, are still written to `package.json#exports`. I've created a small repo here: https://stackblitz.com/edit/tshy-exclude-…
-
```planttracer.js:680 Uncaught ReferenceError: module is not defined at planttracer.js:680:1```
Getting the above error message in the browser console on every page.
Here's the offending line:
…
-
It appears that this package is CommonJS - is that intentional?
-
Hi,
do you plan on supporting a commonJS build of the library or will it stay pure ESM?
-
### Version
System:
OS: macOS 14.6.1
CPU: (16) arm64 Apple M3 Max
Memory: 8.00 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
Browsers:
Chrome: 130.0.6723.71
Safari: 17.6
npmPackag…
-
### What version of Oxlint are you using?
0.11.0
### What command did you run?
oxlint -c oxlintrc.json
### What does your `.oxlint.json` config file look like?
```json
{
"$schema": ".…
-
After upgrading to RN 0.76.1, the jest mock seems to fail to import:
```
TypeError: NativeModule.getConstants is not a function
> 9 | import mockSafeAreaContext from 'react-native-…
-
Hello,
Thank you for your project.
I've found that when using `browsersWithSupportForFeatures` I get an error when using esmodules, but not when using commonjs. I've attached 2 test files below.…
-
[es-module 模块化](https://react.pangzai.win/#/es6/es-module?id=es-module-%e6%a8%a1%e5%9d%97%e5%8c%96)
以前javascript是没有模块体系的,后来js社区提出了三种模块化方案,主要是CommonJS,AMD,CMD三大规范。比如nodejs的模块系统require、webpack等都是以Commo…
-
### Ethers Version
6.13.1
### Search Terms
_No response_
### Describe the Problem
Encountering issue sending ETH between wallets via code, despite transaction success on Etherscan and wallet veri…