Sebastian McKenzie
|
76b8a06e90
|
Merge branch 'master' into 2.0.0
|
2014-12-15 16:35:15 +11:00 |
|
Sebastian McKenzie
|
711f84c826
|
Merge pull request #297 from Dashed/patch-1
Clarify polyfill usage in node env
|
2014-12-15 16:34:55 +11:00 |
|
Alberto Leal
|
4b4ff007e9
|
Clarify polyfill usage in node env
|
2014-12-15 00:34:14 -05:00 |
|
Sebastian McKenzie
|
e31e68cae3
|
use types.isSpecifierDefault in amd modules formatter
|
2014-12-15 14:16:34 +11:00 |
|
Sebastian McKenzie
|
778b4e3a27
|
remove commonStrict module formatter
|
2014-12-15 14:16:18 +11:00 |
|
Sebastian McKenzie
|
6011db7ae1
|
Merge branch 'master' into 2.0.0
|
2014-12-15 14:02:04 +11:00 |
|
Sebastian McKenzie
|
363b1631f5
|
switch to core-js from es6-symbol and es6-shim
Conflicts:
lib/6to5/polyfill.js
|
2014-12-15 14:00:41 +11:00 |
|
Sebastian McKenzie
|
01286ebd5b
|
add custom regenerator runtime to build process
|
2014-12-15 14:00:14 +11:00 |
|
Sebastian McKenzie
|
fe918a3535
|
add async generator functions to docs
|
2014-12-15 14:00:04 +11:00 |
|
Sebastian McKenzie
|
2fb6c7820c
|
microoptimizations
|
2014-12-15 13:59:54 +11:00 |
|
Sebastian McKenzie
|
e7cbbefc11
|
Merge pull request #296 from caseywebdev/fix-295
Fix incorrect object reference in #295
|
2014-12-15 13:58:34 +11:00 |
|
Casey Foster
|
f4fdc3adc6
|
Fix incorrect object reference in #295
|
2014-12-14 20:57:32 -06:00 |
|
Sebastian McKenzie
|
2cd49b08ec
|
add async generator functions to docs
|
2014-12-15 13:56:22 +11:00 |
|
Sebastian McKenzie
|
1b16ff3a0b
|
Revert "switch to core-js from es6-symbol and es6-shim"
This reverts commit 37b2e747d59a057ac6c51e1361fd02d9f75a08dc.
|
2014-12-15 13:54:45 +11:00 |
|
Sebastian McKenzie
|
b7c298a0ee
|
Merge pull request #295 from caseywebdev/amd-umd-interop-require
Add interop require support for AMD and UMD
|
2014-12-15 13:48:59 +11:00 |
|
Casey Foster
|
5da4397392
|
Add interop require support for AMD and UMD
|
2014-12-14 20:44:38 -06:00 |
|
Sebastian McKenzie
|
16b7d59ae5
|
allow async generator functions - closes #10 - thanks @fkling
|
2014-12-15 09:39:24 +11:00 |
|
Sebastian McKenzie
|
ea5954121e
|
disable es6-transpiler
|
2014-12-14 23:58:42 +11:00 |
|
Sebastian McKenzie
|
37b2e747d5
|
switch to core-js from es6-symbol and es6-shim
|
2014-12-14 23:58:31 +11:00 |
|
Sebastian McKenzie
|
3dd6eb1202
|
update acorn-6to5
|
2014-12-14 14:53:00 +11:00 |
|
Sebastian McKenzie
|
e3b63530b1
|
bump version
|
2014-12-14 14:52:25 +11:00 |
|
Sebastian McKenzie
|
319ed09407
|
remove string includes polyfill
|
2014-12-14 14:49:48 +11:00 |
|
Sebastian McKenzie
|
77f9596682
|
update classes tests to work with new _extends method
|
2014-12-14 14:49:37 +11:00 |
|
Sebastian McKenzie
|
00cb90541a
|
add support for experimental private abstract references syntax - closes #291
|
2014-12-14 14:49:25 +11:00 |
|
Sebastian McKenzie
|
e0b6302649
|
add support for private declarations
|
2014-12-14 13:19:22 +11:00 |
|
Sebastian McKenzie
|
d26f441a5c
|
support falsy and null super classes - fixes #284
|
2014-12-14 12:19:24 +11:00 |
|
Sebastian McKenzie
|
11fc7cd0ce
|
rename 6to5-browserify to 6to5ify
|
2014-12-14 12:18:33 +11:00 |
|
Sebastian McKenzie
|
c38428c536
|
make react transformer first
|
2014-12-14 12:18:14 +11:00 |
|
Sebastian McKenzie
|
bf40849e35
|
make ensureProto methods non-enumerable
|
2014-12-14 12:18:03 +11:00 |
|
Sebastian McKenzie
|
194fb77b9c
|
add WithStatement buider keys
|
2014-12-14 12:17:28 +11:00 |
|
Sebastian McKenzie
|
ceb8e812b6
|
expose transformers and types
|
2014-12-14 12:17:16 +11:00 |
|
Sebastian McKenzie
|
3a261a5e05
|
add kexec to optionalDependencies
|
2014-12-13 18:02:26 +11:00 |
|
Sebastian McKenzie
|
4c1ad04b2c
|
fix wrong variable name for bin/6to5-node kexec catch
|
2014-12-13 17:56:17 +11:00 |
|
Sebastian McKenzie
|
0d9e6aca67
|
Merge pull request #289 from monsanto/kexec
run _6to5-node using execvp() if available
|
2014-12-13 17:53:55 +11:00 |
|
Christopher Monsanto
|
aac6303696
|
run _6to5-node using execvp() if available
|
2014-12-13 01:53:36 -05:00 |
|
Sebastian McKenzie
|
833a4900da
|
remove IIFE on class declarations #288
|
2014-12-13 17:33:35 +11:00 |
|
Sebastian McKenzie
|
525169460a
|
add back parentheses generator option
|
2014-12-13 17:32:58 +11:00 |
|
Sebastian McKenzie
|
13785bddb0
|
escape illegal js but valid json unicode characters - fixes #247
|
2014-12-13 14:14:47 +11:00 |
|
Sebastian McKenzie
|
84332da399
|
document format options
|
2014-12-13 12:52:31 +11:00 |
|
Sebastian McKenzie
|
c30abbb52b
|
Merge branch 'flow-types' of https://github.com/RReverser/acorn-jsx
Conflicts:
acorn.js
package.json
|
2014-12-13 12:45:28 +11:00 |
|
Sebastian McKenzie
|
aae7d8190b
|
fix up tests to work with the new method binding operator
|
2014-12-13 12:40:43 +11:00 |
|
Sebastian McKenzie
|
46977807b7
|
fix isX variables not being reset on parseObj
|
2014-12-13 12:33:07 +11:00 |
|
Sebastian McKenzie
|
03dcc335d8
|
Merge branch 'master' into 2.0.0
Conflicts:
CHANGELOG.md
|
2014-12-13 12:20:02 +11:00 |
|
Sebastian McKenzie
|
9ca05b1971
|
v1.15.0
v1.15.0
|
2014-12-13 12:18:05 +11:00 |
|
Sebastian McKenzie
|
2a27b7c16c
|
1.15.0
|
2014-12-13 12:15:32 +11:00 |
|
Sebastian McKenzie
|
c92fd6f0bb
|
remove useless GeneratorFunction aliasing causing issues #283
|
2014-12-13 12:13:03 +11:00 |
|
Sebastian McKenzie
|
3a59b5a151
|
better async contextual identifiers
|
2014-12-13 12:06:42 +11:00 |
|
Sebastian McKenzie
|
24115acee0
|
Add flow type support
|
2014-12-13 05:01:29 +11:00 |
|
Sebastian McKenzie
|
2267344471
|
use # operator instead of : for playground method binding to remove ambiguous syntax
|
2014-12-13 04:37:00 +11:00 |
|
Ingvar Stepanyan
|
f188613e09
|
Add support for unknown entities (treat as ampersand + regular text).
Fixes #10.
|
2014-12-12 18:46:58 +02:00 |
|