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 651c594 commit f09551eCopy full SHA for f09551e
compiler.d.ts
@@ -58,7 +58,7 @@ export function compile(
58
| string
59
// TODO: re use the parser types as soon as they will be available
60
| {
61
- output: { template: unknonw; script: unknown; style: unknown }
+ output: { template: unknown; script: unknown; style: unknown }
62
data: string
63
},
64
options?: CompilerOptions,
0 commit comments