Sebastian McKenzie
|
64f9f4dff5
|
only check declarations in let scoping reference check
|
2015-01-06 10:36:49 +11:00 |
|
Lars Kappert
|
abc90778e8
|
Test for exportIdentifier before building exportDeclaration
|
2015-01-05 21:17:12 +01:00 |
|
Lars Kappert
|
56f1683f06
|
Also test for "module" identifier if needed
|
2015-01-05 14:57:52 +01:00 |
|
Lars Kappert
|
520dd7e947
|
Add types.TypeOfExpression
|
2015-01-05 14:51:50 +01:00 |
|
Sebastian McKenzie
|
145413dbfd
|
Merge pull request #396 from caspervonb/master
Add .es to register extensions
|
2015-01-05 20:55:36 +11:00 |
|
Casper Beyer
|
8c58e0f14c
|
Add .es extension to util.canCompile
|
2015-01-05 16:43:00 +08:00 |
|
Casper Beyer
|
d62914e41c
|
Amend require documentation to include '.es' extension
|
2015-01-05 16:35:01 +08:00 |
|
Casper Beyer
|
85db67edf4
|
Add .es to register extensions
.es is a known ecmascript file extension and should be handled by the loader
See RFC 4329, 8.2.
|
2015-01-05 16:10:41 +08:00 |
|
Sebastian McKenzie
|
348ad2e25c
|
better dynamic imports - fixes #393
|
2015-01-05 12:40:12 +11:00 |
|
Sebastian McKenzie
|
5ce8ee6c2b
|
add inheritance type check to tests
|
2015-01-05 12:39:46 +11:00 |
|
Sebastian McKenzie
|
98ad5d42e1
|
add optional typeof symbol test options
|
2015-01-05 12:39:12 +11:00 |
|
Sebastian McKenzie
|
b12734abd6
|
only run traceur and esnext on ALL_6TO5_TESTS environment variable
|
2015-01-05 12:39:01 +11:00 |
|
Sebastian McKenzie
|
f34907d518
|
add make bootstrap
|
2015-01-05 12:38:34 +11:00 |
|
Sebastian McKenzie
|
3bd6ec20c1
|
remove regenerator tests and git submodule regenerator
|
2015-01-05 12:38:26 +11:00 |
|
Sebastian McKenzie
|
b8d4479333
|
fix linting error
|
2015-01-05 10:24:23 +11:00 |
|
Sebastian McKenzie
|
ed833be34a
|
force computed property on number literal property
|
2015-01-05 10:23:30 +11:00 |
|
Sebastian McKenzie
|
16024242b0
|
add type check to inherits template
|
2015-01-05 10:23:06 +11:00 |
|
Sebastian McKenzie
|
77add8704e
|
alias hidden properties onto it's transformer instance
|
2015-01-05 10:22:27 +11:00 |
|
Sebastian McKenzie
|
9fd1ec0596
|
more reliable toValidIdentifier checking, including reserved words
|
2015-01-05 10:22:06 +11:00 |
|
Sebastian McKenzie
|
90ce4e93ed
|
don't break let reference checking on loops in let scoping
|
2015-01-05 10:21:50 +11:00 |
|
Sebastian McKenzie
|
cf7b9234c1
|
make typeofSymbol transformer optional
|
2015-01-05 10:21:32 +11:00 |
|
Sebastian McKenzie
|
f85eeeb93c
|
fix blockHoist and declarations transformers unneccesarily unshifting use strict statements
|
2015-01-05 10:21:24 +11:00 |
|
Sebastian McKenzie
|
45d0eea842
|
fix native type constructor spread - closes #373
|
2015-01-05 10:20:36 +11:00 |
|
Sebastian McKenzie
|
b0c9d3daa4
|
Merge branch 'master' into traceur
|
2015-01-05 10:19:41 +11:00 |
|
Sebastian McKenzie
|
3f152bfc3f
|
upgrade core-js from 0.3.3 to 0.40 and regenerator from 0.8.2 to 0.8.3
|
2015-01-05 10:19:01 +11:00 |
|
Sebastian McKenzie
|
ffbfa5281b
|
move esnext tests into their own fixtures folder
|
2015-01-05 10:18:42 +11:00 |
|
Sebastian McKenzie
|
7f87ca0d43
|
move traceur test suite to a git submodule
|
2015-01-05 10:18:30 +11:00 |
|
Sebastian McKenzie
|
a8fad4b958
|
add traceur gits ubmodule
|
2015-01-05 10:17:23 +11:00 |
|
Sebastian McKenzie
|
945ea145e7
|
remove esnext from differences table
|
2015-01-05 10:17:09 +11:00 |
|
Sebastian McKenzie
|
4f10bcedda
|
Merge pull request #392 from thejameskyle/changlog-tags
Add tags to top of changelog
|
2015-01-05 10:15:36 +11:00 |
|
James Kyle
|
601b3d584f
|
Add tags to top of changelog
|
2015-01-04 14:41:17 -08:00 |
|
Sebastian McKenzie
|
42878f85fe
|
Merge pull request #391 from thejameskyle/extend-null-check
Make parent constructor check explicit when extending from null
|
2015-01-05 09:14:33 +11:00 |
|
James Kyle
|
3b4c9c415e
|
Make parent constructor check explicit when extending from null - fixes #386
|
2015-01-04 13:45:13 -08:00 |
|
Sebastian McKenzie
|
7345899343
|
Merge pull request #389 from caspervonb/master
Make build target the default target
|
2015-01-05 03:01:32 +11:00 |
|
Casper Beyer
|
316102ab14
|
Make build target the default target
The top target is implicitly the default target, having this as *clean*
is rather unothodox, usually it would be the executable or library target.
|
2015-01-04 23:53:28 +08:00 |
|
Sebastian McKenzie
|
4c2b85deec
|
better NewExpression paren insertion
|
2015-01-05 01:06:41 +11:00 |
|
Sebastian McKenzie
|
108784db20
|
add typeof and interop-require-wildcard helpers
|
2015-01-05 01:06:28 +11:00 |
|
Sebastian McKenzie
|
a3b30bae7a
|
better traceur test api
|
2015-01-05 01:06:16 +11:00 |
|
Sebastian McKenzie
|
6420954c53
|
remove traceur tests
|
2015-01-05 01:06:07 +11:00 |
|
Sebastian McKenzie
|
a6fda01fa0
|
Merge branch 'master' into traceur
Conflicts:
package.json
|
2015-01-05 00:53:59 +11:00 |
|
Sebastian McKenzie
|
655cc8fcb9
|
v2.5.0
v2.5.0
|
2015-01-05 00:17:35 +11:00 |
|
Sebastian McKenzie
|
97a504bbef
|
2.5.0 changelog
|
2015-01-05 00:16:39 +11:00 |
|
Sebastian McKenzie
|
bf3443962b
|
disable failing esnext tests
|
2015-01-05 00:15:46 +11:00 |
|
Sebastian McKenzie
|
a4394494ef
|
remove noDuplicateProperties test
|
2015-01-05 00:15:37 +11:00 |
|
Sebastian McKenzie
|
2b333de81f
|
add basic support for assignment patterns
|
2015-01-05 00:07:50 +11:00 |
|
Sebastian McKenzie
|
b81f824b7e
|
normalise wildcard import into a default object
|
2015-01-05 00:07:22 +11:00 |
|
Sebastian McKenzie
|
9bfb8c440a
|
add optional typeof symbol transformer
|
2015-01-05 00:06:57 +11:00 |
|
Sebastian McKenzie
|
9a6c13a6a4
|
Merge branch 'esnext'
Conflicts:
package.json
|
2015-01-05 00:03:53 +11:00 |
|
Lars Kappert
|
17ce21509d
|
Move exports identifier from UMD template to commonArgs
|
2015-01-04 12:59:25 +01:00 |
|
Lars Kappert
|
a4c8895dc3
|
Conditionally pass "module" arg to AMD/UMD factory
|
2015-01-04 12:58:52 +01:00 |
|