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
When analyzing the dependencies of projects, the effective dependencies can change based on what platform the build is targeting. In order to cover those cases, we need to be able to do two things from any of the parsers:
Give the parsers a unified way of knowing which platform they are running on and
Create an option to specify the target platform so that each parser can pass a platform slug to the underlying tooling
The text was updated successfully, but these errors were encountered:
I'm thinking on adding an options mechanism to the parsers once they are stable. To detect the platform I will add a help function somewhere that they can reuse to get the info.
When analyzing the dependencies of projects, the effective dependencies can change based on what platform the build is targeting. In order to cover those cases, we need to be able to do two things from any of the parsers:
The text was updated successfully, but these errors were encountered: