@algorandfoundation/algokit-utils-debug • Docs
@algorandfoundation/algokit-utils-debug / writeTealDebugSourceMaps
writeTealDebugSourceMaps(
input
):Promise
<void
>
Generates and writes debug source maps for multiple TEAL sources.
• input: TealSourcesDebugEventData
An object of type TealSourcesDebugEventData containing an array of TEAL sources.
Promise
<void
>
A promise that resolves when all source maps have been generated and written.
Will throw an error if there's an issue during the source map generation or writing process.