Skip to content

Commit 4abfa55

Browse files
committed
chore: exporting isn't necessary
1 parent 3cf1432 commit 4abfa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@lwc/engine-core/src/framework/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ function computeHasScopedStylesInStylesheets(stylesheets: Stylesheets | undefine
471471
return false;
472472
}
473473

474-
export function computeHasScopedStyles(template: Template, vm: VM | undefined): boolean {
474+
function computeHasScopedStyles(template: Template, vm: VM | undefined): boolean {
475475
const { stylesheets } = template;
476476
const vmStylesheets = !isUndefined(vm) ? vm.stylesheets : null;
477477

0 commit comments

Comments
 (0)