Skip to content

BUILTIN_PACKAGES

const BUILTIN_PACKAGES: IEnginePackage[];

Defined in: packages/engine/src/packages/builtins.ts:93

The packages an engine registers when the caller names none.

Twenty of the twenty-two. Stocks and knowledge are excluded because both need a host-supplied data source and do nothing useful without one, so registering them by default would only produce NOT_CONFIGURED results.

Pass a filtered copy to the ExpressionEngine constructor to opt out of a feature, or add to it to register your own alongside the built-ins.