Registers the jsonpath and xpath transforms into the global FieldTransform registry so any
import('@memberjunction/global').FieldTransformEngine in the process can run them. Idempotent.
Importing this package runs it for its side effect, but call it explicitly from a startup/registration
path to keep aggressive bundlers from tree-shaking the import away (the MJ Load*() convention).
Registers the
jsonpathandxpathtransforms into the global FieldTransform registry so any import('@memberjunction/global').FieldTransformEngine in the process can run them. Idempotent.Importing this package runs it for its side effect, but call it explicitly from a startup/registration path to keep aggressive bundlers from tree-shaking the import away (the MJ
Load*()convention).