mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
JS: Add crash reproduction to test case
This commit is contained in:
@@ -3,4 +3,6 @@ import { "Foo::new" as Foo_new } from "./foo.wasm"
|
||||
const foo = Foo_new()
|
||||
|
||||
export { Foo_new as "Foo::new" }
|
||||
export type * as "Foo_types" from './mod'
|
||||
export type * as "Foo_types" from './mod'
|
||||
|
||||
export { "<X>" as "<Y>" } from "somewhere";
|
||||
|
||||
Reference in New Issue
Block a user