We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca5f4b commit db98880Copy full SHA for db98880
javascript/ql/test/library-tests/Modules/arbitrarySpecifier.ts
@@ -3,4 +3,6 @@ import { "Foo::new" as Foo_new } from "./foo.wasm"
3
const foo = Foo_new()
4
5
export { Foo_new as "Foo::new" }
6
-export type * as "Foo_types" from './mod'
+export type * as "Foo_types" from './mod'
7
+
8
+export { "<X>" as "<Y>" } from "somewhere";
0 commit comments