-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include sourcesContent in composed Hermes source map #26086
Comments
This comment has been minimized.
This comment has been minimized.
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
As far as I know nothing has changed, can anybody else shed any light? |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Should this issue be on the Hermes repo? |
No, the relevant build script is part of the RN+Hermes integration which lives in this repo. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
This issue still exists. |
Summary: * Implements the `sourceContentFor` API from `source-map` in Metro's `Consumer`. * Copies source contents in `composeSourceMaps` if they exist. Related issues: facebook/react-native#26086, facebook/hermes#85. We'll be able to close the RN issue once this lands in the version of `metro-source-map` used in RN master. Differential Revision: D22284159 fbshipit-source-id: 996f485a95190319a6482da518dcf32a4e7a8a96
facebook/metro#574 will fix this. Apologies for the long delay. |
…#574) Summary: Pull Request resolved: #574 * Implements the `sourceContentFor` API from `source-map` in Metro's `Consumer`. * Copies source contents in `composeSourceMaps` if they exist. Related issues: facebook/react-native#26086, facebook/hermes#85. We'll be able to close the RN issue once this lands in the version of `metro-source-map` used in RN master. Reviewed By: cpojer Differential Revision: D22284159 fbshipit-source-id: ac3080ce772f664d7b58559f109b71a9252c325b
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
React Native version: >= 0.60.2
Steps To Reproduce
generated/sourcemaps/react/
does not contain thesourcesContent
field.Describe what you expected to happen:
The source map should contain a fully-populated
sourcesContent
field.More context: facebook/hermes#85 opened by @bengourley
The text was updated successfully, but these errors were encountered: