merge PR & minor fixes

This commit is contained in:
leecade
2015-12-23 01:06:52 +08:00
2676 changed files with 13556 additions and 480167 deletions

View File

@@ -48,7 +48,7 @@ function fetchSourceMap(): Promise {
return Promise.resolve(url);
})
.then(fetch)
.then(response => response.text())
.then(response => response.text());
}
function extractSourceMapURL({url, text, fullSourceMappingURL}): ?string {