You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WIP: bump ember-source to 7.0.0-beta.1 + strip on/fn imports
Per review request: bump peer + dev to ^7.0.0-beta.1, downgrade
babel-plugin-ember-template-compilation to ^3.1.0 (matching the
7-beta @ember/app-blueprint), and remove all `import { on } from
'@ember/modifier'` / `import { fn } from '@ember/helper'` across
src/tests/demo/README/docs.
Currently broken: ember-source 7-beta's template compiler still runs
StrictModeValidationPass which rejects unbound `on`/`fn`. Both wire-format
(dev) and hbs-format (publish) paths hit this. ALLOWED_GLOBALS,
STRICT_MODE_KEYWORDS, and the eval()-form `inScope` check don't add
`on`/`fn` to the implicit scope. Needs guidance on the missing mechanism.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments