Lantianyou commented on PR #15452: URL: https://github.com/apache/tvm/pull/15452#issuecomment-1660517514
The TypeScript configuration change is about: 1. Include `@webgpu/type` more elegantly, as dicussion with the author with `@webgpu/type` https://github.com/gpuweb/types/issues/135 2. Include lib, to give advanced JavaScript use and DOM API. For example, `Object.entries` and `WebAssembly` are used in `runtime.ts` and is considered error by TypeScript 3. Add `@types/node` as dev dependencies, so that `__dirname` is typed, it occured in `support.ts` -- 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]
