emberjs / ember-classic-decorator

MIT License
12 stars 22 forks source link

Restore functions that were previously available at window.require.x #75

Closed gilest closed 2 years ago

gilest commented 3 years ago

I'm not sure about consequences or side effects of this, but this change seems to resolve the reported issue 🤷

Names of window.require.x of functions copied over:

["_eak_seen", "entries", "has", "unsee", "clear"]

Fixes #74

elwayman02 commented 3 years ago

@kategengler are you able to help review/ship this change? We need someone from the core team to help push this across the finish line if it's the right fix.