* Check exported bindings are defined * Add tests * Update flow whitelist * Add tests for builtins
16 lines
202 B
JavaScript
16 lines
202 B
JavaScript
System.register([], function (_export, _context) {
|
|
"use strict";
|
|
|
|
var foo, bar;
|
|
|
|
_export({
|
|
foo: void 0,
|
|
bar: void 0
|
|
});
|
|
|
|
return {
|
|
setters: [],
|
|
execute: function () {}
|
|
};
|
|
});
|