Skip to content

Commit dc6bdd6

Browse files
committed
add dist files
1 parent e22dcb2 commit dc6bdd6

21 files changed

+2092
-12
lines changed

.babelrc

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
{
2-
"presets": [
3-
"es2015"
4-
],
52
"plugins": [
3+
"check-es2015-constants",
4+
"transform-es2015-arrow-functions",
5+
"transform-es2015-block-scoped-functions",
6+
"transform-es2015-block-scoping",
7+
"transform-es2015-computed-properties",
8+
"transform-es2015-destructuring",
9+
"transform-es2015-duplicate-keys",
10+
"transform-es2015-for-of",
11+
"transform-es2015-function-name",
12+
"transform-es2015-literals",
13+
"transform-es2015-modules-commonjs",
14+
"transform-es2015-object-super",
15+
"transform-es2015-parameters",
16+
"transform-es2015-shorthand-properties",
17+
"transform-es2015-spread",
18+
"transform-es2015-sticky-regex",
19+
"transform-es2015-template-literals",
20+
"transform-es2015-typeof-symbol",
21+
"transform-es2015-unicode-regex",
22+
23+
"transform-async-to-generator",
624
"source-map-support"
725
],
826
"sourceMaps": "inline"

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ os:
77
- osx
88
osx_image: xcode8
99
install:
10+
- npm install
1011
- npm run lint
1112
- npm run build
1213
script:

dist/src/begin-ready.js

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/execute-with-rs.js

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)