We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
source-map-support
1 parent e6558d3 commit 9c43c75Copy full SHA for 9c43c75
index.ts
@@ -1,6 +1,3 @@
1
-import {install} from 'source-map-support';
2
-install();
3
-
4
export * from './lib/adb';
5
export {getAndroidBinaryPath} from './lib/tools/system-calls';
6
export {getSdkRootFromEnv} from './lib/helpers';
package.json
@@ -55,7 +55,6 @@
55
"lodash": "^4.0.0",
56
"lru-cache": "^11.1.0",
57
"semver": "^7.0.0",
58
- "source-map-support": "^0.x",
59
"teen_process": "^3.0.0"
60
},
61
"devDependencies": {
@@ -72,7 +71,6 @@
72
71
"@types/node": "^25.0.0",
73
"@types/semver": "^7.5.0",
74
"@types/sinon": "^21.0.0",
75
- "@types/source-map-support": "^0.5.6",
76
"@types/teen_process": "^2.0.0",
77
"chai": "^6.0.0",
78
"chai-as-promised": "^8.0.0",
0 commit comments