forked from MapComplete/MapComplete
Refactoring: change order of parameters and remove parameter for Conversion.ts
This commit is contained in:
parent
f9ba3126a4
commit
a0b7a32223
20 changed files with 147 additions and 213 deletions
|
|
@ -24,7 +24,7 @@ export class ValidateTheme extends DesugaringStep<ThemeConfigJson> {
|
|||
isBuiltin: boolean,
|
||||
sharedTagRenderings?: Set<string>
|
||||
) {
|
||||
super("Doesn't change anything, but emits warnings and errors", [], "ValidateTheme")
|
||||
super("ValidateTheme", "Doesn't change anything, but emits warnings and errors")
|
||||
this._validateImage = doesImageExist
|
||||
this._path = path
|
||||
this._isBuiltin = isBuiltin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue