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
Another alternative is to export the specific options from the common module and make them ineffective on the platform on which they do not apply. This will be more convenient to use but this lead to confusion as the code reader might think it is doing something.
Or we could prefix the posix and windows APIs with explicit posix, win32 prefixes.
To expose the Posix and Windows specific behavior.
The text was updated successfully, but these errors were encountered: