leaf icon indicating copy to clipboard operation
leaf copied to clipboard

Code clean up, & update to latest version of Deno.

Open rmalcomber opened this issue 2 years ago • 0 comments

Wanted to use this library, and seems not much has changed recently.

  • Removed Deno.emit as deprecated, and now use bundle from emit library.
  • Replaced Deno.run as that will be deprecated in Deno 2.0, now using Deno.Command
  • Updated unit tests to the latest dependencies, and previous changes.
  • Added deps.ts file for import/export of libraries dependencies.
  • Slight code clean up to stop linter yelling.

Note: Only tested on Linux (Ubuntu)

rmalcomber avatar Aug 08 '23 17:08 rmalcomber