File tree 3 files changed +14
-13
lines changed 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "presets" : [
3
+ " es2015"
4
+ ],
5
+ "plugins" : [
6
+ " syntax-async-functions" ,
7
+ " transform-class-properties" ,
8
+ " transform-flow-strip-types" ,
9
+ " transform-object-rest-spread" ,
10
+ " transform-regenerator" ,
11
+ " transform-runtime"
12
+ ]
13
+ }
Original file line number Diff line number Diff line change 7
7
.idea
8
8
npm-debug.log
9
9
10
+ .babelrc
10
11
CONTRIBUTING.md
11
12
node_modules
12
13
coverage
Original file line number Diff line number Diff line change 20
20
"options" : {
21
21
"mocha" : " --require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"
22
22
},
23
- "babel" : {
24
- "presets" : [
25
- " es2015"
26
- ],
27
- "plugins" : [
28
- " syntax-async-functions" ,
29
- " transform-class-properties" ,
30
- " transform-flow-strip-types" ,
31
- " transform-object-rest-spread" ,
32
- " transform-regenerator" ,
33
- " transform-runtime"
34
- ]
35
- },
36
23
"scripts" : {
37
24
"test" : " npm run lint && npm run check && npm run testonly" ,
38
25
"testonly" : " babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha" ,
You can’t perform that action at this time.
0 commit comments