Results 440 comments of Jack Works

what happened to the back referencing `Enum[Enum.Value] === "some value"`? and is it possible to allow symbols?

This is not just a documentation problem. In the case I provided (which I believe is very common in the ecosystem), ESM and CommonJS have the same export list under...

> Does TypeScript will assume that a file ending with .d.ts is going to be an ESM if the type property is set to module in the package manifest? Yes....

![image](https://user-images.githubusercontent.com/5390719/199924598-a6649148-8720-4720-a306-ff81c63ccb3d.png) People are writing the wrong package.json again and again in the wild. Example: https://github.com/react-hook-form/resolvers/issues/460 I really think this is a problem the TS team should take care of if...

new example: https://github.com/krisk/Fuse/pull/692/

![image](https://user-images.githubusercontent.com/5390719/198521256-eadfa0ad-6c1f-45d1-834d-b87b1defd957.png) still have some require calls. any plan to move it to ts.sys?

> I prototyped a Jest runner that could run our compiler tests please consider jest's snapshot test! manually update some test is pain

> we don't want to emit something like export var such that consumers only see mutable bindings. they're immutable even if they're let/var anyway

Is there any progress? It will be cool to have a concurrent mode version `useAsync`

Yes, supporting bigint allows more flags than 31 flags ```js [1