Chore: housekeeping, linting

This commit is contained in:
Pieter Vander Vennet 2025-06-04 00:21:28 +02:00
parent f942529755
commit 30d00eb06d
74 changed files with 998 additions and 623 deletions

View file

@ -12,7 +12,7 @@ export class UpdateLegacyLayer extends DesugaringStep<
constructor() {
super(
"UpdateLegacyLayer",
"Updates various attributes from the old data format to the new to provide backwards compatibility with the formats",
"Updates various attributes from the old data format to the new to provide backwards compatibility with the formats"
)
}