Sebastian McKenzie
|
508b3531e5
|
Merge pull request #432 from gaearon/perf-stable
Replace _.each and for-in with for loop in hot paths
|
2015-01-10 21:49:37 +11:00 |
|
Sebastian McKenzie
|
9bbf109dc8
|
support UpdateExpressions as MemberExpression objects - fixes #440
|
2015-01-10 16:24:17 +11:00 |
|
Christopher Monsanto
|
393d52088a
|
optional for-of transformer that puts arrays in fast path
|
2015-01-09 20:53:48 -05:00 |
|
Dan Abramov
|
5783973734
|
A few minor perf improvements
|
2015-01-09 22:00:07 +03:00 |
|
Dan Abramov
|
55e01afd0d
|
Improve performance on hot paths by using for loops
|
2015-01-09 16:51:34 +03:00 |
|
Dan Abramov
|
1231dc6cef
|
Replace _.each and for-in with for loop in hot paths
|
2015-01-09 16:00:53 +03:00 |
|
Sebastian McKenzie
|
1536d3de91
|
Revert "add base optional object observe transformer"
This reverts commit b619e843a9ffae2376aafceeb7d0b47ac79f8ac7.
|
2015-01-09 21:18:55 +11:00 |
|
Sebastian McKenzie
|
fddacb1612
|
don't assign array expressions to a temp variable in destructuring #431
|
2015-01-09 21:18:51 +11:00 |
|
Sebastian McKenzie
|
1c8d24f78c
|
remove exportsWildcard helper in favor of defaults #430
|
2015-01-09 20:08:05 +11:00 |
|
Sebastian McKenzie
|
b619e843a9
|
add base optional object observe transformer
|
2015-01-09 19:57:21 +11:00 |
|
Sebastian McKenzie
|
944a9d3908
|
pass exports to exportsWildcard - fixes #430
|
2015-01-09 19:48:11 +11:00 |
|
Sebastian McKenzie
|
fb0fcc7138
|
fix runtime generator breaking the helper inclusion loop - fixes #429
|
2015-01-09 19:31:43 +11:00 |
|
Brian Donovan
|
28d10b8eb4
|
Ensure more than one level of superclass works.
|
2015-01-08 13:33:02 -08:00 |
|
Sebastian McKenzie
|
c5960fb9f7
|
Merge pull request #408 from 6to5/fix-esnext-class-tests
[WIP] Fix super with getters and setters and with class prototypes changing.
|
2015-01-09 07:22:35 +11:00 |
|
Brian Donovan
|
07131576cf
|
Use undefined instead of void 0.
|
2015-01-08 11:59:01 -08:00 |
|
Brian Donovan
|
af1912ab7a
|
Ensure constructors use the current super class.
This is an extension of 324a4a1b22c5cd6b624d7689f8ec97a8c36eb165.
|
2015-01-08 09:31:18 -08:00 |
|
Brian Donovan
|
8c478f29bc
|
Use desc.writable instead of "writable" in desc as suggested by @stefanpenner.
|
2015-01-08 09:21:35 -08:00 |
|
Brian Donovan
|
5b4d6d7ba9
|
Replace superIdentifier with superProperty.
This also disallows the usage of bare `super` that is not part of a
member expression, call expression, or new expression.
|
2015-01-08 09:21:32 -08:00 |
|
Sebastian McKenzie
|
23c16b0094
|
fix github url in no templates directory
|
2015-01-09 00:06:12 +11:00 |
|
Sebastian McKenzie
|
e1c7584280
|
fix computed accessors on objects
|
2015-01-08 23:11:58 +11:00 |
|
Sebastian McKenzie
|
611137c7d7
|
add umd strict and amd strict module formatter, also fix bug with wrong amd module constructor - fixes #415
|
2015-01-08 22:44:51 +11:00 |
|
Sebastian McKenzie
|
6240e5111f
|
add modules common strict formatter - fixes #418
|
2015-01-08 22:29:24 +11:00 |
|
Brian Donovan
|
324a4a1b22
|
Fix super with getters and setters and with class prototypes changing.
|
2015-01-07 21:10:36 -08:00 |
|
Sebastian McKenzie
|
4aba7ec192
|
fix generation tests and add variable kind length
|
2015-01-08 01:00:32 +11:00 |
|
Sebastian McKenzie
|
a924c9c218
|
fix up declarations being split up and use a new algorithm to determine whether or not we should align them
|
2015-01-08 00:54:01 +11:00 |
|
Sebastian McKenzie
|
a2ed0ea9c5
|
only align variable declarations if at least one declarator has an init
|
2015-01-08 00:44:53 +11:00 |
|
Sebastian McKenzie
|
b065d43a6d
|
add custom level to buffer getIndent
|
2015-01-08 00:37:46 +11:00 |
|
Sebastian McKenzie
|
281003c7bd
|
properly align multi declarator var declarations - fixes #413
|
2015-01-08 00:37:32 +11:00 |
|
Sebastian McKenzie
|
6650336c64
|
inherit assign from declaration in destructuring - fixes #413
|
2015-01-08 00:37:07 +11:00 |
|
Sebastian McKenzie
|
f904734695
|
rename prettyPrint to the more descriptive prettyCall
|
2015-01-08 00:36:40 +11:00 |
|
Sebastian McKenzie
|
ca12e87370
|
remove unused variables
|
2015-01-07 22:50:24 +11:00 |
|
Sebastian McKenzie
|
62e406a6fe
|
fix better jsx output
|
2015-01-07 22:47:37 +11:00 |
|
Sebastian McKenzie
|
0d45a8975c
|
normalise module name paths
|
2015-01-07 22:43:05 +11:00 |
|
Sebastian McKenzie
|
8f64fe2332
|
add extends helper instead of using Object.assign
|
2015-01-07 22:42:26 +11:00 |
|
Sebastian McKenzie
|
a8a7587c1f
|
better jsx output #369
|
2015-01-07 22:42:03 +11:00 |
|
Sebastian McKenzie
|
cd23e500a1
|
add back specNoForInOfAssignment transformer
|
2015-01-07 18:30:48 +11:00 |
|
Sebastian McKenzie
|
bf24a0d6b5
|
temporarily disable module collission detections
|
2015-01-07 18:30:33 +11:00 |
|
Sebastian McKenzie
|
fe5b1dc542
|
add reactCompat default to file opts
|
2015-01-07 14:10:37 +11:00 |
|
Sebastian McKenzie
|
f057347ae9
|
add version to browser and node build
|
2015-01-07 14:10:27 +11:00 |
|
Sebastian McKenzie
|
81fb8647b6
|
fixing linting errors
|
2015-01-07 13:58:41 +11:00 |
|
Amjad Masad
|
eef371c3df
|
Add support for React pre v0.12 transform
This uses an option `reactCompat` to emit code that works with React pre v0.12
|
2015-01-06 21:49:35 -05:00 |
|
Sebastian McKenzie
|
2305e2447f
|
fix hasOwnProperty object lookup conflict
|
2015-01-07 13:08:20 +11:00 |
|
Sebastian McKenzie
|
0d23c1cfdb
|
add todo for module collisions
|
2015-01-07 09:56:17 +11:00 |
|
Sebastian McKenzie
|
0dafdd6969
|
better support for import collision checking - todo: check exports for collisions
|
2015-01-07 09:08:34 +11:00 |
|
Sebastian McKenzie
|
1cc606d4d0
|
make import reassignment illegal @eventualbuddha
|
2015-01-07 07:58:04 +11:00 |
|
Sebastian McKenzie
|
2a09c0a5a5
|
fix import specifier and export specifier keys
|
2015-01-07 07:57:36 +11:00 |
|
Lars Kappert
|
50e5bd4680
|
Merge remote-tracking branch 'origin/master' into amd-port-interop
Conflicts:
test/fixtures/transformation/es6-modules-amd/exports-default/expected.js
test/fixtures/transformation/es6-modules-amd/overview/expected.js
test/fixtures/transformation/es6-modules-umd/exports-default/expected.js
test/fixtures/transformation/es6-modules-umd/overview/expected.js
|
2015-01-06 20:21:00 +01:00 |
|
Sebastian McKenzie
|
8c1760bea2
|
fix faulty export default source detection - fixes #406
|
2015-01-07 00:30:41 +11:00 |
|
Sebastian McKenzie
|
ed988dc2bb
|
is t.isValidIdentifier instead of esutils.keyword.isKeywordES6
|
2015-01-06 22:17:32 +11:00 |
|
Sebastian McKenzie
|
2c471968ea
|
remove specBlockHoistFunctions and specNoForInOfAssignment
|
2015-01-06 22:17:15 +11:00 |
|