Christian Svensson

Results 34 comments of Christian Svensson

> We do indeed plan on deprecating support for IE11 in Angular v12. It's still to be determined in which version we'll fully drop IE11 support, but that would be...

> We probably won’t add an option for this That's a shame. Not keeping imports on one line to me is a blocker from ever using Prettier (and not a...

> To solve this, I'd recommend running organize-imports-cli before Prettier as a pre-commit hook (e.g. using lint-staged). This is not an acceptable option if Prettier is running on save, which...

It doesn't, it just does not help at all while you're working on files locally, since prettier will reformat 🤷‍♂️

YAML might be slightly more human readable/writable in general, if that is a priority. YAML can also be linted/validated with JSON schemas as well.

Sorry, wasn't trying to steer the discussion into this direction. I just find JSON to be the most annoying of common data formats to edit (compared to TOML, YAML, .gitignore,...

From: https://github.com/getsentry/sentry-javascript/pull/5253#issuecomment-1154834677 > When we first released @sentry/angular, we started with NG10 which means that we want to support this version as long as reasonably possible > In any case,...

I think I've run into this issue too. I get `Cannot GET /foo/index.htm` for any paths I try out. Below is the configuration I'm using. ```toml # netlify.toml [dev] framework...

@bmeunier1974 yeah, I missed specifying what TS version I was using. The above is with the latest version; `4.2.3`. I'm using the workspace version of Typescript, not the bundled VSCode...

Typescript does not polyfill. We need the polyfill so that older browsers get the code.