0kku / destiny

A reactive UI library for JavaScript and TypeScript
Open Software License 3.0
53 stars 6 forks source link

[WIP] chore: Convert to deno #14

Closed ebebbington closed 3 years ago

ebebbington commented 3 years ago

Fixes #7

Developments

This PR switches from using Node, to use Deno. The notable changes are listed below, but keep in mind, this PR uses unstable API's, such as std/fs#walkSync and Deno.emit

I believe there might be a couple more things

ebebbington commented 3 years ago

Note that this does not pass the linting, and it wont due unless we can give the types for the Deno API to eslint, which might be possible by doing deno types >> deno.d.ts and add this file to the tsconfig or eslint.js? eg compilerOptions: { types: ["deno.d.ts"] }

ebebbington commented 3 years ago

closing in favour a new PR i will make