Skip to content

Commit 1f23ce5

Browse files
committed
rename
1 parent ecff925 commit 1f23ce5

File tree

1 file changed

+2
-2
lines changed
  • packages/svelte/src/compiler/phases/2-analyze/css

1 file changed

+2
-2
lines changed

packages/svelte/src/compiler/phases/2-analyze/css/Selector.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ export default class Selector {
152152

153153
/** @param {import('../../types.js').ComponentAnalysis} analysis */
154154
validate(analysis) {
155-
this.validate_invalid_css_global_placement();
155+
this.validate_global_placement();
156156
this.validate_global_with_multiple_selectors();
157157
this.validate_global_compound_selector();
158158
this.validate_invalid_combinator_without_selector(analysis);
159159
}
160160

161-
validate_invalid_css_global_placement() {
161+
validate_global_placement() {
162162
for (let complex_selector of this.selector_list) {
163163
let start = 0;
164164
let end = complex_selector.length;

0 commit comments

Comments
 (0)