-
Should we simply auto-strip typescript by default? This would mitigate the need for typescript'd code to be prebuilt built.
cc @rwjblue / @chriskrycho
-
Heyo,
I was updating my OSS packages the past days and was happy to see the typescript changes in action, this is amazing 🎉👏
Typescript support was delievered out of the box, after I upgraded th…
-
## Version **3.1.1** of **ember-ajax** was just published.
Branch
Build failing 🚨
Dependency
ember-ajax
Cur…
-
Hello Ember CLI team,
I am a fan of your project and I appreciate your work on providing a great command-line interface for Ember.js apps.
I am also using bun.sh, a fast JavaScript runtime and t…
-
I have been recently running into a weird issue with an up using latest embroider & ember-cli to build.
When I create a template-only component (e.g. `my-component.hbs`), everything works fine.
Then…
mydea updated
2 years ago
-
## The devDependency [ember-load-initializers](https://github.com/ember-cli/ember-load-initializers) was updated from `2.1.0` to `2.1.1`.
🚨 [View failing branch](https://github.com/mirai-audio/ember…
-
To make migration from legacy controllers easier, especially when NVM backup/restore is not an option, consider the following flow:
- Start learn mode, join existing network. As part of this, exist…
-
According to [ember-cli-typescript's ember-data Model documentation](https://docs.ember-cli-typescript.com/ember-data/models), the type of synchronous has many relationships is `EmberArray`:
> The …
-
It would be great to generate a documentation site, maybe something using [`ember-cli-addon-docs`](https://github.com/ember-learn/ember-cli-addon-docs)! If we can publish it to the `gh-pages` branch h…
-
Hi,
For a reason that i ignore, after disabling the builtin typescript extension, VSCode can't recognize the import paths and stop giving me suggestions/auto imports !
### BEFORE
#### Import …