mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
JS: Add reproduction test
This commit is contained in:
5
javascript/ql/test/library-tests/TypeScript/RegressionTests/CyclicAlias/test.d.ts
vendored
Normal file
5
javascript/ql/test/library-tests/TypeScript/RegressionTests/CyclicAlias/test.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import Foo = Foo.Bar;
|
||||
|
||||
declare namespace Foo {
|
||||
var Bar: {};
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
// Just check that extraction succeeds
|
||||
select "Success"
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"include": ["."]
|
||||
}
|
||||
Reference in New Issue
Block a user