mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
6f0fbceaf2
Previously the CLI was incorrectly reporting `React` as unused in a JSX file that uses the "old" transform. The LSP was already handling this correctly.
3 lines
61 B
TypeScript
3 lines
61 B
TypeScript
const React = { createElement() {} };
|
|
|
|
const _div = <div />;
|