ifc-expressions
Version:
Parsing and evaluation of IFC expressions
10 lines (9 loc) • 348 B
JavaScript
export class NopContext {
resolveElemRef() {
throw new Error("No IfcExpressionContext implementation provided - cannot resolve element reference");
}
resolvePropRef() {
throw new Error("No IfcExpressionContext implementation provided - cannot resolve property reference");
}
}
//# sourceMappingURL=NopContext.js.map