We recently added more support for @jsx pragmas in conformance suite (#3553).
I believe some of these should be handled in parser/semantic/transformer (not sure which) instead for TS/TSX files. According to TS docs, they're valid:
https://www.typescriptlang.org/docs/handbook/jsx.html#configuring-jsx
We recently added more support for
@jsxpragmas in conformance suite (#3553).I believe some of these should be handled in parser/semantic/transformer (not sure which) instead for TS/TSX files. According to TS docs, they're valid:
https://www.typescriptlang.org/docs/handbook/jsx.html#configuring-jsx