You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In attempting to upgrade from v2.3.0 to v3.0.2, my build command fails with the following error:
Screenshot
vite v4.3.9 building for production...
✓ 4 modules transformed.
[vite:dts] Start generate declaration files...
dist/emitten.es.js 3.71 kB │ gzip: 0.87 kB
[vite:dts] Start rollup declaration files...
[vite:dts] Internal Error: Unable to follow symbol for "Parameters"
You have encountered a software defect. Please consider reporting the issue to the maintainers of this application.
✓ built in 925ms
error during build:
Error: Internal Error: Unable to follow symbol for "Parameters"
You have encountered a software defect. Please consider reporting the issue to the maintainers of this application.
at AstSymbolTable._analyzeChildTree (/Users/beefchimi/Development/Personal/emitten/node_modules/@microsoft/api-extractor/lib/analyzer/AstSymbolTable.js:328:43)
at AstSymbolTable._analyzeChildTree (/Users/beefchimi/Development/Personal/emitten/node_modules/@microsoft/api-extractor/lib/analyzer/AstSymbolTable.js:377:18)
at AstSymbolTable._analyzeChildTree (/Users/beefchimi/Development/Personal/emitten/node_modules/@microsoft/api-extractor/lib/analyzer/AstSymbolTable.js:377:18)
at AstSymbolTable._analyzeChildTree (/Users/beefchimi/Development/Personal/emitten/node_modules/@microsoft/api-extractor/lib/analyzer/AstSymbolTable.js:377:18)
at AstSymbolTable._analyzeChildTree (/Users/beefchimi/Development/Personal/emitten/node_modules/@microsoft/api-extractor/lib/analyzer/AstSymbolTable.js:377:18)
at AstSymbolTable._analyzeChildTree (/Users/beefchimi/Development/Personal/emitten/node_modules/@microsoft/api-extractor/lib/analyzer/AstSymbolTable.js:377:18)
at AstSymbolTable._analyzeAstSymbol (/Users/beefchimi/Development/Personal/emitten/node_modules/@microsoft/api-extractor/lib/analyzer/AstSymbolTable.js:247:18)
at AstSymbolTable.analyze (/Users/beefchimi/Development/Personal/emitten/node_modules/@microsoft/api-extractor/lib/analyzer/AstSymbolTable.js:113:25)
at /Users/beefchimi/Development/Personal/emitten/node_modules/@microsoft/api-extractor/lib/analyzer/ExportAnalyzer.js:247:62
at Map.forEach (<anonymous>)
Describe the bug
In attempting to upgrade from
v2.3.0
tov3.0.2
, mybuild
command fails with the following error:Screenshot
Reproduction
beefchimi/emitten@f5c84df
Steps to reproduce
emitten
repo.vite-plugin-dts
to3.0.2
.npm run build
.System Info
Validations
The text was updated successfully, but these errors were encountered: