shadowtime2000
shadowtime2000
This is just basically a list of tools that should be created once the compiler is finished. ## Bundlers There are enough bundlers that I am just going to say...
Would be nice to see some stats like served packages and number of requests per month.
Currently there is no way to have global dependencies that are only initialized once. I think we should have a `deps.js` file which has some global dependencies. It could be...
This is a feature request to have this extension allow you to use prettier on [DEV](https://dev.to).
It seems like [PostCSS has an official Deno package](https://deno.land/x/[email protected]), but it is currently [lacking Typescript support](https://github.com/postcss/postcss-deno/issues/1). We could do some sort of type casting to get some types, or we...
A ton of people like CSS-in-JS and I think we should add support for it. We have to figure out how we will do it. I see 2 options: 1....
In 1.8.0 LCOV got support with code coverage and denos testing thing so I think we should use a code coverage service so we can make sure everything is being...
SWC Macro
A plugin to replace `.env` variables in a certain manner. Initially proposed in #77. Initial design used regex to replace anything surrounded by handlebars. I think we should use `deno_swc`...
It would be great to have an optimized image component. Refs: [NextJS Image implementation](https://github.com/vercel/next.js/blob/canary/packages/next/client/image.tsx)
I am wondering if `zero` is meant for development or production. If it is for development, then it makes sense that the React uses the development version, but then it...