Files
babel/packages/babel-parser/test/fixtures/es2015/uncategorised/86/input.js
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

3 lines
42 B
JavaScript

export { encrypt }
function encrypt () {}