Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Fill data with electron as a target. #229

Merged
merged 11 commits into from
Mar 29, 2017
Prev Previous commit
Next Next commit
Add debug fixtures for electron.
  • Loading branch information
yavorsky committed Mar 28, 2017
commit d60010f29406975ec037b27e09e8b8cb5b75eb3c
11 changes: 11 additions & 0 deletions test/debug-fixtures/electron/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"presets": [
["../../lib", {
"debug": true,
"targets": {
"electron": 0.36
},
"useBuiltIns": true
}]
]
}
68 changes: 68 additions & 0 deletions test/debug-fixtures/electron/stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
babel-preset-env: `DEBUG` option

Using targets:
{
"electron": 0.36
}

Modules transform: commonjs

Using plugins:
transform-es2015-block-scoping {"electron":0.36}
check-es2015-constants {"electron":0.36}
transform-es2015-destructuring {"electron":0.36}
transform-es2015-for-of {"electron":0.36}
transform-es2015-function-name {"electron":0.36}
transform-es2015-parameters {"electron":0.36}
transform-es2015-sticky-regex {"electron":0.36}
transform-es2015-unicode-regex {"electron":0.36}
transform-regenerator {"electron":0.36}
transform-exponentiation-operator {"electron":0.36}
transform-async-to-generator {"electron":0.36}
syntax-trailing-function-commas {"electron":0.36}

Using polyfills:
es6.typed.int8-array {"electron":0.36}
es6.typed.uint8-array {"electron":0.36}
es6.typed.uint8-clamped-array {"electron":0.36}
es6.typed.int16-array {"electron":0.36}
es6.typed.uint16-array {"electron":0.36}
es6.typed.int32-array {"electron":0.36}
es6.typed.uint32-array {"electron":0.36}
es6.typed.float32-array {"electron":0.36}
es6.typed.float64-array {"electron":0.36}
es6.map {"electron":0.36}
es6.set {"electron":0.36}
es6.weak-map {"electron":0.36}
es6.weak-set {"electron":0.36}
es6.reflect.apply {"electron":0.36}
es6.reflect.construct {"electron":0.36}
es6.reflect.define-property {"electron":0.36}
es6.reflect.delete-property {"electron":0.36}
es6.reflect.get {"electron":0.36}
es6.reflect.get-own-property-descriptor {"electron":0.36}
es6.reflect.get-prototype-of {"electron":0.36}
es6.reflect.has {"electron":0.36}
es6.reflect.is-extensible {"electron":0.36}
es6.reflect.own-keys {"electron":0.36}
es6.reflect.prevent-extensions {"electron":0.36}
es6.reflect.set {"electron":0.36}
es6.reflect.set-prototype-of {"electron":0.36}
es6.promise {"electron":0.36}
es6.symbol {"electron":0.36}
es6.function.name {"electron":0.36}
es6.regexp.flags {"electron":0.36}
es6.regexp.match {"electron":0.36}
es6.regexp.replace {"electron":0.36}
es6.regexp.split {"electron":0.36}
es6.regexp.search {"electron":0.36}
es6.array.from {"electron":0.36}
es7.object.values {"electron":0.36}
es7.object.entries {"electron":0.36}
es7.object.get-own-property-descriptors {"electron":0.36}
es7.string.pad-start {"electron":0.36}
es7.string.pad-end {"electron":0.36}
web.timers {"electron":0.36}
web.immediate {"electron":0.36}
web.dom.iterable {"electron":0.36}
src/in.js -> lib/in.js