Skip to main content

XpmDataModel._engine property

The Liquid engine used for substitutions.

Signature

protected _engine: Liquid;

Remarks

This XpmLiquidEngine instance is configured with strict mode and custom filters for xpm-specific operations. It's shared across all actions and build configurations within the package, ensuring consistent template processing behavior.

Engine characteristics:

  1. Strict mode enabled to catch undefined variable references.
  2. Custom filters for platform detection (isPlatform, isArch).
  3. Custom filters for path sanitization (filterPath, filterPosixPath, filterWin32Path).
  4. Shared instance reduces memory overhead and ensures consistent template evaluation across all package components.

Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.