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 e1ee92c commit 713975cCopy full SHA for 713975c
packages/directive-functions-plugin/tests/compiler.test.ts
@@ -11,7 +11,9 @@ function makeFunctionIdUrlSafe(location: string): string {
11
.replace(/_--/g, '--') // Clean up the joiner
12
}
13
14
-const generateFunctionId: CompileDirectivesOpts['generateFunctionId'] = (opts) => {
+const generateFunctionId: CompileDirectivesOpts['generateFunctionId'] = (
15
+ opts,
16
+) => {
17
return makeFunctionIdUrlSafe(`${opts.filename}--${opts.functionName}`)
18
19
0 commit comments