-
```
> node-typescript-boilerplate@0.0.0 build
> tsc -p tsconfig.json
node_modules/@sgwilym/isomorphic-streams/index.d.ts:40:19 - error TS2304: Cannot find name 'Transformer'.
40 transforme…
-
### Link to the code that reproduces this issue
https://github.com/dashawk/nextjs-14-bugger
### To Reproduce
- Clone the provided repository
- Run `yarn install && yarn dev`
- Browse to [http://l…
-
I know this is a feature likely far down the road as #2475 is still in progress. Chromium-based browsers have support since last month, and there is a polyfill making it available to all browsers that…
-
## Feature Suggestion
Full ESM support, including the package `"exports"` field with the module format specifiers, across all aspects of development.
## Possible Implementation
We currently s…
-
Google Closure Library has a dynamic imports engine --- **goog.module.ModuleManager**, which can be used to lazy loading JS resource. This engine is different from webpack, thus it should be handled…
-
What steps will reproduce the problem?
1) create a folder, "static"
2) create file, "index.py", with this content:
from pyjamas.ui.RootPanel import RootPanel
if **name** == '**ma…
-
### 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…
-
- Laravel Mix Version: 6.0.13
- Node Version 15.12.0
- NPM Version 7.6.3
- OS: Mac and ubuntu
### Description:
In Mix 5 using dynamic imports produced common modules in chunks:
```…
-
// Instead of this:
import MyComponent from './MyComponent.vue';
// Use dynamic import like this:
const MyComponent = () => import('./MyComponent.vue');
-
I'm using `ts-morph` to make a script that list all declarations that should be removed from a codebase (dead code).
It's considering as "dead code" many declarations that are imported using `next/…