NullVoxPopuli
NullVoxPopuli
sure, but I don't have the energy to write that rn.
I would rather have incomplete docs than totally misleading ones :see_no_evil: https://discord.com/channels/480462759797063690/480777444203429888/1386696245149434009
classic build doesn't resolve extensions, because it goes through requirejs, which has already removed the extensions, so it'd probably be "module not found" or similar
1 & 3 seem the most feasible to me -- 2 continues _encouraging_ implicit extensions, which I don't think folks want, broadly. The babel plugin would be the easiest of...
https://astexplorer.net/#/gist/9713c4f3066919ad044881afebb64b58/ca4323716244e01df6618ba77da47f96957679ab
Sounds fine - using a ts file is currently the only way to get hbs file template-only components a signature.
it supports initializers -- via the compat-modules virtual module
why revert this?
Perhaps about adding a question or set of questions around dependency patching? (either via patch-package, or built-in package-maneger utility?) Reason I think it may be interesting: - patching packages is...
Would [this work for your usecase?](https://limber.glimdown.com/edit?c=JYWwDg9gTgLgBAYQuCA7Apq%2BAzKy4DkAAgOYA2oI6UA9AMbKQZYEDcAUKJLHAN5wwoAQzoBrdABM4AXzi58xcpWo1BI0cFQk2nFD35oZcvCEJF0IAEYqQECcGzBqO9jQBUb9nDdwAchBh0AQALIXgAd2DMOCFUGLAwOABncOAYOiikgQgYujp0JKToOAl0BmEYaCSAGjgvHxhg4CzwtAII6FF6mnZsAFdUOhhgQzIIEgAKGCEoEnQYWrA8MGoYAE8AaXQ12tKkuihgMEqoAEo%2BLzgyeb45heT52QBeEoKDo5OOODgAeUsAKzKMAAdEJCsASKgJnt3sdoLVeJdvncJudEd8MXAGKgitdgWNJgQ7gRFstVpttqcvpi4FB5n0oHE7sC6EIyGQpk0klSkTJqrykvMJhhwgA1Nl9dBo3nfbG49D48YTAiCmAkuBLCArWAUnZwEXisiSnk02n0xkPEGs9mc5q1A0SqXU77SS7SHmu9jsdAAD248FK2CEfTI8DoZDBWV9gVQEiySBQzHg6LgRAJlyIajEkjq32wEByLwILlloS0QReqLgTwAfCFmsD8zkANQvACyYWCwOEseQqOBlQAyoJNJNTsCkmAKDBlQRx2EJgBaACMPMuAB5AuAI4Ea7ymwAuPi8RoNpvSV2Y9eWKB7q%2BWPowSpxXi8QwEcPAMQEetJFlluYLxrDJYjmOQC3XGgHyfNA7zgSCtynMJ0D3aQgA&format=gjs) ```gjs import Component from '@glimmer/component'; import { tracked } from '@glimmer/tracking'; import { on } from '@ember/modifier'; /** * Note that when an app...