This changes the behavior of `runtime.awrap` to match the output of https://github.com/leebyron/async-to-gen.
See this commit for further explanation of why this change is a good idea: e62a7e5008
17 lines
452 B
JSON
17 lines
452 B
JSON
{
|
|
"name": "babel-runtime",
|
|
"version": "6.18.0",
|
|
"description": "babel selfContained runtime",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"dependencies": {
|
|
"core-js": "^2.4.0",
|
|
"regenerator-runtime": "^0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helpers": "^6.6.0",
|
|
"babel-plugin-transform-runtime": "^6.9.0"
|
|
}
|
|
}
|