Asher Gomez
Asher Gomez
Noticed while looking into an issue.
For 3 reasons: 1. Deviating from the norm as a JSR package might suggest that there's a special reason for doing so. I know this is what I thought but...
Closes #2980
This PR changes the behaviour of `App.prototype.handler()` in that when run, it throws a new `SetupError` instead of succeeding and serving a page that guides the dev to finish setting...
First step towards #2950
The Deno runtime currently has the [`fresh` linting tag](https://docs.deno.com/runtime/fundamentals/configuration/#linting) that includes a set of a linting rules. I suggest moving these rules out of the runtime (Rust) and into a...
Having `outDir` be a child of `build` would make sense if there were other adjacent properties under `build`. However, this is not the case. Flattening `FreshConfig` opens up the symbols...
Once can just use `Builder` for typing.
Currently, the [showcase](https://fresh.deno.dev/showcase) only includes projects (websites) that people have created. The Fresh ecosystem and its users would benefit greatly on also being able to discover and share plugins and...