Nikolai Tillmann
efefe828f9
Preserve null in babel-types' clone and deepClone. ( #4853 )
...
* Preserve null in babel-types' clone and deepClone.
* Also respect undefined when cloning.
* Updating last test to reflect original test case "[,0]"
2016-11-17 08:52:04 -05:00
Henry Zhu
e6901792a1
pr template [skip ci]
2016-11-17 00:29:45 -05:00
Henry Zhu
b86f618a5a
npm downloads [skip ci]
2016-11-16 15:41:58 -05:00
Henry Zhu
754a6ed8c0
v6.19.0
2016-11-16 11:15:30 -05:00
Henry Zhu
ca33c8fa05
v6.19.0 changelog [skip ci] ( #4846 )
2016-11-16 10:27:28 -05:00
Henry Zhu
54dc01440b
add jsonCompatibleStrings option [skip ci]
2016-11-15 16:53:33 -05:00
Henry Zhu
4462d59acd
refactor: switch ancestory/descendant logic [skip ci]
...
- Ref https://github.com/babel/babel/pull/4836#discussion_r88118790 @jridgewell
2016-11-15 16:41:08 -05:00
Boopathi Rajaa
55a47a8819
Add path utilities isAncestor and isDescendant ( #4836 )
...
* Add path utilities isAncestor and isDescendant
* Create ancestry.js
2016-11-15 16:36:45 -05:00
Moti Zilberman
f8ddd80f96
Greater spec compliance for class properties ( #4544 )
...
* Desugar class properties to Object.defineProperty per spec
* Define uninitialized static class properties with value=undefined
* Make class-properties increased spec compliance opt-in (spec: true)
2016-11-15 16:35:51 -05:00
Juriy Zaytsev
cf3a38fb40
Add jsonCompatibleStrings option to generator ( #4827 )
2016-11-15 15:03:41 -05:00
Henry Zhu
8475b6ec02
fix lint
2016-11-15 14:51:26 -05:00
Sam Pepose
db85bdc3fc
Added flowCommaSeparator option for object types ( #3547 )
2016-11-15 14:43:42 -05:00
Henry Zhu
6a6ec8785b
Start babel-types tests, add isNodesEquivalent ( #3553 )
2016-11-15 14:24:20 -05:00
Henry Zhu
c36f523737
updated PULL_REQUEST_TEMPLATE [skip ci] ( #4844 )
2016-11-15 12:08:19 -05:00
Henry Zhu
46b216cfa7
Add toc, team section [skip ci] ( #4802 )
2016-11-15 12:04:47 -05:00
Richy HBM
c162cfc2f8
Update PR template to close an issue via the PR ( #4842 ) [skip ci]
2016-11-15 11:33:29 -05:00
Henry Zhu
5e0508d57c
object rest - fix when destructuring in variables/parameters ( #4755 )
...
* object rest - fix when destructuring in variables/parameters
* fixes + ExportNamedDeclaration support
* Account for CatchClause
* support ForXStatement
* support assignment expression? + PR fixes
2016-11-15 11:31:03 -05:00
Shine Wang
5075f3cb6f
Bug fix for printing minified literals ( #4830 )
...
* Fixed minified literal generator: now prints the shorter of `raw` and `value`.
2016-11-15 10:50:57 -05:00
Boopathi Rajaa
dbc1371ba9
Add clearCache and clearPath as separate APIs under traverse ( #4835 )
2016-11-15 10:48:59 -05:00
Henry Zhu
d0c884b9d4
Merge pull request #4789 from guybedford/system-dynamic-import
...
Support import() as contextual import in system module format
2016-11-14 18:00:06 -05:00
Henry Zhu
62ae3c7ee8
Fix system transformer to ensure consistent modules iteration ( #4832 )
...
* include test for number specifiers
* use ordered modules array over object properties
2016-11-14 13:17:54 -05:00
lion
862b387ad7
👕 Fix crlf to lf ( #4837 )
2016-11-13 21:42:08 +01:00
lion
7b8ba2d9ef
FIx typo in CHANGELOG.md [skip ci] ( #4838 )
2016-11-13 21:41:32 +01:00
guybedford
76702a3a57
use ordered modules array over object properties
2016-11-11 17:48:14 +02:00
guybedford
bd251f236b
include test for number specifiers
2016-11-11 17:48:13 +02:00
guybedford
d8c83bba52
make syntax-dynamic-import optional
2016-11-11 10:15:31 +02:00
guybedford
d62403753c
babel-plugin-syntax-dynamic-import as a dependency of babel-plugin-transform-es2015-modules-systemjs
2016-11-11 09:57:44 +02:00
guybedford
11a2f07692
support import() as contextual import in system module format
2016-11-11 09:57:44 +02:00
Samuel Reed
5678e61c0f
fix binding kind of destructured variables. ( #4813 )
...
Fixes #4516 and any other code that hoists into a scope
where function params are destructured.
2016-11-08 13:51:54 -05:00
Scott Stern
723ca0eef8
Chore: FLOW command in makefile and logic in .travis.yml(issue#4710). ( #4807 )
2016-11-04 08:26:45 -04:00
Henry Zhu
b68e9bfba7
v6.18.1-v6.18.2 changelog [skip ci]
2016-11-01 17:39:05 -04:00
Henry Zhu
7b64a9d914
v6.18.2
2016-11-01 17:30:53 -04:00
Henry Zhu
1a974e58d0
v6.18.1
2016-11-01 17:17:16 -04:00
Henry Zhu
9681b530e9
Allow relative paths in babelrc options in options.json ( #4797 )
2016-11-01 16:58:28 -04:00
Henry Zhu
a21100f6b3
show less packages [skip ci] ( #4801 )
2016-11-01 09:04:19 -04:00
Henry Zhu
b6647dd9f5
Update eslint, use codeframe formatter ( #4796 )
2016-10-30 18:53:53 -04:00
Greenkeeper
2b6ff53459
chore(package): update flow-bin to version 0.34.0 ( #4792 )
...
https://greenkeeper.io/
2016-10-29 10:15:25 +02:00
Justin Ridgewell
15eeeb6559
Fix line endings ( #4793 )
2016-10-28 23:44:00 -04:00
Henry Zhu
e1ac315653
fix readme [skip ci]
2016-10-26 17:34:00 -04:00
Greenkeeper
ec49648038
chore(package): update chai to version 3.5.0 ( #4776 )
...
https://greenkeeper.io/
2016-10-25 12:24:25 +02:00
Diogo Franco
35b795ce54
Fix Valid example to be actually valid ( #4773 )
...
* Fix Valid example to be actually valid
* Rename 'pluginName' to 'presetName' in the example
2016-10-25 11:27:20 +02:00
Henry Zhu
cfc5d3feae
docs [skip ci]
2016-10-24 18:58:30 -04:00
Henry Zhu
46e15d9557
v6.18.0 for babel-runtime [skip ci]
2016-10-24 18:46:56 -04:00
Henry Zhu
a6ea9111a5
v6.18.0 changelog fixes [skip ci]
2016-10-24 17:36:07 -04:00
Henry Zhu
12f9cd0826
v6.18.0
2016-10-24 17:18:36 -04:00
Henry Zhu
aae09a27d6
update readme [skip ci]
2016-10-24 16:04:45 -04:00
Henry Zhu
094096c9b3
v6.18.0 changelog ( #4726 ) [skip ci]
...
* changelog: emoji for docs [skip ci]
* v6.18.0 changelog [skip ci]
2016-10-24 15:44:46 -04:00
Andrew Levine
555ee0cb51
Don't treat JSXIdentifier in JSXMemberExpression as HTML tag. Closes #4027 ( #4765 )
2016-10-24 10:42:50 -04:00
Andrew Levine
de46827be7
Handle remapping of JSXIdentifier to MemberExpression in CommonJS transform. Closes #3728 ( #4763 )
2016-10-24 10:23:43 -04:00
Andrew Levine
7cfe5c13e3
Add TEST_DEBUG env var option for test.sh, to enable node 6 debugger ( #4764 )
2016-10-23 23:58:25 -04:00