Skip to content

Commit

Permalink
fix: add missing walk type in compiler.d.ts (#5696)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck authored Nov 23, 2020
1 parent 67dea94 commit 8a20709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8a20709

Please sign in to comment.