Julien Palmas

Results 68 comments of Julien Palmas

I don't know what is the percentage of Ember.js developers using colocated templates and VSCode 🤔, but I am surprised this issue has not tracked more attention. Being able to...

I was more than reluctant to move away from our actual use of co-located template components and refactor to use the `app/components` and `app/templates/components` directories alternative **just** to allow breakpoints...

Thx for flagging me! I am still very interested and I would love to see this fixed! Gonna try this PR right now!

I've done some testing on our app and with VSCode. I've changed package.json with ```diff - "ember-cli-htmlbars": "^6.1.0", + "ember-cli-htmlbars": "wagenet/ember-cli-htmlbars#fix-colocated-template-sourcemaps", ``` setup VSCode `launch` setting with: ``` "sourceMapPathOverrides": {...

Thx for setting up this demo project @dagroe. I need to check our own project to see why the breakpoints do not bind for co-located components… But if I am...

We got hit by this too, because of a `{{! @glint-expect-error }}` just like @basz 1- is it possible to update this ticket's name to add a ref to `{{!...

One simple workaround I am using is to do 2 separate imports. - One with the `.gts` exension for the value I want to use, for example, a component -...

Please, re-open this issue as it is not fixed. Repro repo here with stackblitz app https://github.com/bartocc/stackblitz-starters-pyxvkz When stackblitz has finished launching the app, check the file `my-addon/dist/index.js`, it'll contain the...

I confirm that using content-tag 1.1.2 fixes the issue 👍 thx @NullVoxPopuli and @ef4 for the fix 👍

Very excited about this codemod too!! Just tried it in our codebase and hit this error ``` Build Error (TemplateTagCodemodPlugin) unknown: Unexpected reserved word 'interface'. (8:0) 6 | import SessionService...