v50
- Improve build performance to burn the server CPU cores! Before this, to build a module which has heavy deps maybe very slow since the single build task only uses one CPU core.
- Rewrite the dts transformer to get better deno types compatibility and faster transpile speed, but still lot of types are not working in Deno. (this is why the
?no-check
exists) - Add Deno testing CI on Github.