This pull request includes several changes to migrate the project from Node.js to Deno. The most important changes involve updating configuration files, modifying the main application file, and adding a test file.
I need to wait for 2.0.7 to release to fix my issue.
See #1
Migration to Deno:
deno.json: Added a configuration file for Deno tasks and imports.
main.ts: Renamed from main.js, replaced Node.js-specific code with Deno equivalents, and updated imports. [1][2][3]
package.json: Removed the Node.js package configuration file.
Testing:
main_test.ts: Added a new test file with a basic test using Deno's standard library.
This pull request includes several changes to migrate the project from Node.js to Deno. The most important changes involve updating configuration files, modifying the main application file, and adding a test file.
I need to wait for 2.0.7 to release to fix my issue.
See #1
Migration to Deno:
deno.json
: Added a configuration file for Deno tasks and imports.main.ts
: Renamed frommain.js
, replaced Node.js-specific code with Deno equivalents, and updated imports. [1] [2] [3]package.json
: Removed the Node.js package configuration file.Testing:
main_test.ts
: Added a new test file with a basic test using Deno's standard library.