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.
2 parents 3828958 + e4cafda commit d846415Copy full SHA for d846415
8 files changed
__tests__/mock-precompile.ts
@@ -1,3 +1,7 @@
1
export function precompile(value: string) {
2
return `precompiledFromPath(${value})`;
3
}
4
+
5
+export function _preprocess(...args: unknown[]) {
6
+ return args;
7
+}
0 commit comments