* Check exported bindings are defined * Add tests * Update flow whitelist * Add tests for builtins
4 lines
42 B
JavaScript
4 lines
42 B
JavaScript
const toString = 1;
|
|
|
|
export { toString };
|