Add "decoratorsBeforeExport" option to @babel/generator (#7948)

* Add "decoratorsBeforeExport" option to @babel/generator

* Docs
This commit is contained in:
Nicolò Ribaudo
2018-05-27 08:50:26 +02:00
committed by GitHub
parent f699f1bbbf
commit d45ee5e025
18 changed files with 105 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ export type Format = {
style: string,
base: number,
},
decoratorsBeforeExport: boolean,
};
export default class Printer {