summaryrefslogtreecommitdiff
path: root/tests/testdata/run/js_import_detect.ts
blob: 751741996f90423294840c72c77d0b2422f928c0 (plain)
1
2
3
function define(_foo: string[]) {}
define(["long"]);
console.log("ok");