greenkeeper[bot]
68a173c97c
Update eslint-config-babel to the latest version 🚀 ( #299 )
...
* chore(package): update eslint-config-babel to version 6.0.0
https://greenkeeper.io/
* Fix linting
2017-01-15 11:12:49 +01: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
Brian Ng
9d78213ab6
Improve error message on attempt to destructure named import ( #288 )
2017-01-14 15:38:30 +01:00
Henry Zhu
d3f3aced40
mention-bot: remove comments [skip ci]
2017-01-14 09:29:45 -05:00
Daniel Tschinder
b918554d73
Correct indent eslint rule config ( #276 )
...
* Change indent rule to correctly lint
* Remove rule again
2017-01-14 15:11:50 +01:00
greenkeeper[bot]
62d1970f77
Update eslint-config-babel to the latest version 🚀 ( #293 )
...
* chore(package): update eslint-config-babel to version 5.0.0
https://greenkeeper.io/
* fix lint warnings
2017-01-14 15:04:10 +01:00
Sven SAULEAU
1691fc959f
Add mention-bot ( #5057 ) [skip ci]
2017-01-14 08:21:58 -05:00
Kai Cataldo
a465d2580e
devDeps: remove eslint-plugin-babel ( #292 )
2017-01-14 08:01:13 -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
Artem Yavorsky
2450f7a5ae
Add configuration example to clarify debug: true
2017-01-14 02:57:29 +02: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
Artem Yavorsky
5fe1ee3a6a
README: Update debug: true example.
2017-01-13 12:18:24 +02:00
Daniel Tschinder
7a3e717f15
Update yarn.lock
2017-01-12 22:55:00 +01:00
Daniel Tschinder
8f7a19e3ad
Update cross-env to 3.x
2017-01-12 22:53:48 +01:00
Sergey Rubanov
b72d4d40a5
[7.0] Remove node 0.10, 0.12 and 5 from Travis ( #284 )
...
* Remove node 0.10, 0.12 and 5 from Travis
* add engines to package.json
2017-01-12 22:51:05 +01:00
Daniel Tschinder
5785f0ce72
Merge branch 'master' into 7.0
2017-01-12 22:42:25 +01:00
Daniel Tschinder
13bebfdf45
Fail tests that have expected.json and throws-option ( #285 )
...
* Fail tests that have expected.json and throws
* Remove obsolete test files
2017-01-12 22:38:41 +01:00
Brian Ng
46d9339488
arrow
2017-01-11 17:12:09 -06:00
Henry Zhu
28e54d4d5f
Update compat-table, build data ( #135 )
2017-01-11 15:03:10 -05:00
Brian Ng
a749907bc2
Ensure array is always copied during destructure
2017-01-11 09:23:21 -06:00
Brian Ng
cb260bff06
Merge pull request #136 from yavorsky/changelog-typo
...
Fix CHANGELOG’s v1.1.8 updates typo.
2017-01-11 08:01:13 -06:00
Artem Yavorsky
7552cb5b0a
Fix CHANGELOG’s v1.1.8 updates typo.
2017-01-11 12:46:35 +02:00
Daniel Tschinder
aa1a4be5ec
6.15.0
2017-01-10 22:38:45 +01:00
Daniel Tschinder
fdc106c9b6
Update yarn.lock
2017-01-10 22:37:36 +01:00
Daniel Tschinder
0f0b7290f4
Changelog 6.15.0 ( #283 )
...
* Update CHANGELOG.md
* Update CHANGELOG.md [skip ci]
2017-01-10 22:35:19 +01:00
Henry Zhu
6edb5a46a1
1.1.8
2017-01-10 14:34:05 -05:00
Henry Zhu
70bebfae93
update changelog [skip ci]
2017-01-10 14:33:55 -05:00
Sven SAULEAU
ed13a4ab05
Refactor tokenizer types file ( #263 )
...
* refactor(tokenizer): use class for keywork tokens
* refactor(tokenizer): re-use constacts in types
* refactor(tokenizer): binop token type
* feat(tokenizer): use beforeAndStartExpr for shortcut
* fix(tokenizer): typo in keywordTokenType
* refactor(tokenizer): don't use spread operator
* refactor(tokenizer): constant for isLoop, isAssign, prefix, postfix
* fix(tokenizer): remove constant beforeAndStartExpr
* style(tokenizer): space after comma
2017-01-10 20:22:56 +01:00
Mathias Bynens
ed625cb2e1
Remove String.fromCodePoint shim ( #279 )
...
This is not necessary anymore if we drop support for Node.js v0.10 and v0.12.
Ref. https://github.com/babel/babel/issues/4315 .
2017-01-10 20:14:11 +01:00
Ryan Plant
5055b335b2
Rename folder to avoid Windows-illegal characters ( #281 )
2017-01-10 14:12:13 -05:00
greenkeeper[bot]
6773279039
Update eslint-config-babel to the latest version 🚀 ( #273 )
...
* chore(package): update eslint-config-babel to version 4.0.0
https://greenkeeper.io/
* Fix prefer-const
* Update package.json
2017-01-10 19:42:43 +01:00
Brian Ng
fa8f09bc6e
Include yarn.lock and update CI ( #124 )
2017-01-10 12:05:35 -05:00
Artem Yavorsky
74f2fb17a1
Transformations before logs ( #128 )
2017-01-10 12:03:07 -05:00
Daniel Tschinder
cd9aaf2a58
Fix syntax error in .travis.yml
2017-01-10 15:06:08 +01:00
Roman Yakobnyuk
e56c318eed
remove unnecessary extension ( #131 )
2017-01-09 17:47:31 -05:00
Henry Zhu
db7e87b219
1.1.7
2017-01-09 11:05:45 -05: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
Daniel Tschinder
008a29cb5f
Update yarn.lock
2017-01-08 00:33:39 +01:00
greenkeeper[bot]
326670dd29
chore(package): update rollup to version 0.41.0 ( #272 )
...
https://greenkeeper.io/
2017-01-08 00:28:44 +01:00
Henry Zhu
9031ea073c
1.1.6
2017-01-06 17:34:29 -05:00
Henry Zhu
7ef4313141
v1.1.6 changelog [skip ci]
2017-01-06 17:34:23 -05:00