Add babel-runtime, support default browsers (Closes #1)

This commit is contained in:
2018-06-12 22:22:13 +05:30
parent 84b2775ca9
commit 06e1133571
4 changed files with 21 additions and 3 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
import 'babel-polyfill';
import { Greeter } from './greeter';
// tslint:disable-next-line:ordered-imports
import { fetchUnusedForkedRepos, runMain } from './gh';
export * from './greeter';
// tslint:disable-next-line:only-arrow-functions
(function (currentWindow: Window) {
(function(currentWindow: Window) {
// execute when load index.js
// tslint:disable-next-line:no-console