Description
Now that we've added node: prefix imports (#56), we should consider migrating the project to run natively on Deno while maintaining Node.js compatibility.
Benefits
- Better TypeScript support: First-class TypeScript without build steps
- Modern runtime: Built-in support for web standards (fetch, WebCrypto, etc.)
- Security: Granular permissions model
- Tooling: Integrated formatter, linter, test runner, and bundler
- Cross-platform: Single executable for all platforms
- npm compatibility: Can use npm packages via
npm: specifier
Tasks
Related
Type
Enhancement / Core refactoring
Description
Now that we've added
node:prefix imports (#56), we should consider migrating the project to run natively on Deno while maintaining Node.js compatibility.Benefits
npm:specifierTasks
denofield for npm compatibilityRelated
node:prefix imports as preparationType
Enhancement / Core refactoring