-
-
### What is the problem this feature would solve?
Currently, Bun does not compare `compilerOptions.paths` from `tsconfig.json` and [`imports` from `package.json`](https://nodejs.org/api/packages.html…
-
Hello
I noticed that NPM imports inside `deno.json` cannot be specified as a peer dependency using `@deno/dnt` and **always** end up inside `dependencies`. When specifying the import using `esm.sh/…
-
### What problem does this feature solve?
Rolldown's current internal implementation of `@rollup/plugin-commonjs` is seemingly missing the feature of transforming CJS `require` calls into ESM imports…
-
Hi all, I'm wondering what is your opinion on code formatting and linting. I think PROTEUS and some of the other submodules would really benefit from some linting.
- [x] Import sorting: I noticed t…
-
#### Perceived Problem
The way Graffle is currently built leads to dragging in all/most of `graphql` package _even when its features are not be used_ (for example: send a document as a string to a …
-
> 質問対応したら
以下の質問があった
- VSCodeのGo to DefinitionがAuto Importsでは効かない→#importsから明示的にインポートすればOK
- https://nuxt.com/docs/guide/concepts/auto-imports#explicit-imports
- なんでno-undefに引っかかるの→\@nuxt/eslint-…
-
A shower thought: Once the current migration mess is done, we might want to think about even further measures to facilitate imports (beyond the idless big table). Martin jokingly bounced around the id…
-
I'm trying out this template with payload v2 and got this error:
```
/node_modules/payload/dist/admin/components/elements/Banner/index.scss:1
@import '../../../scss/styles.scss';
SyntaxError: In…
thgh updated
12 months ago
-
### Self-service
- [ ] I'd be willing to implement this feature
### Input code
```ts
import("aws-sdk")
.then((module) => {
return module.S3;
})
.then(() => {
const AWS = require…
kuhe updated
11 months ago