Skip to content

Commit

Permalink
Prepare @babel/core for asynchronicity
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 3, 2019
1 parent bea1b0d commit 494ae83
Show file tree
Hide file tree
Showing 40 changed files with 1,279 additions and 622 deletions.
1 change: 1 addition & 0 deletions lib/third-party-libs.js.flow
Expand Up @@ -4,6 +4,7 @@

declare module "resolve" {
declare export default {
(string, {| basedir: string |}, (err: ?Error, res: string) => void): void;
sync: (string, {| basedir: string |}) => string;
};
}
Expand Down
1 change: 1 addition & 0 deletions packages/babel-core/package.json
Expand Up @@ -42,6 +42,7 @@
"@babel/types": "^7.6.3",
"convert-source-map": "^1.1.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
"json5": "^2.1.0",
"lodash": "^4.17.13",
"resolve": "^1.3.2",
Expand Down

0 comments on commit 494ae83

Please sign in to comment.