NullVoxPopuli

Results 2058 comments of NullVoxPopuli

* conditionally forbidden if there is a helpers file that contains those exports, ya?

A PR would be most helpful! The deprecation guide explains what to do: https://deprecations.emberjs.com/id/importing-inject-from-ember-service

Why does glint need code changes at all?

We may need to start a 1.x branch, because main is currently breaking, preparing for v2 / a new approach to glint

This'll be in the main/2.x release (which may be unstable for a while). (looks like you have lint issues though) We can release this in 1.x if you also make...

so sorry to do this, but glint v2 is presently only going to be focused on gjs/gts, which means that we only need be able to use the types from...

with embroider 4/vite, we aren't suppossed to use `ember s` -- just running `vite` or `vite dev` will get you what you want.

it would, but I don't want to spread my compatibility stuff across a whole project -- I'd like to all be centralized in ember-try config

I just ran in to a very similar problem with symbols being duplicated between entrypoints. With multiple entrypoints and rolled up types, I would still expect a common .d.ts file...

Looks like it's from here: ```bash ❯ ag -u "' assert {" -G ".js$" node_modules/.pnpm/[email protected]/node_modules/browserslist-generator/dist/esm/index.js 3:import * as compatData from '@mdn/browser-compat-data' assert { type: 'json' }; ```