JS: Add reproduction test

This commit is contained in:
Asger F
2023-08-09 10:53:44 +02:00
parent 0f3918af16
commit 794a459c1b
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import Foo = Foo.Bar;
declare namespace Foo {
var Bar: {};
}

View File

@@ -0,0 +1,2 @@
// Just check that extraction succeeds
select "Success"

View File

@@ -0,0 +1,3 @@
{
"include": ["."]
}