mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 12:27:29 +01:00
fix: add missing walk
type in compiler.d.ts (#5696)
This commit is contained in:
parent
67dea941bb
commit
8a20709ce1
@ -20,7 +20,7 @@ const ts_plugin = is_publish
|
||||
|
||||
const external = id => id.startsWith('svelte/');
|
||||
|
||||
fs.writeFileSync(`./compiler.d.ts`, `export { compile, parse, preprocess, VERSION } from './types/compiler/index';`);
|
||||
fs.writeFileSync(`./compiler.d.ts`, `export { compile, parse, preprocess, walk, VERSION } from './types/compiler/index';`);
|
||||
|
||||
export default [
|
||||
/* runtime */
|
||||
|
Loading…
Reference in New Issue
Block a user