-
Is it possible to use Closure compiler to produce a standalone CommonJS module, for use by dependent external (not managed by the compiler) JS code? That is, to produce a single file that exports its …
-
This would be one way of fixing #876, and should probably happen eventually regardless.
-
### Describe the bug
The lib is giving errors on typescript when default config is used
### Expected behavior
Using same code as the example:
`import { HiAnime, HiAnimeError } from "aniwatch";
…
-
### 🔎 Search Terms
require import js ts module esm esmodule cjs commonjs
### 🕗 Version & Regression Information
- This happens in the nightly version of TS
### ⏯ Playground Link
Multi…
-
I created a fresh Nuxt project using bun and installed PWA. When I run the application via `npm run dev`, I get the following error:
```
ERROR Named export 'defu' not found. The requested module…
-
### Description of the bug
fuse.js v7.0.0
import
```typescript
import Fuse from "fuse.js";
```
tsconfig.json (https://github.com/tsconfig/bases/blob/main/bases/node20.json)
```json
"modu…
-
**Title:** Support for ES Module Import in `@quantlib/ql`
**Description:**
I encountered an error while predicting the next price using the `@quantlib/ql` library. The error message indicates th…
-
### Short description of what should be added or improved
I followed the MindsDB JavaScript SDK documentation to connect my Node.js app to a locally installed MindsDB instance using Docker. I encount…
-
### Version
29.2.5
### Steps to reproduce
use a tsconfig with
```
"module": "preserve",
"moduleResolution": "bundler",
"customConditions": [
"node",
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
**Admin**
I cleaned and new Laravel 11 installation.
I executed these commands:
- `compo…