UNPKG

@fabric_v1/compiler

Version:

Fabric DSL compiler (parser, checker, IR & backends)

6 lines (5 loc) 226 B
/** * Maps well-known modules and ontologies to their semver-compatible versions. * This can be extended to support remote fetching or dynamic version resolution. */ export declare const versionMap: Record<string, string>;