Controls whether transform callbacks receive fully typed nodes ('unsafe') or nodes where all fields are unknown ('safe'). Using 'safe' (the default) forces explicit type narrowing, reducing the risk of incorrect assumptions.
'unsafe'
unknown
'safe'
Controls whether transform callbacks receive fully typed nodes (
'unsafe') or nodes where all fields areunknown('safe'). Using'safe'(the default) forces explicit type narrowing, reducing the risk of incorrect assumptions.