fix: add missing `walk` type in compiler.d.ts (#5696)

pull/5715/head
Wei Zhu 4 years ago committed by GitHub
parent 67dea941bb
commit 8a20709ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save