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 730704e commit 800084cCopy full SHA for 800084c
packages/repl/src/lib/Workspace.svelte.ts
@@ -407,13 +407,13 @@ export class Workspace {
407
selected?: string
408
) {
409
this.states.clear();
410
+ this.#tailwind = options.tailwind;
411
+ this.#aliases = options.aliases;
412
+
413
const bundle = this.set(new_files, selected);
414
415
this.mark_saved();
416
- this.#tailwind = options.tailwind;
- this.#aliases = options.aliases;
-
417
const diagnostics = this.#reset_diagnostics();
418
419
return Promise.all([bundle, diagnostics])
0 commit comments