Files
codeql/javascript/ql/test/query-tests/Declarations/UnusedVariable/importWithoutPragma.jsx
2018-10-26 12:06:18 +01:00

4 lines
106 B
JavaScript

import { h } from 'preact'; // NOT OK - not in scope of .babelrc file
export default (<div>Hello</div>);