leaf
leaf copied to clipboard
Code clean up, & update to latest version of Deno.
Wanted to use this library, and seems not much has changed recently.
- Removed
Deno.emitas deprecated, and now usebundlefromemitlibrary. - Replaced
Deno.runas that will be deprecated in Deno 2.0, now usingDeno.Command - Updated unit tests to the latest dependencies, and previous changes.
- Added
deps.tsfile for import/export of libraries dependencies. - Slight code clean up to stop linter yelling.
Note: Only tested on Linux (Ubuntu)