update rbxts-transform-boost and add rbxts-transform-luau

This commit is contained in:
2026-06-29 16:26:10 +02:00
parent 6b0cefbb4a
commit 7d8df34624
5 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ export class SettingsController implements OnStart {
typeIs(settingsFile[key], "table"),
);
sections.forEach((key) => {
const map = new Map<string, Charm.Atom<unknown>>();
const map = new Map<string, Atom<unknown>>();
const defMap = new Map<string, SettingDefinition>();
this.atomsCache.set(key, map);
this.defCache.set(key, defMap);