@embroider/shared-internals
Advanced tools
Comparing version 2.6.1-unstable.ea895c2 to 2.6.1-unstable.efd6c9a
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "2.6.1-unstable.ea895c2", | ||
"version": "2.6.1-unstable.efd6c9a", | ||
"private": false, | ||
@@ -56,3 +56,3 @@ "description": "Utilities shared among the other embroider packages", | ||
"tmp": "^0.1.0", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -59,0 +59,0 @@ "engines": { |
@@ -24,9 +24,9 @@ import type { NodePath } from '@babel/traverse'; | ||
Program: { | ||
enter(path: NodePath<Babel.types.Program>, state: State): void; | ||
exit(path: NodePath<Babel.types.Program>, state: State): void; | ||
enter(path: NodePath<t.Program>, state: State): void; | ||
exit(path: NodePath<t.Program>, state: State): void; | ||
}; | ||
ExportDefaultDeclaration(path: NodePath<Babel.types.ExportDefaultDeclaration>, state: State): void; | ||
ExportNamedDeclaration(path: NodePath<Babel.types.ExportNamedDeclaration>, state: State): void; | ||
ExportDefaultDeclaration(path: NodePath<t.ExportDefaultDeclaration>, state: State): void; | ||
ExportNamedDeclaration(path: NodePath<t.ExportNamedDeclaration>, state: State): void; | ||
}; | ||
}; | ||
export {}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
157525