Closed ebebbington closed 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"] }
closing in favour a new PR i will make
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
andDeno.emit
npm run compile
works (in progress)eslint
withdeno lint
?deno fmt
?I believe there might be a couple more things