mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 04:47:03 +03:00
fix(node-swc/types): Add a missing field of ExportNamedDeclaration
(#3822)
This commit is contained in:
parent
f044a37150
commit
bde7577098
@ -1515,6 +1515,8 @@ export interface ExportNamedDeclaration extends Node, HasSpan {
|
||||
specifiers: ExportSpecifier[];
|
||||
|
||||
source?: StringLiteral;
|
||||
|
||||
typeOnly: boolean;
|
||||
}
|
||||
|
||||
export interface ExportDefaultDeclaration extends Node, HasSpan {
|
||||
|
Loading…
Reference in New Issue
Block a user