JeremyYao commented on issue #1462: URL: https://github.com/apache/daffodil-vscode/issues/1462#issuecomment-3992086953
Started on this issue. My branch is https://github.com/ctc-oss/daffodil-vscode/tree/jy/1462. Currently upgraded vscode-extension-tester package as well as another package as I ran into the following error when packaging the extension: ```powershell $ tsc -p ./ && yarn sbt node_modules/@types/glob/index.d.ts:29:42 - error TS2694: Namespace '"/daffodil-vscode-ctc/node_modules/minimatch/dist/commonjs/index"' has no exported member 'IOptions'. 29 interface IOptions extends minimatch.IOptions { ~~~~~~~~ node_modules/@types/glob/index.d.ts:75:30 - error TS2724: '"/daffodil-vscode-ctc/node_modules/minimatch/dist/commonjs/index"' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'? 75 minimatch: minimatch.IMinimatch; ~~~~~~~~~~ Found 2 errors in the same file, starting at: node_modules/@types/glob/index.d.ts:29 error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ``` -- 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]
