| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
PR-URL: nodejs#58829 Refs: nodejs#37648 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
|
Review requested:
|
Sorry, something went wrong.
Shouldn't that have been added to doc/api/deprecations.md on main? |
Sorry, something went wrong.
It is not required to go through deprecation cycle for an experimental API. To fully remove dependencySpecifiers, we will need vm.SourceTextModule.moduleRequests available on all LTS lines first (this PR backports it). |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Expose import attributes on vm.SourceTextModule.moduleRequests. This deprecates vm.SourceTextModule.dependencySpecifiers as it does not expose import attributes.
PR-URL: #58829
Refs: #37648
Reviewed-By: Joyee Cheung joyeec9h3@gmail.com
Reviewed-By: Marco Ippolito marcoippolito54@gmail.com