Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 0dbafd3

Browse files
committed
allow processor to be readable
1 parent 7cf88ae commit 0dbafd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template-result.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class TemplateResult {
88
constructor(
99
public readonly strings: TemplateStringsArray,
1010
public readonly values: unknown[],
11-
public readonly processor: TemplateTypeInit
11+
public processor: TemplateTypeInit
1212
) {}
1313

1414
get template(): HTMLTemplateElement {

0 commit comments

Comments
 (0)