Skip to content

AnonymizableIr

Import from @varavel/vdl-plugin-sdk/utils/ir.

type AnonymizableIr = object;

Object shape that explicitly carries IR source metadata.

This type is used to provide stronger TypeScript guidance when callers pass known IR-like objects. anonymizeIr also accepts generic objects through a fallback overload, so this type is opt-in and non-breaking.

Properties

Property Type
entryPoint? string
position? Position