committed by
GitHub
parent
20d2b4f98d
commit
e4f3964f67
6
node_modules/@babel/generator/lib/generators/flow.js
generated
vendored
6
node_modules/@babel/generator/lib/generators/flow.js
generated
vendored
@ -219,14 +219,14 @@ function DeclareExportDeclaration(node) {
|
||||
this.space();
|
||||
}
|
||||
|
||||
FlowExportDeclaration.apply(this, arguments);
|
||||
FlowExportDeclaration.call(this, node);
|
||||
}
|
||||
|
||||
function DeclareExportAllDeclaration() {
|
||||
function DeclareExportAllDeclaration(node) {
|
||||
this.word("declare");
|
||||
this.space();
|
||||
|
||||
_modules.ExportAllDeclaration.apply(this, arguments);
|
||||
_modules.ExportAllDeclaration.call(this, node);
|
||||
}
|
||||
|
||||
function EnumDeclaration(node) {
|
||||
|
Reference in New Issue
Block a user