summaryrefslogtreecommitdiff
path: root/cli/tests/js_import_detect.ts
blob: 7b90dfe63b3449d583eefda61d3d2857481fd131 (plain)
1
2
3
function define(_foo: string[]): void {}
define(["long"]);
console.log("ok");