Alex Kanunnikov
Alex Kanunnikov
example: ```ts const GlimmerComponent = (() => { try { return window.require('@glimmer/component').default; } catch (e) { // ignore, return undefined } })(); let tagValue, tagValidate, track, tagForProperty; try { //...
since is MU is no longer in ember, I think we good to go to remove any MU related code, to simplify codebase
Now if component not rendered, we enforce application reloading, sometimes this is not comfortable. I think we need an configuration flag, disabled by default, allowing silent components reloading. How? -...
example - https://apvarun.github.io/toastify-js/# `Updating ...` ` updated..`
 https://api.emberjs.com/ember/release/modules/@glimmer%2Fcomponent Looks like something wrong with highlight.js integration may be related: https://github.com/ember-learn/ember-jsonapi-docs/pull/97
Related issue: #38, #53 Features: * `mu`, `pods`, `classic` layouts support for app `models` definitions lookup, including `js` and `ts` files. * `mu`, `pods`, `classic` layouts support for app `transforms`...
TypeError: Cannot read property 'process' of undefined at C:\Users\lifeart\AppData\Roaming\npm-cache\_npx\173988\node_modules\ember-es6-class-codemod\node_modules\flow-parser\/flow_parser.js:281:70 at Object. (C:\Users\lifeart\AppData\Roaming\npm-cache\_npx\173988\node_modules\ember-es6-class-codemod\node_modules\flow-parser\/flow_parser.js:2:2) at Module._compile (internal/modules/cjs/loader.js:778:30) at Module._compile (C:\Users\lifeart\AppData\Roaming\npm-cache\_npx\173988\node_modules\ember-es6-class-codemod\node_modules\pirates\lib\index.js:99:24) at Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Object.newLoader [as .js] (C:\Users\lifeart\AppData\Roaming\npm-cache\_npx\173988\node_modules\ember-es6-class-codemod\node_modules\pirates\lib\index.js:104:7) at Module.load (internal/modules/cjs/loader.js:653:32) at...

examples: ```hbs + add study + add study ``` output: ```hbs + add study + add study ```