Noah Lemen
Noah Lemen
@hzoo i can take a swing at this. thinking about how to most clearly word these notifications 🤔🤔🤔 maybe something like: -`template-literals` is now spec-compliant by default. For previous behavior...
@hzoo are there any plugins other than the following that are hit here? - `plugin-proposal-class-properties` - `plugin-transform-template-literals` i haven't yet dug into the code on these to understand completely, but...
a cursory idea at what might be involved, in case any first-time contributor needs some direction: 1. in [updateDeps.js](https://github.com/babel/babel-upgrade/blob/master/src/upgradeDeps.js#L58-L82), check for `dependencies['lodash']` (reference `flow`, `babel-loader` portions for potentially similar logic)...
bummer. nice find though! looks like some process has been made towards supporting this? https://github.com/lodash/babel-plugin-lodash/pull/176 -- sounds like it's not completely supported still I'd vote towards holding off on this...
@existentialism I added issue limiting here: https://github.com/babel/babel.github.io/pull/1290 looks like babel and babili's anchor links will need to be updated to be absolute for the build to pass here?
ah, need to update Scheduler tests
@rickhanlonii yeah, this is already implemented with feature detection: https://github.com/facebook/react/blob/noahlemen-iip-scheduler/packages/scheduler/src/forks/Scheduler.js#L104-L111 it will continue with the 5ms frame interval if its not defined: https://github.com/facebook/react/blob/noahlemen-iip-scheduler/packages/scheduler/src/forks/Scheduler.js#L472-L503
Could you clarify what you mean by "update budget" here? I'm having some trouble wrapping my head around this scenario.
I wonder if the fact that this is no-op without `content-visibility:hidden` suggests that it would fit better as a value for `content-visibility`? Something like `content-visibility:hidden-updatable` perhaps? Downside there, I suppose,...
I'm not certain this is something we'd actually use, but I'm trying to think through the implications of nested renderPriority. Would renderPriority for the child here no-op without `content-visibility` despite...