-
- Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
This document describes that are not a bug. If you file an issue that is described in this issue, the issue will be closed without any additional information.
Class fields are undefined
- Inconsistent
useDefineForClassFieldsbehavior #6985 - https://swc.rs/docs/migrating-from-tsc#usedefineforclassfields
jest.mock of ESM fails / Cannot modify ES modules.
Evaluation order of module: "commonjs" is different from tsc.
The behavior of tsc is wrong. ESM is an established standard, and the specification explicitly says that ESM imports are hoisted.
Cyclic imports of ESM do not work (as what you want)
ESM is an established standard, and as SWC is a compiler, SWC always follows specifications.
I can't import CJS Modules from node.js ESM.
TDZ semantics is broken
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels