| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
LGTM, thanks |
Sorry, something went wrong.
There was a problem hiding this comment.
Based on the previous discussions I presume the info is accurate, so LGTM
Sorry, something went wrong.
Fixes: nodejs#36162 PR-URL: nodejs#42339 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Fixes: nodejs#36162 PR-URL: nodejs#42339 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Fixes: nodejs/node#36162 PR-URL: nodejs/node#42339 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
As discussed on #42336 this change adds some extra detail to the history of unflagging conditional exports across v12.16 and v2.17. In v13 conditional exports became fully unflagged in v13.7 when --experimental-conditional-exports was removed.
Unfortunately the version order linting rule doesn't allow putting the removal of --experimental-modules for just 12.17.0 above the removal of --experimental-conditional-exports in both 12.16.0 and 13.7.0, but hopefully the change there is still clear.
Fixes: #36162