-
with @swc/jest
![image](https://user-images.githubusercontent.com/23290513/178228767-cfbb8e63-b1d6-4530-9352-cbc58e059e4d.png)
with ts-jest
![image](https://user-images.githubusercontent.com/…
-
### Environment
mac os
### Reproduction
adding the following values into tsconfig.json
```
"compilerOptions": {
"lib": [
"es2020", "esnext"
],
"module": "commonjs",
"…
-
## Description
Can we recommend a `"lib": ["es2019"]` for `react-native@0.69.x` and above in `tsconfig.json` ?
## What is the problem?
We still recommend to use `es2017` for ts config, bu…
-
This is a tracking issue for updating `tsconfig`'s option `target` to `es2019`, which will have the following benefits:
- less boilerplate code (should make the output files slightly less in size)
-…
-
I'm trying to use a couple of ESlint rules that required me to pass `parserOptions.project` to the ESlint config. Whenever I add that option to ESLint, the server automatically crashes, but when I com…
-
Hello there, I found out a very likely bug when using `skypack` as the provider in the Jspm generator API
making a request like the following
```curl
curl -X POST \
'https://api.jspm.io/generat…
-
This is a reference of the current implemented version and open to discussion.
**Update: don't know since when but latest Chrome Canary now enables class fields by default, so we can already play w…
-
### What’s the bug you are facing?
Same as https://github.com/ueberdosis/tiptap/issues/2867, But because this problem seems to be repeated, I launched a new issue.
### Which browser was this experie…
-
### Describe the bug
Unable to assign to private field if loose in config is set to true
### Input code
```typescript
class Hoge {
#hoge: number
constructor() {
this.#hoge = 42…
-
### Command
build
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
…