File tree Expand file tree Collapse file tree
packages/babel-plugin-transform-runtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 ],
1818 "browser" : {
1919 "./lib/get-runtime-path/index.js" : " ./lib/get-runtime-path/browser.js" ,
20- "./src/get-runtime-path/index.js " : " ./src/get-runtime-path/browser.js "
20+ "./src/get-runtime-path/index.ts " : " ./src/get-runtime-path/browser.ts "
2121 },
2222 "dependencies" : {
2323 "@babel/helper-module-imports" : " workspace:^7.13.12" ,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2727 " ./packages/babel-plugin-proposal-async-do-expressions/src/**/*.ts" ,
2828 " ./packages/babel-plugin-syntax-async-do-expressions/src/**/*.ts" ,
2929 " ./packages/babel-plugin-transform-react-jsx/src/**/*.ts" ,
30+ " ./packages/babel-plugin-transform-runtime/src/**/*.ts" ,
3031 " ./packages/babel-plugin-transform-typescript/src/**/*.ts" ,
3132 " ./packages/babel-template/src/**/*.ts" ,
3233 " ./packages/babel-traverse/src/**/*.ts" ,
109110 "@babel/plugin-transform-react-jsx" : [
110111 " ./packages/babel-plugin-transform-react-jsx/src"
111112 ],
113+ "@babel/plugin-transform-runtime" : [
114+ " ./packages/babel-plugin-transform-runtime/src"
115+ ],
112116 "@babel/plugin-transform-typescript" : [
113117 " ./packages/babel-plugin-transform-typescript/src"
114118 ],
You can’t perform that action at this time.
0 commit comments