You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of integrating with various ecosystem libraries, it has been observed that additional cases need to be accounted for when handling the exports object from a package.json
Details
Observed and reported use cases that we should validate against
While we're here, we should probably also try and improve our error handling here, like making sure only strings get added to the import map, and good use of try / catch
The text was updated successfully, but these errors were encountered:
Type of Change
Enhancement
Summary
As part of integrating with various ecosystem libraries, it has been observed that additional cases need to be accounted for when handling the exports object from a package.json
Details
Observed and reported use cases that we should validate against
While we're here, we should probably also try and improve our error handling here, like making sure only strings get added to the import map, and good use of
try
/catch
The text was updated successfully, but these errors were encountered: