Skip to content

Commit db98880

Browse files
committed
JS: Add crash reproduction to test case
1 parent bca5f4b commit db98880

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

javascript/ql/test/library-tests/Modules/arbitrarySpecifier.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ import { "Foo::new" as Foo_new } from "./foo.wasm"
33
const foo = Foo_new()
44

55
export { Foo_new as "Foo::new" }
6-
export type * as "Foo_types" from './mod'
6+
export type * as "Foo_types" from './mod'
7+
8+
export { "<X>" as "<Y>" } from "somewhere";

0 commit comments

Comments
 (0)