Sven SAULEAU
f98d824ae7
Fix babel-types README ( #4899 ) [skip ci]
2016-11-28 11:09:41 -05:00
Daniel Tschinder
1d9e509df2
Fix eslint ( #4897 )
...
* Fix eslint call
* Fix linting errors
2016-11-26 11:24:38 -05:00
Henry Zhu
53de56d069
simple intro [skip ci] ( #4890 )
2016-11-24 16:47:48 -05:00
Henry Zhu
457131f219
v0.0.9 changelog [skip ci]
2016-11-24 15:58:09 -05:00
Henry Zhu
bcc2ddbf4e
0.0.9
2016-11-24 15:55:12 -05:00
Henry Zhu
b03180a26c
add opera at the end
2016-11-24 15:54:54 -05:00
Sergey Rubanov
56817f8e7c
Update data generation for latest compat-table ( #50 )
...
* Update data generation for latest compat-table. See https://github.com/kangax/compat-table/pull/964
* fix compat-table version
2016-11-23 23:20:52 -05:00
Henry Zhu
54ce049760
fix headings [skip ci]
2016-11-23 08:09:47 -05:00
Henry Zhu
5739755a48
Add opera ( #48 )
2016-11-23 07:57:24 -05:00
Henry Zhu
7f93092bdc
update description [skip ci]
2016-11-23 07:52:47 -05:00
Henry Zhu
9d0518b715
Readme updates from babel.github.io [skip ci] ( #4884 )
2016-11-22 14:17:17 -05:00
Boopathi Rajaa
7e020272c1
Fix path.evaluate for references before declarations ( #4875 )
2016-11-20 22:44:56 -05:00
Brian Ng
3a27f49c57
Fix identation with empty leading ObjectTypeProperty ( #4862 )
2016-11-19 10:47:41 -05:00
Henry Zhu
19bb830c50
use *, add test for assign-expression in parameter ( #4865 )
2016-11-19 10:45:00 -05:00
Henry Zhu
cd041541b8
Fix bug + Generate test fixtures if no expected.js ( #4858 )
2016-11-17 17:53:46 -05:00
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
Vesa Laakso
cf8591543d
💅 Fix CHANGELOG.md nail polish emoji ( #47 ) [skip-ci]
2016-11-17 07:56:57 -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
38340777d6
0.0.8 changelog [skip ci]
2016-11-16 12:30:44 -05:00
Henry Zhu
713ef4427d
0.0.8
2016-11-16 12:28:14 -05:00
Henry Zhu
1115bec3c3
Only console.log the debug info once ( #46 )
2016-11-16 12:27:39 -05:00
Henry Zhu
d42c6ea3d2
update rest-spread [skip-ci]
2016-11-16 11:30:05 -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
Sergey Rubanov
9ca27436a9
Update data generation for latest compat-table. See https://github.com/kangax/compat-table/pull/960 ( #44 )
2016-11-14 17:42:44 -05:00
Henry Zhu
ac26f3cdfb
Rename ios_saf in browserslist data to ios, ignore unknown browsers ( #43 )
...
* Rename ios_saf in browserslist data to ios, ignore unknown browsers
browserslist queries, especially ones with percentages, often bring in mobile browsers that _probably_ have the similar support level as desktop ones, but since there's no support for them in the data, including them here would just lead to all plugins being enabled always.
It's also easy to get crazy things like `op_mini` or `and_uc` in the results.
Browserslist also reports iOS Safari as `ios_saf`, while the data uses `ios`, so it needs to be renamed.
* Fix lint
2016-11-14 15:19:47 -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