Home > @rushstack/node-core-library > JsonSchema > ensureCompiled
JsonSchema.ensureCompiled() method
If not already done, this loads the schema from disk and compiles it.
Signature:
ensureCompiled(): void;
Returns:
void
Remarks
Any dependencies will be compiled as well.