Sebastian McKenzie
|
70d896d609
|
rename runtime script to runtime-generator
|
2014-12-29 01:24:57 +11:00 |
|
guybedford
|
295bab544b
|
re-exporting in setters
|
2014-12-28 14:43:56 +02:00 |
|
guybedford
|
cfe05ca10d
|
exported variable declarations hoist along with functions
|
2014-12-28 14:41:32 +02:00 |
|
guybedford
|
da72182219
|
make modules anonymous
|
2014-12-28 14:38:52 +02:00 |
|
Sebastian McKenzie
|
c509d06bc2
|
vaoid being greedy when destructuring array iterables
|
2014-12-28 11:04:00 +11:00 |
|
Sebastian McKenzie
|
6df6652629
|
better circular references in amd/umd/system module formatter
|
2014-12-28 09:35:47 +11:00 |
|
Sebastian McKenzie
|
b63bd8cba0
|
remove interopRequire from system module formatter
|
2014-12-28 01:14:08 +11:00 |
|
Sebastian McKenzie
|
a4ea71b85d
|
Merge pull request #337 from guybedford/master
Correct system format base support tests
|
2014-12-28 01:03:35 +11:00 |
|
Sebastian McKenzie
|
322aa246b8
|
fix automatic closure on private declarations - fixes #335
|
2014-12-28 01:01:13 +11:00 |
|
Sebastian McKenzie
|
601bbb86cd
|
remap UpdateExpression in module exports - closes #334
|
2014-12-28 01:00:53 +11:00 |
|
guybedford
|
5c39685650
|
correct system format base support tests
|
2014-12-27 15:59:52 +02:00 |
|
Sebastian McKenzie
|
4fd007948c
|
fix system modules exports from test
|
2014-12-27 21:34:20 +11:00 |
|
Sebastian McKenzie
|
f4e516e8ce
|
fix tests as per acorn upgrade
|
2014-12-27 21:29:24 +11:00 |
|
Sebastian McKenzie
|
df66fa0a7f
|
heavily simplify system module formatter and share common code between them all
|
2014-12-27 21:23:53 +11:00 |
|
Sebastian McKenzie
|
0a85211e8e
|
fix traverse blacklist test
|
2014-12-27 21:22:34 +11:00 |
|
Sebastian McKenzie
|
ac8fc24fdb
|
fix traverse test to reflect the new api
|
2014-12-27 19:16:06 +11:00 |
|
Sebastian McKenzie
|
22851cd1ac
|
clean up system module formatter
|
2014-12-27 19:12:31 +11:00 |
|
Sebastian McKenzie
|
987dc0692f
|
Merge branch 'feat-system-module-rewrite' of https://github.com/douglasduteil/6to5 into 2.0.0
Conflicts:
lib/6to5/transformation/modules/system.js
test/fixtures/transformation/es6-modules-system/exports-from/expected.js
|
2014-12-27 17:05:21 +11:00 |
|
Sebastian McKenzie
|
560d60e3e7
|
fix formatting on react display name object declaration actual test
|
2014-12-27 17:02:00 +11:00 |
|
Sebastian McKenzie
|
0b232ed228
|
add api opts.ast === false test
|
2014-12-27 17:00:58 +11:00 |
|
Sebastian McKenzie
|
9053e0dedf
|
ignore bin tests under instanbul
|
2014-12-27 17:00:46 +11:00 |
|
Sebastian McKenzie
|
873e820210
|
add unknown module formatter test
|
2014-12-27 17:00:38 +11:00 |
|
Sebastian McKenzie
|
27bb08eadf
|
add amd module name test
|
2014-12-27 17:00:27 +11:00 |
|
Sebastian McKenzie
|
bea903c69f
|
add modules remap tests
|
2014-12-27 17:00:20 +11:00 |
|
Sebastian McKenzie
|
fa71f2a7f9
|
Merge branch 'core-js' into 2.0.0
Conflicts:
lib/6to5/polyfill.js
|
2014-12-25 14:27:29 +11:00 |
|
Sebastian McKenzie
|
694a8dc456
|
rename helper functions to be more reflective of what they do
|
2014-12-22 23:23:59 +11:00 |
|
Sebastian McKenzie
|
2df1ca3971
|
properly freeze tagged template literal object #328
|
2014-12-22 22:07:45 +11:00 |
|
Sebastian McKenzie
|
bc914e6f23
|
freeze tagged template literal object - fixes #328
|
2014-12-22 21:36:59 +11:00 |
|
Sebastian McKenzie
|
4ea425ac7b
|
remove ParenthesizedExpression
|
2014-12-22 21:36:33 +11:00 |
|
Sebastian McKenzie
|
a3eb8900a9
|
add if super check to constructor default
|
2014-12-18 01:09:24 +11:00 |
|
Douglas Duteil
|
104b1f4c9b
|
feat(system-module): rewrite
|
2014-12-17 02:36:47 +01:00 |
|
Sebastian McKenzie
|
a03d491ac6
|
microoptimize module formatters, change method names to a new API, and add support for exporting multiple variable declarators - fixes #299
|
2014-12-15 22:34:49 +11: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 |
|
Casey Foster
|
f4fdc3adc6
|
Fix incorrect object reference in #295
|
2014-12-14 20:57:32 -06:00 |
|
Casey Foster
|
5da4397392
|
Add interop require support for AMD and UMD
|
2014-12-14 20:44:38 -06: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
|
833a4900da
|
remove IIFE on class declarations #288
|
2014-12-13 17:33:35 +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
|
c7d69b2f92
|
block scope constants
|
2014-12-10 23:49:13 +11:00 |
|
Sebastian McKenzie
|
01934b6960
|
fix default import generation
|
2014-12-10 23:18:23 +11:00 |
|
Sebastian McKenzie
|
072fff0f4c
|
clean up system modules formatter
|
2014-12-10 21:11:43 +11:00 |
|
Sebastian McKenzie
|
4a439857d2
|
make mutators enumerable
|
2014-12-10 21:11:13 +11:00 |
|
Sebastian McKenzie
|
187f7ba01e
|
Remove regenerator finished generator error
|
2014-12-10 21:10:59 +11:00 |
|
Sebastian McKenzie
|
e6da342e8b
|
add a "spec" transformer namespace for transformers that nicen up code and make it well, more spec compliant
|
2014-12-10 21:09:58 +11:00 |
|
Sebastian McKenzie
|
8e96130bc0
|
rename common to commonStrict and commonInterop to common
|
2014-12-10 21:08:54 +11:00 |
|
Sebastian McKenzie
|
b32d56a168
|
remove 6to5-node filenames test
|
2014-12-09 23:32:25 +11:00 |
|