Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

createScopedDebugger

Summary

Create a scoped debugger under a parent namespace

Signature

export declare function createScopedDebugger(parentNamespace: string, childNamespace: string): Debugger;

Parameters

parentNamespace

Type: string Parent namespace (e.g., ‘templates’)

childNamespace

Type: string Child namespace (e.g., ‘liquid’)

Returns

Type: Debugger Create a scoped debugger under a parent namespace

Examples

Example 1