It remains to add:
- other files, it's generate errors.
error: Uncaught (in promise) TypeError: fs.readJsonSync is not a function export const VERSION: string = fs.readJsonSync(
- add supports
globalThis to Deno instead of global. error: Uncaught (in promise) ReferenceError: global is not defined global.AbortController = global.AbortController || AbortController
Originally posted by @easymikey in #1175 (comment)