[Bug] fix some UI friction from imports (#6139)
* fix some UI friction from imports * add test * console * Jon's comments
This commit is contained in:
@ -469,3 +469,7 @@ export function binaryToUuid(
|
||||
hexValues.slice(10, 16).join(''),
|
||||
].join('-')
|
||||
}
|
||||
|
||||
export function getModuleId(sourceRange: SourceRange) {
|
||||
return sourceRange[2]
|
||||
}
|
||||
|
Reference in New Issue
Block a user