Henry Zhu
c6b2c6bef0
Merge pull request #680 from nicolo-ribaudo/flow-tests
...
Fix flow test runner
2017-08-31 14:36:47 -04:00
Brian Ng
0beaf4d54e
Merge pull request #705 from babel/flow-declare-var-primitive
...
Add allowPrimitiveOverride option to flowParseTypeAnnotatableIdentifier
2017-08-29 21:19:20 -05:00
Brian Ng
55f38933bf
Add allowPrimitiveOverride option to flowParseTypeAnnotatableIdentifier
2017-08-29 14:11:50 -05:00
Henry Zhu
3f1dbecd2e
7.0.0-beta.22
2017-08-28 18:06:39 -04:00
Henry Zhu
cde42329ac
Merge pull request #658 from babel/expect
...
Syntax Error: add message with the plugin that should be enabled
2017-08-28 15:44:26 -06:00
Daniel Tschinder
19c099d116
Use expectPlugin
2017-08-28 17:31:58 -04:00
Daniel Tschinder
96bd271495
Fix tests
2017-08-28 17:31:58 -04:00
Daniel Tschinder
aec1bdb359
Enable no-case-declarations to prevent bugs and remove if (true)
2017-08-28 17:31:58 -04:00
Daniel Tschinder
dfb279f478
Add test for function.
2017-08-28 17:30:10 -04:00
Henry Zhu
de47b0423f
rename folders, add more
2017-08-28 17:30:10 -04:00
Henry Zhu
2dbba25d1a
change some things to expectPlugin
2017-08-28 17:30:10 -04:00
Moti Zilberman
cf3ebacf4f
add expectPlugin which throws an error with the missing plugin
2017-08-28 17:30:09 -04:00
Brian Ng
2f76fc88be
Fix regression with generic type and jsx ( #702 )
2017-08-28 14:51:37 -06:00
Karl Cheng
19bc694e7d
Rename PrivateName.name to .id ( #698 )
...
Given that it refers to an identifier, it's somewhat confusing to have
to use .name.name to get the actual string. The type declared within
types.js is also incorrect, which this commit fixes.
2017-08-28 13:47:37 -04:00
Henry Zhu
6d24416645
7.0.0-beta.21
2017-08-26 12:05:26 -06:00
James Henry
acf0e65090
Apply location data fix to decorators plugin ( #699 )
2017-08-26 11:38:11 -04:00
Brian Ng
8f2f250144
Merge pull request #696 from babel/obj-rest-not-last
...
Throw if rest element is not in last position for object expressions
2017-08-26 09:57:51 -05:00
Brian Ng
2fa1f9929f
Throw if rest element is not in last position for object expressions
2017-08-26 09:34:33 -05:00
Brian Ng
083a44658c
Enable optionalCatchBinding plugin for test262 tests ( #697 )
2017-08-26 12:14:56 +02:00
Brian Ng
6ba38a2a78
Merge pull request #693 from babel/trailing-comma-rest-param
...
Raise error if trailing comma after rest element in async func params
2017-08-25 20:12:59 -05:00
Brian Ng
a659ac6bda
Merge pull request #695 from babel/issue691
...
Fix TypeScript TypeParameterDeclaration location start values
2017-08-25 20:12:47 -05:00
Brian Ng
af2c974473
Fix TypeScript TypeParameterDeclaration location start values
2017-08-25 09:54:16 -05:00
James Henry
87b322cfc2
Add failing test case
2017-08-25 09:49:03 -05:00
Brian Ng
65db277364
Raise error if trailing comma after rest element in async func params
2017-08-24 21:59:01 -05:00
Brian Ng
c441afeaa6
Improve error message for comma after rest element in arrow func
2017-08-24 21:28:19 -05:00
Brian Ng
27aae6c0f9
Merge pull request #686 from babel/invalid-label-declarations
2017-08-24 19:45:17 -05:00
Brian Ng
2bc124bf49
Fix some cases of keywords with escape sequences
2017-08-24 19:27:09 -05:00
Brian Ng
5e60ad6688
Fix some cases of invalid labeled declarations
2017-08-24 19:00:52 -05:00
Mateusz Burzyński
5d83e2692f
Adjusted Object Rest/Spread syntax handling to the latest spec ( #670 )
2017-08-24 18:31:50 -05:00
Mateusz Burzyński
5df1139567
Test262 update ( #692 )
2017-08-24 17:42:04 -05:00
Brian Ng
be0fe1c6b6
Update rollup config options ( #685 )
2017-08-22 15:59:05 -04:00
Sangboak Lee
d83064a82e
add test for do expressions ( #688 )
2017-08-22 08:48:56 -05:00
James Henry
d0c7d7a8c7
Fix: Use parseExprAtom() for TS module id string ( #684 )
2017-08-20 10:38:55 -05:00
greenkeeper[bot]
d685b3999c
Update rollup to the latest version 🚀 ( #682 )
2017-08-20 10:27:15 -05:00
Nicolò Ribaudo
79d6bad5c2
Disallow failures in the flow-test JOB 🎉
2017-08-19 23:13:47 +02:00
Nicolò Ribaudo
748b6fc477
Add option to update the whitelist
2017-08-19 22:18:10 +02:00
Nicolò Ribaudo
656815a53a
Add whitelist to flow tests
2017-08-19 22:02:27 +02:00
Nicolò Ribaudo
942d22dd70
Remove the get_harcoded_tests function, use get_tests
2017-08-19 18:25:18 +02:00
Nicolò Ribaudo
1a9b340cb9
Use a Map instead of an Obejct to store tests
...
This change has two reasons:
- The object was actually used as a map
- Using an object leads some problems with the
private_class_fields/constructor.js test, since
`tests[test_name] || {}` returned the Obejct
constructor instead of an empty object.
2017-08-19 18:24:21 +02:00
Henry Zhu
f87b81a8b1
7.0.0-beta.20
2017-08-19 10:36:28 -04:00
Daniel Tschinder
559e333557
Remove babel-cli as unused ( #679 )
2017-08-19 07:34:06 -04:00
Daniel Tschinder
9c2b5e6b1f
Update dependencies and add babel-core as dependency
...
it is requried by rollup-plugin-babel
2017-08-19 12:08:46 +02:00
laoxiong
a8021fafc4
chore: add comment for whitespace char code ( #676 )
2017-08-16 21:51:56 +02:00
greenkeeper[bot]
dfec243fba
Update flow-bin to the latest version 🚀 ( #675 )
...
* chore(package): update flow-bin to version 0.53.0
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2017-08-16 13:33:41 +02:00
greenkeeper[bot]
3a5690ab1c
Update ava to the latest version 🚀 ( #672 )
...
* chore(package): update ava to version 0.22.0
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2017-08-15 12:55:56 +02:00
Justin Ridgewell
bab28d68f6
Merge pull request #669 from babel/greenkeeper/rollup-0.47.0
...
Update rollup to the latest version 🚀
2017-08-13 20:33:09 -04:00
greenkeeper[bot]
e9aeffcb60
chore(package): update lockfile
...
https://npm.im/greenkeeper-lockfile
2017-08-12 03:23:30 +00:00
greenkeeper[bot]
10a3965772
chore(package): update rollup to version 0.47.0
2017-08-12 03:17:33 +00:00
greenkeeper[bot]
88cf1bc140
Update rollup to the latest version 🚀 ( #668 )
...
* chore(package): update rollup to version 0.46.0
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2017-08-11 10:56:38 -05:00
Andy
a39ea5dc9d
Fix indentation in typescript.js ( #665 ) [skip ci]
2017-08-08 22:44:20 -04:00