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
For example deserializeSpecifier('/some-namespace/') currently returns type === '/some-namespace/'. The leading / should be enough to inform the parser we are providing the path part of the specifier string and not a type.
This is implying a rule: "No type can start with a slash" which I think is pretty reasonable.
For example
deserializeSpecifier('/some-namespace/')
currently returnstype === '/some-namespace/'
. The leading/
should be enough to inform the parser we are providing the path part of the specifier string and not a type.This is implying a rule: "No type can start with a slash" which I think is pretty reasonable.
/cc @iezer
The text was updated successfully, but these errors were encountered: