JS: Add basic test for 'import defer' syntax in TypeScript

This commit is contained in:
Asger F
2025-09-05 10:30:56 +02:00
parent 0d03c813d0
commit 76ca1a576f
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1 @@
| tst.ts:1:1:1:31 | import ... m "fs"; |

View File

@@ -0,0 +1,5 @@
import javascript
from ImportDeclaration decl
select decl

View File

@@ -0,0 +1 @@
import defer * as fs from "fs";