Convert @babel/traverse to TypeScript (#12488)

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
Bogdan Savluk
2021-01-24 01:33:09 +01:00
committed by GitHub
parent cd090e9842
commit d98418efbe
37 changed files with 2023 additions and 368 deletions

View File

@@ -168,3 +168,7 @@ declare module "@babel/helper-function-name" {
declare module "@babel/helper-split-export-declaration" {
declare export default function splitExportDeclaration(exportDeclaration: any): any;
}
declare module "@babel/traverse" {
declare module.exports: any;
}