mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 23:31:24 -05:00
![Luca Casonato](/assets/img/avatar_default.png)
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 />;
|