types: setup tests for built d.ts files
This commit is contained in:
@@ -342,7 +342,8 @@ type CompileFunction = (
|
||||
|
||||
let compile: CompileFunction | undefined
|
||||
|
||||
export function registerRuntimeCompiler(_compile: CompileFunction) {
|
||||
// exported method uses any to avoid d.ts relying on the compiler types.
|
||||
export function registerRuntimeCompiler(_compile: any) {
|
||||
compile = _compile
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user