1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-19 10:00:06 +00:00

chore(*): remove unnecessary imports

This commit is contained in:
Krishna Acondy
2021-01-19 09:07:40 +00:00
parent 4196901e01
commit 00f09179a8
2 changed files with 0 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ import {
ContextAllAttributes ContextAllAttributes
} from './types' } from './types'
import { makeRequest, isUrl } from './utils' import { makeRequest, isUrl } from './utils'
import { SASViyaApiClient } from './SASViyaApiClient'
import { prefixMessage } from '@sasjs/utils/error' import { prefixMessage } from '@sasjs/utils/error'
export class ContextManager { export class ContextManager {

View File

@@ -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 { import {
convertToCSV, convertToCSV,
compareTimestamps, compareTimestamps,