-
### What version of Bun is running?
1.1.27
### What platform is your computer?
Linux 6.2.0-36-generic x86_64 x86_64
### What steps can reproduce the bug?
- Start a blank project with `bun init`.
…
-
Hello there,
The following code:
```ts
import { parseEnv } from 'znv';
import { z } from 'zod';
export const {
DEFAULT_ADMIN_EMAILS,
} = parseEnv(process.env, {
DEFAULT_ADMIN_EMA…
-
Getting typescript compilation error when building in fresh Next.js app.
Node version: v20.9.0
```javascript
⨯ ./node_modules/@gorules/jdm-editor/dist/index.d.ts
Module parse failed: Unexpected…
-
https://trello.com/c/TYrXZc4T
-
Given both **TypeScript** and **ClosureCompiler** have fixed `es2018` targeting, good to lock down `es2018` instead of `esnext`?
-
我在nextjs中使用 `tushan` 包时,遇到了模块解析错误。具体错误信息如下:
```
⨯ ./node_modules/tushan/client/api/auth/createAuthHTTPClient.ts
Module parse failed: Unexpected token (2:12)
You may need an appropriate loader …
-
### Clear and concise description of the problem
NodeJS recently introduced the new `--experimental-strip-types` and `--experimental-transform-types` flags, allowing to `.ts` files without the need t…
-
After I add `"type": "module"` to package.json and `"module": "preserve", "target": "ESNext",` to tsconfig (was commonjs) I have
> Cannot find module 'telegraf/typings/scenes/base' or its correspon…
-
Hi,
I get this error after a fresh install:
```sh
> @ dev /Users/ngryman/Projects/noflash
> fly
stack:
- ~/Projects/noflash/flyfile.js:1
- (function (exports, require, module, __filen…
-
Hello,
# Problem
I am always getting [error] Error: Wrong `[error] Error: Wrong languageId` Error when trying to use the extention. I get intellisense only in the css file and ONLY for classes.
#…