dts-bundle-generator icon indicating copy to clipboard operation
dts-bundle-generator copied to clipboard

"Error: Cannot find symbol for node: Event" when using vuepress

Open imjuni opened this issue 3 years ago • 0 comments

Hi,

first of all: thank for this great product.

I encountered problem while using vuepress. This error raised after that add vuepress.config.ts and some of markdown file.

I upload my work on feature/rollupjs branch. Problem reproduce that flow.

  1. checkout feature/rollup repo
  2. install node_modules
  3. run command npm run webpack:prod

After encountered problem below,

> [email protected] dts-bundle
> dts-bundle-generator dist/src/ctix.d.ts -o dist/ctix.d.ts --no-banner --project ./tsconfig.prod.json

Compiling input files...

Error: Cannot find symbol for node: Event

This problem relate to #143 , #173 .

Additional context

Master branch compile without error. Difference between master and feature/rollup that add vuepress and some of vuepress plugin(vuepress-plugin-mermaid, vuepress-plugin-typedoc)

Thank you!

imjuni avatar Aug 06 '22 14:08 imjuni