Patrick Pircher

Results 81 issues of Patrick Pircher

currently arrow functions or functions without name are displayed with their whole implementation source code closes #1589

bug

im currently trying out ember beta which has the included modifier support for inspector, but i'm not getting an instance for e.g. did-insert modifier. think CustomModifierManager.getDebugInstance should return the delegate

bug

### 🐞 Describe the Bug there is a circular import between `'@ember/object/index';` and `'@ember/object/observable';` and `@ember/array/index`. those files are actually also importing from `@ember/-internals/metal`, so they could use that directly...

https://vitejs.dev/guide/env-and-mode#html-env-replacement vite does not change such urls in index.html. Some it does, others not...

Reverts emberjs/ember-inspector#2582 so we do not forget about this

## Description see https://github.com/emberjs/ember.js/pull/20775 ## Screenshots

This helps especially on cases for e.g. When one has a let var which collides with a html element ```hbs {{#let x as |b|}} {{b}} {{/let}} ```