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

4 lines
42 B
JavaScript

const toString = 1;
export { toString };