UNPKG

@tripsnek/tmf

Version:

TypeScript Modeling Framework - A TypeScript port of the Eclipse Modeling Framework (EMF)

10 lines 272 B
/** * This is an EMF ECore class that we have defined as a placeholder. We do not * yet have plans to implement EFactory. */ export class EFactory { create(eClass) { throw Error('Not implemented in base class'); } } //# sourceMappingURL=efactory.js.map