Christian Svensson

Results 29 issues of Christian Svensson

I have existing v1 Fresh projects that I was planning to upgrade to v2. But I was unsure about how to migrate, since I was using a `src/` folder. By...

As [mentioned in a prior discussion](https://github.com/denoland/fresh/pull/3122#discussion_r2226988418), it seemed like renaming `_fresh` build folder to `.fresh` would align more with generated files than the current `_`. This PR implements that suggestion,...

This is just a potential suggestion, but I think it can be nice to just need `"fresh"` to import anything needed on the server. Currently, there may be multiple import...

Adapts the two existing Fresh lint rules in Deno into it's own Lint plugin. - https://docs.deno.com/lint/rules/fresh-handler-export - https://docs.deno.com/lint/rules/fresh-server-event-handlers Used as an example for #3174 for possible creating new Fresh lint...

Using `eqeq` (`==`) in TS/JS is almost always best to avoid. But there is one use-case which is very legitimate, and that is checking for both `null` + `undefined`. I...

## PR Checklist Please check to confirm your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-commit-message-guidelines - [ ] Tests for the changes have...

area: @angular/cli
area: build & ci
detected: feature

### Command new ### Description Add `deno` as a package manager, such that it can be used during project creation or automatically used when it's lockfile is found. ```sh ng...

feature
area: @angular/cli
feature: under consideration

## Steps to reproduce 1. Open VSCode with the [TypeScript Native Preview](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview) extension. 2. Paste in this code example ```ts /** * @see https://example.com */ const test = 0; ```...

Domain: Editor

Given what's mentioned by @crowlKats in https://github.com/denoland/setup-deno/pull/101#issuecomment-2884016815, I thought perhaps it's better to combine `deno.json` + `package.json` into only `deno.json` once more. Given that all metadata for the action comes...