From cbc97795e59563355bed63f5f0ad2fc4e4ddbe2a Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Mon, 14 Oct 2019 09:15:00 -0400 Subject: [PATCH] remove obsolete estree-walker typing stuff --- rollup.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 25cc581044..4444494a5f 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -20,8 +20,6 @@ const ts_plugin = is_publish const external = id => id.startsWith('svelte/'); -// const inlined_estree = fs.readFileSync('./node_modules/estree-walker/index.d.ts', 'utf-8').replace(/declare.*\{((.|[\n\r])+)\}/m, '$1'); -// fs.writeFileSync(`./compiler.d.ts`, `export { compile, parse, preprocess, VERSION } from './types/compiler/index';\n${inlined_estree}`); fs.writeFileSync(`./compiler.d.ts`, `export { compile, parse, preprocess, VERSION } from './types/compiler/index';`); export default [