mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -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.
16 lines
244 B
Text
16 lines
244 B
Text
{
|
|
"steps": [
|
|
{
|
|
"args": "lint",
|
|
"cwd": "./react",
|
|
"output": "react.out",
|
|
"exitCode": 0
|
|
},
|
|
{
|
|
"args": "lint",
|
|
"cwd": "./react-jsx",
|
|
"output": "react-jsx.out",
|
|
"exitCode": 1
|
|
}
|
|
]
|
|
}
|