mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
type(node/swc): Allow null for NamedExportSpecifier.exported
(#3010)
This commit is contained in:
parent
e0c8bbf7a0
commit
bdea89dd95
@ -1566,7 +1566,7 @@ export interface NamedExportSpecifier extends Node, HasSpan {
|
||||
/**
|
||||
* `Some(bar)` in `export { foo as bar }`
|
||||
*/
|
||||
exported: Identifier;
|
||||
exported: Identifier | null;
|
||||
}
|
||||
|
||||
interface HasInterpreter {
|
||||
|
Loading…
Reference in New Issue
Block a user