convert @babel/generator to TypeScript (#12487)

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
Bogdan Savluk
2021-01-27 19:21:07 +01:00
committed by GitHub
parent 45fdde0ce2
commit 9ac36b136a
23 changed files with 982 additions and 513 deletions

View File

@@ -172,3 +172,8 @@ declare module "@babel/helper-split-export-declaration" {
declare module "@babel/traverse" {
declare module.exports: any;
}
declare module "@babel/generator" {
declare module.exports: any;
}