fisker Cheung
fisker Cheung
I think it's more like `pre` requires all whtespace characters preserved https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xml:space
@xiaoxiangmoe You may want start work with this https://github.com/prettier/is-es5-identifier-name/pull/2#issuecomment-1625654286
Close since the package size and we can't bundle wasm now.
Please keep it open.
Can you fix coflicts?
I've approved two weeks ago, 😄
Babel added support for parsing #16130
@sosukesuzuki Have you asked typescript-eslint to support it? I didn't see linked issue.
Sorry for the delay, it's hard to tell, need investigation.
> it's still Json.parse behind https://github.com/microsoft/TypeScript/blob/6add96fd18d126d1505de5d96f0df6a86e5f2c21/src/compiler/commandLineParser.ts#L2101 ```js require('typescript').parseConfigFileTextToJson('tsconfig.json', '{"a":1,}') { config: { a: 1 }, error: undefined } ```