Krystan HuffMenne
Krystan HuffMenne
TypeScript chapter for the Ember Guides: PR: https://github.com/ember-learn/guides-source/pull/1960 Preview: https://deploy-preview-1960--ember-guides.netlify.app/release/using-typescript/
PR to point Guides users to the EmberData alpha types in conjunction with the Ember native types: https://github.com/ember-learn/guides-source/pull/2036 (now merged).
Build error on Discourse: ``` Build Error (SourceMapConcat) ENOENT: no such file or directory, open '/var/folders/xx/2vtrs0m95q36gnbsvy_2293c0000gn/T/broccoli-3132Pq5hexxpMl17/out-293-broccoli_debug_debug_21_test_support_js/node_modules/ember-source/dist/ember-template-compiler.js' ``` More details: ``` ERROR Summary: - broccoliBuilderErrorStack: Error: ENOENT: no such file or...
If https://github.com/emberjs/ember.js/pull/20349 is still relevant, then this one still is. Will defer to @ef4
I've been trying to dogfood this in some or our apps. In our ~1yo app (running embroider), I am running into: ```txt Build Error (WaitForTrees) Cannot find module 'ember-source/vendor/ember/ember-template-compiler' from...
Everything appears to work on a fresh app created with `ember new test-app --yarn` (no embroider). But in our non-embroider app running ember-cli 4.11, I get no build errors, but...
During dog-fooding non-embroider apps with @wycats, we're noticing that multiple addons (e.g. ember-cli-deprecation-workflow) expect `require.has('@ember/...') === true`, but after this PR, it is false. We're thinking this is expected behavior...
IIRC adding something to `ignoreLeakingState` means it won't be transformed from an object literal. The `actions` hash is special-cased, as you found. Are you seeing anything about this file in...
Is this not it? https://github.com/ember-cli/ember-cli-htmlbars/blob/master/lib/index.d.ts