UNPKG
@bugsplat/symbol-upload
Version:
latest (10.2.4)
10.2.4
10.2.3
10.2.2
10.1.11
10.1.10
10.1.8
10.1.4
10.1.2
10.1.1
10.1.0
10.0.1
10.0.0
9.2.2
9.1.0
9.0.1
9.0.0
8.0.6
8.0.5
8.0.2
8.0.1
8.0.0
7.4.1
7.4.0
7.3.1
7.3.0
7.2.4
7.2.3
7.2.2
7.2.1
7.2.0
7.1.1
7.1.0
7.0.1
7.0.0
6.3.2
6.3.1
6.3.0
6.2.3
6.2.2
6.2.0
6.1.4
6.1.2
6.1.0
6.0.1
5.0.0
4.1.1
4.1.0
4.0.0
3.0.1
3.0.0
2.3.3
2.3.1
2.3.0
2.2.2
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Cross platform symbol upload tool
github.com/BugSplat-Git/symbol-upload
BugSplat-Git/symbol-upload
@bugsplat/symbol-upload
/
dist
/
src
/
info.d.ts
7 lines
(6 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
type
SymbolFileInfo
= {
path
:
string
;
moduleName
:
string
;
dbgId
:
string
; };
export
declare
function
createSymbolFileInfos
(
symbolFilePath
:
string
):
Promise
<
SymbolFileInfo
[]>;