Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 866 Bytes

writeTealDebugSourceMaps.md

File metadata and controls

31 lines (16 loc) · 866 Bytes

@algorandfoundation/algokit-utils-debugDocs


@algorandfoundation/algokit-utils-debug / writeTealDebugSourceMaps

Function: writeTealDebugSourceMaps()

writeTealDebugSourceMaps(input): Promise<void>

Generates and writes debug source maps for multiple TEAL sources.

Parameters

input: TealSourcesDebugEventData

An object of type TealSourcesDebugEventData containing an array of TEAL sources.

Returns

Promise<void>

A promise that resolves when all source maps have been generated and written.

Throws

Will throw an error if there's an issue during the source map generation or writing process.

Defined in

debugging/writeTealDebugSourceMaps.ts:38