Files
codeql/javascript/ql/test/library-tests/Modules/unresolved.js
2018-08-02 17:53:23 +01:00

3 lines
84 B
JavaScript

import f from 'a'; // Should not resolve to `a.js` since path is not relative.
f();