mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JS: Add basic test for 'import defer' syntax in TypeScript
This commit is contained in:
@@ -0,0 +1 @@
|
||||
| tst.ts:1:1:1:31 | import ... m "fs"; |
|
||||
@@ -0,0 +1,5 @@
|
||||
import javascript
|
||||
|
||||
from ImportDeclaration decl
|
||||
select decl
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
import defer * as fs from "fs";
|
||||
Reference in New Issue
Block a user