Chris Thoburn
Chris Thoburn
probably just need to update the docs but since it wasn't mentioned I wasn't sure if this was a known issue. **Edit** this seems probably related to `ember-auto-import` now being...
running either `glint` (no options) or `tsc --build` would report errors, but `glint --build` will silently succeed even if errors occur. It would be great to match behavior, or at...
Example tsconfig from a monorepo project (EmberData in this case) ```jsonc { "include": ["src/**/*", "../../@types/fastboot", "../../@types/@glimmer/tracking.d.ts"], "glint": { "environment": ["ember-loose", "ember-template-imports"] }, "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler",...
Building on #269 (ensure no type-checking for files that have JS component files), in a large migration it is often beneficial to have two tiers of migration: files that have...
I would like to integrate RUM tracking with DataDog but do not wish to use the browser-sdk. It would be nice if the API contracts used by the browser-sdk were...
Clicking the Heroku Deploy button from the docs leads to the following console error on heroku, I'm not sure if this is on you or them. The error appears to...

This is a tracking issue for ember-cli platforms integration. You can read the RFC for platforms here: https://github.com/ember-cli/rfcs/pull/35 This is a feature which I'll be working on landing in ember-cli...
- linking prevents easily producing builds targeting platforms other than cordova - links have poor support on Windows. - not linking would enable committing the `www` folder when releases are...
Error: ``` TypeError: Cannot destructure property 'attrs' of 'options' as it is undefined. at Object.buildElement [as element] (/Users/runspired/github/private/fnb/frontend/node_modules/@glimmer/syntax/dist/commonjs/es2017/lib/v1/public-builders.js:158:5) ``` [Example Working in 5.x](https://astexplorer.net/#/gist/284793cb953fa9b98048bca7ea4aeff1/f6b10deb9c02c1ebfd62e76491cab3773acae7e9) Transform: ```js module.exports = function(env) { const...