PrivatecompilerPrivatecompilerPrivatecompilerPrivate ReadonlylwcPrivate ReadonlynamespacePrivate ReadonlysalesforceCompiles an OmniScript into LWC components
Definition of the OmniScript to compile
Optionaloptions: OmniCompilerOptionsOptions to control the compilation
Compile and package an OmniScript into a deployable Metadata package
Definition of the OmniScript to compile
Optionaloptions: OmniCompilerOptionsOptions to control the compilation and bundling
Compile an OmniScript into a deployable Salesforce Tooling record
Definition of the OmniScript to compile
Optionaloptions: OmniCompilerOptionsOptions to control the compilation
PrivategetGet the OmniScript LWC compiler from the target org; the compiler is fetched and initialized once on first use -- not at construction as fetching requires org access and loading the compiler is expensive -- and concurrent callers await the same initialization.
PrivategetGenerated the LWC component name from the OmniScript definition
Definition of the OmniScript for which to generate the name
Privateinitialize
Compiler that transforms activated OmniScripts into LWC components that can easily be deployed or written to the disk.