mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
JS: support additional export statements for Flow
This commit is contained in:
5
javascript/extractor/tests/flow/input/export.js
Normal file
5
javascript/extractor/tests/flow/input/export.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export { a } from "m";
|
||||
export * from "m";
|
||||
export type { b } from "m";
|
||||
export type * from "m";
|
||||
export type * as fooTypes from "foo";
|
||||
Reference in New Issue
Block a user