Alex

Results 14 issues of Alex

declaring models as util classes and using `@tracked` property (as described here https://octane-guides-preview.emberjs.com/release/state-management/tracked-properties/#toc_tracked-properties-in-custom-classes) causes any such model passed to a `JSON.stringify` call to omit any tracked properties from the json...

```js import { createMachine, assign } from 'xstate'; export default createMachine( { /** @xstate-layout N4IgpgJg5mDOIC5QDMwBcDGALAdASwgBswBiAMQFEAVAYQAkBtABgF1FQAHAe1jzTy4A7diAAeiAIwAOAKwAaEAE9EAJhUAWHAGYA7DIC++haky5kAQzyEArgCdSAJWoOAmszZIQ3XvyEjxCNLySohSEjgGhgqCXBBwIibYIt58AsKeAQC0AGwKygg5USCJuATEyTypfhmIOlJ5qho4UnpFJTiEXOYQeIJQFT5p-qoAnNk4EjLZKsH5EhIqONORxujYOLDWGBhw8J4pvumgAeoqDYHZWs2tRsVrZpY29gNVR2K19SGBTDLaN4ZAA */ initial: 'loading', context: { retries: 0, }, states: { loading: { invoke: { id:...

in _applyDecoratedDescriptor code of the component in built version the decorator is undefined for 0.1.4 and it works for 0.1.3 setup is ember-cached-decorator-polyfill declared as a 'dependency' in a shared...

opening this issue to discuss potential solutions for in package testing of code held by a v2 addon one of the problems faced in testing today's v2 addons are any...

still WIP but sharing for progress tracking/early feedback compatBuild alternative for running an app code through embroider… to get gjs/gts files //ember-cli-build.js ```js const { templateTagCode } = require('@embroider/compat'); -return...

builds upon the codemod ts branch to add optional naming hint different than `babel-import-util` transforms for us by default in the internal build of embroider by default this will capitalise...

the pr adds support for ts files to output gts also addresses ambigous imports in path names mentioned in https://github.com/embroider-build/embroider/issues/2077 as well as shifting comments next work will be to...

given a v2 addon with a following appReeports [ ... , 'routes/**/*.js', 'templates/**/*.js', ] with a route `./template/test.gjs` (hbs works as well because they both get compiles to js files)...

we should make sure a license file is added to the bp when creating a new project a LICENSE.md is referenced in the README.md file that is generated, but no...