Patrick Pircher
Patrick Pircher
```gjs function test() { return 'test'; } let Test = {{@x}} function myHelper(v) { return v + ' more' } let MyTemplateOnly = Hello World from Template Only Component {{#let...
This needs - [ ] https://github.com/glimmerjs/glimmer-vm/pull/1489 - [ ] https://github.com/glimmerjs/glimmer-vm/pull/1575 - [ ] a way to correctly detect glimmer component or setup inspector debug info on it. Because it raises...
it was not updating the scripts in the html because the broccoli node did not have the bundler output as its input. related to [embroider/ember](https://github.com/embroider-build/embroider/issues/2194)
Hi @bakerac4 In case you are still interested. I started a new project based on this here: https://github.com/ember-native/ember-native-demo * latest ember framework * ember routing, but need to work on...
e.g. the path `/home/runner/work/ember-native/ember-native/node_modules/.pnpm/@universal-ember+kolay-ui@[email protected]+patricklx+kolay.git#8a207afcf7ef25d131b6_kexwnap42kg2se6xycpbfqtkhe/node_modules/@universal-ember/kolay-ui/-embroider-implicit-modules.js` gets shortened to `/home/runner/work/ember-native/ember-native/node_modules/.pnpm/@universal-ember+kolay-ui@[email protected]+patricklx+kolay.git` because `cleanUrl` splits at `#` https://github.com/embroider-build/embroider/blob/719561030db3cde872aa023e02fa10dd78ec3022/packages/shared-internals/src/paths.ts#L50 which then results in the error ` Could not load embroider_virtual:/home/runner/work/ember-native/ember-native/node_modules/.pnpm/@universal-ember+kolay-ui@[email protected]+patricklx+kolay.git#8a207afcf7ef25d131b6_kexwnap42kg2se6xycpbfqtkhe/node_modules/@universal-ember/kolay-ui/-embroider-implicit-modules.js: not an @embroider/core virtual file:...
ember debug is the thing that should/can be tested with older ember versions. for inspector ui its not required. we can extend it for it as well though. test fixed...