Ontiomacer commented on PR #1564: URL: https://github.com/apache/daffodil-vscode/pull/1564#issuecomment-3729091928
Hey @JeremyYao I tracked the failing CI formatting job down to svelte-check, not Prettier. Locally: yarn prettier src -c → passes yarn prettier . -c → passes yarn svelte-check → fails The failure is: node_modules/svelte/elements.d.ts Error: Cannot find name 'ContentVisibilityAutoStateChangeEvent' This error originates inside node_modules/svelte, not from any project file or changes in this PR. This looks like a dependency/toolchain mismatch between svelte, svelte-check, and the TS DOM lib used by CI. Happy to help fix it, but it seems orthogonal to the feature changes here. Please advise how you’d like me to proceed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
