This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
0076d85f5da04a085c8b2b7ccd0fbdf161cf6355
babel
/
packages
/
babel-generator
/
test
/
fixtures
/
harmony-edgecase
History
Daniel Tschinder
43eed1ac92
Check exported bindings are defined (
#9589
)
...
* Check exported bindings are defined * Add tests * Update flow whitelist * Add tests for builtins
2019-02-26 13:28:10 -08:00
..
arrow-function
…
class-declaration
…
class-expression
…
computed-property
…
default-parameter
…
destructuring-assignment
Make tests spec compliant and avoid duplicate declarations in input files (
#9522
)
2019-02-18 16:14:35 -08:00
export-default-class
…
export-default-function
…
export-default-iife
…
export-default-invoked-class
…
export-default-named-class
…
export-default-named-function
…
export-default-object
…
exports
Check exported bindings are defined (
#9589
)
2019-02-26 13:28:10 -08:00
for-of-statement
…
import-with-break
Fix path.scope.rename() to not change break clauses (
#8478
)
2018-08-23 14:20:57 -07:00
import-with-default
Make tests spec compliant and avoid duplicate declarations in input files (
#9522
)
2019-02-18 16:14:35 -08:00
imports
Make tests spec compliant and avoid duplicate declarations in input files (
#9522
)
2019-02-18 16:14:35 -08:00
spread-element
Make tests spec compliant and avoid duplicate declarations in input files (
#9522
)
2019-02-18 16:14:35 -08:00
templates
…
templates-escape
…
templates-indentation
…
yield-precedence
…