We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5305606 commit 0424dc4Copy full SHA for 0424dc4
compiler/src/steps/validate-model.ts
@@ -21,7 +21,7 @@ import * as model from '../model/metamodel'
21
import { ValidationErrors } from '../validation-errors'
22
import { JsonSpec } from '../model/json-spec'
23
import assert from 'assert'
24
-import {TypeName} from "../model/metamodel";
+import { TypeName } from '../model/metamodel'
25
26
// Superclasses (i.e. non-leaf types, who are inherited or implemented) that are ok to be used as field types because
27
// they're used as definition reuse and not as polymorphic types.
0 commit comments