Skip to content

Commit 263984c

Browse files
committed
regenerate types
1 parent 4289b72 commit 263984c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/svelte/types/index.d.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,8 @@ declare module 'svelte/compiler' {
752752
code: string;
753753
/** A source map */
754754
map: SourceMap;
755+
/** Whether or not the CSS includes global rules */
756+
hasGlobal: boolean;
755757
};
756758
/**
757759
* An array of warning objects that were generated during compilation. Each warning has several properties:
@@ -769,11 +771,6 @@ declare module 'svelte/compiler' {
769771
* For `compileModule`, this is always `true`
770772
*/
771773
runes: boolean;
772-
/**
773-
* Whether the component contains a top level :global selector or not
774-
* For `compileModule`, this is always `true`
775-
*/
776-
hasUnscopedGlobalCss: boolean;
777774
};
778775
/** The AST */
779776
ast: any;

0 commit comments

Comments
 (0)