mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 12:30:06 +00:00
chore(*): remove unnecessary imports
This commit is contained in:
10
src/SASjs.ts
10
src/SASjs.ts
@@ -1,13 +1,3 @@
|
||||
import { isIEorEdgeOrOldFirefox } from './utils/isIeOrEdge'
|
||||
import * as e6p from 'es6-promise'
|
||||
;(e6p as any).polyfill()
|
||||
if (isIEorEdgeOrOldFirefox()) {
|
||||
if (window) {
|
||||
window.fetch = undefined as any // ensure the polyfill runs
|
||||
}
|
||||
}
|
||||
// tslint:disable-next-line
|
||||
require('isomorphic-fetch')
|
||||
import {
|
||||
convertToCSV,
|
||||
compareTimestamps,
|
||||
|
||||
Reference in New Issue
Block a user