File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "main" : " lib/index.js" ,
1010 "dependencies" : {
1111 "babel-plugin-transform-class-properties" : " 7.0.0-alpha.12" ,
12- "babel-plugin-transform-unicode-property-regex" : " ^2.0.0" ,
1312 "babel-preset-stage-3" : " 7.0.0-alpha.12"
1413 }
1514}
Original file line number Diff line number Diff line change 11import presetStage3 from "babel-preset-stage-3" ;
22
33import transformClassProperties from "babel-plugin-transform-class-properties" ;
4- import transformUnicodePropertyRegex from "babel-plugin-transform-unicode-property-regex" ;
54
65export default function ( ) {
76 return {
@@ -10,7 +9,6 @@ export default function () {
109 ] ,
1110 plugins : [
1211 transformClassProperties ,
13- transformUnicodePropertyRegex ,
1412 ] ,
1513 } ;
1614}
Original file line number Diff line number Diff line change 1010 "dependencies" : {
1111 "babel-plugin-syntax-dynamic-import" : " 7.0.0-alpha.12" ,
1212 "babel-plugin-transform-async-generator-functions" : " 7.0.0-alpha.12" ,
13- "babel-plugin-transform-object-rest-spread" : " 7.0.0-alpha.12"
13+ "babel-plugin-transform-object-rest-spread" : " 7.0.0-alpha.12" ,
14+ "babel-plugin-transform-unicode-property-regex" : " ^2.0.2"
1415 }
1516}
Original file line number Diff line number Diff line change 11import syntaxDynamicImport from "babel-plugin-syntax-dynamic-import" ;
2- import transformObjectRestSpread from "babel-plugin-transform-object-rest-spread" ;
32import transformAsyncGeneratorFunctions from "babel-plugin-transform-async-generator-functions" ;
3+ import transformObjectRestSpread from "babel-plugin-transform-object-rest-spread" ;
4+ import transformUnicodePropertyRegex from "babel-plugin-transform-unicode-property-regex" ;
45
56export default function ( ) {
67 return {
78 plugins : [
89 syntaxDynamicImport ,
910 transformAsyncGeneratorFunctions ,
1011 transformObjectRestSpread ,
12+ transformUnicodePropertyRegex ,
1113 ] ,
1214 } ;
1315}
You can’t perform that action at this time.
0 commit comments