Andres Suarez
658f13e030
Replace uses of "lodash/each" with native equivalents
2017-01-15 13:54:54 -08:00
Andres Suarez
2bee765e6b
Replace lodash is* with equivalent typeof check
2017-01-15 13:53:58 -08:00
Logan Smyth
1ab58d6dae
Merge pull request #5042 from zertosh/no-lodash1
...
Use native or lodash util module where full "lodash" is required
2017-01-15 13:53:30 -08:00
Andres Suarez
85b3aec747
Use native or lodash util module where full "lodash" is required
2017-01-15 13:35:00 -08:00
Logan Smyth
5d31316fb1
Merge pull request #5093 from existentialism/issue5090
...
Ensure array is always copied during destructure
2017-01-15 13:10:02 -08:00
Sven SAULEAU
00a34b9c2e
fix: [skip ci] removed description ( #5130 )
2017-01-15 21:48:47 +01:00
Logan Smyth
17b711fa70
Merge pull request #5008 from babel/fix-5004
...
Don't try to visit ArrowFunctionExpression, they cannot be named
2017-01-15 11:47:52 -08:00
Brian Ng
47bb77d352
Update babel-core options in README ( #5114 )
...
* Add wrapPluginVisitorMethod option to babel-core README [skip ci]
* fix typo
* alpha-sort options
* add note about introspection [skip ci]
2017-01-14 16:01:52 -05:00
Logan Smyth
3c2e9c0021
Merge pull request #5110 from loganfsmyth/flowtype-codegen
...
Validate importKind and ensure code generation exists.
2017-01-14 10:41:25 -08:00
Henry Zhu
672adba9a1
enable prefer const ( #5113 )
2017-01-14 09:48:52 -05:00
Sven SAULEAU
982850731e
fix: [skip ci] consistent documentation ( #5111 )
2017-01-14 09:45:20 -05:00
Henry Zhu
d3f3aced40
mention-bot: remove comments [skip ci]
2017-01-14 09:29:45 -05:00
Sven SAULEAU
1691fc959f
Add mention-bot ( #5057 ) [skip ci]
2017-01-14 08:21:58 -05:00
Logan Smyth
80a757819f
Validate importKind and ensure code generation exists.
2017-01-13 22:17:39 -08:00
Logan Smyth
2e6713209c
Merge pull request #5035 from jeffmo/import_type_shorthand
...
Strip Flow's new shorthand import-type specifiers
2017-01-13 21:56:18 -08:00
Brian Ng
761079fac0
Add examples to computed-props and for-of READMEs [skip ci] ( #5096 )
2017-01-13 20:23:13 -05:00
Jeff Morrison
b820d8ebc9
Strip Flow's new shorthand import-type specifiers
2017-01-13 13:24:33 -05:00
Simon Lydell
d2113d4881
babel-code-frame: Upgrade to js-tokens@3 ( #5094 )
...
That version brings a big performance boost.
2017-01-13 12:11:44 -05:00
Sérgio Batista
3a1c0c84fb
Fix broken repository url ( #5100 )
2017-01-13 15:16:07 +01:00
Brian Ng
46d9339488
arrow
2017-01-11 17:12:09 -06:00
Brian Ng
a749907bc2
Ensure array is always copied during destructure
2017-01-11 09:23:21 -06:00
Ryan Tsao
39d18679e1
Fix getBindingIdentifiers in babel-types ( #5068 )
...
* Added getBindingIdentifier tests
* Added failing test for getBindingIdentifiers
* Fix babel-types getBindingIdentifiers
2017-01-09 09:08:07 -05:00
Daniel Tschinder
dc617129f6
Optimize removal-hooks for ArrowFunctions ( #5076 )
2017-01-09 09:05:23 -05:00
Karsten Gohm
de1a76413f
Static function call result comment does not match variable content ( #5077 )
...
static staticProperty, defined in line 18, value is 'babeliscool' but comment on line 33 the given sample output is 'babelIsCool'.
this commit fixes this inconsistency
2017-01-09 09:02:19 -05:00
Anthony Zotti
d1cd179c45
Update LICENSE ( #5058 )
2017-01-05 22:12:12 +01:00
Andrii Bida
3ef99d1467
Fix typo in README.md ( #5070 )
...
Minor typo fix: added the missing space.
2017-01-05 14:43:26 -06:00
Andres Suarez
796c6c0763
Remove unused dependency ( #5038 )
2017-01-05 08:17:16 -05:00
Brian Ng
2a8d3173d3
Remove unused define-map helper from computed-properties ( #5053 )
2017-01-05 08:16:35 -05:00
Brian Ng
f611cab0f5
Fix some doc lint issues ( #5061 )
...
* Remove duplicate usage section from transform-es2015-classes [skip ci]
* Fix doc lint issue with transform-function-bind [skip ci]
2017-01-02 09:01:08 +01:00
Sven SAULEAU
39cda64fe2
docs: [skip ci] incorrect snippet language ( #5059 )
2017-01-01 14:59:50 +01:00
Sven SAULEAU
b443f3e158
Merge pull request #5051 from gitanupam/patch-1
...
Adding more info to the Install section
2016-12-29 08:28:49 +01:00
Sven SAULEAU
fbeadc46ea
[skip ci] merge documentation with the website
2016-12-28 21:49:40 +01:00
gitanupam
438c872e64
Adding more info to the Install section
...
It was confusing to see the Install command for babel-present-react again when the earlier command to install CLI also included babel-preset-react. Hence the edit.
2016-12-28 16:24:00 +05:30
Brian Ng
b1635f8c05
Fix some README links [skip ci] ( #5045 )
2016-12-27 09:30:14 -05:00
Janus Troelsen
b2e6926042
Upgrade glob to v7 ( #5027 )
2016-12-22 23:57:53 +01:00
Henry Zhu
b583829809
remove plugin links, just use the website [skip ci] ( #5031 )
2016-12-22 11:06:00 -05:00
Sven SAULEAU
1f116e1e9d
Merge pull request #5011 from babel/add-team
...
Add Team section [skip ci]
2016-12-22 16:49:28 +01:00
Logan Smyth
f89461906d
Merge pull request #5026 from chicoxyzzy/dont_add_spaces_in_template_literals
...
Remove unnecessary spaces around template element
2016-12-21 21:19:08 -08:00
chico
07b5b0edf8
fix one more fixture
2016-12-21 19:28:36 +03:00
chico
2d7703afd9
Like was discussed in Slack chat with @ljharb and @hzoo spaces was added with no particular reason.
...
https://babeljs.slack.com/archives/discussion/p1481744017001806
I'm still not sure if everything here is correct (for example source maps)
2016-12-21 19:14:39 +03:00
Logan Smyth
ce0c620a9f
Merge pull request #4729 from rmacklin/add-resolvePlugin-and-resolvePreset
...
Add resolvePlugin and resolvePreset methods to babel-core API
2016-12-20 08:42:27 -08:00
Sven SAULEAU
8edc1d9530
Merge pull request #5014 from babel/xtuc-patch-2
...
Update babel-core's README
2016-12-18 15:21:51 +01:00
Logan Smyth
1a8150ef97
v6.21.1
2016-12-17 21:15:33 -08:00
Logan Smyth
405697558e
v6.21.1 changelog [skip ci]
2016-12-17 21:09:26 -08:00
Logan Smyth
545162ff1a
Merge pull request #5015 from loganfsmyth/revert-react-jsx
...
Revert babel-helper-builder-react-jsx change from #4988
2016-12-17 21:07:56 -08:00
Logan Smyth
dbc07220ae
Revert babel-helper-builder-react-jsx change from #4988
2016-12-17 20:50:03 -08:00
Sven SAULEAU
9d76f0b2de
[skip ci] update README
2016-12-17 16:37:45 +01:00
Sven SAULEAU
3ef8e61d72
[skip ci] update babel-core's README
2016-12-17 12:41:49 +01:00
Sven SAULEAU
aaa250c17a
[skip ci] Split members in README
2016-12-17 11:20:02 +01:00
Sven SAULEAU
9fd3f204dd
[skip ci] update README
2016-12-17 11:12:36 +01:00