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
Allow duplicated members in multiple interface declarations, as long as they are identical. Optional compiling warnings are acceptable, to assist developers to remove redundant codes at convenient time.
...
interfaceSymbol{/** Returns a string representation of an object. */toString(): string;/** Returns the primitive value of the specified object. */valueOf(): Object;[Symbol.toStringTag]: string;}
...
The text was updated successfully, but these errors were encountered:
Allow duplicated members in multiple interface declarations, as long as they are identical. Optional compiling warnings are acceptable, to assist developers to remove redundant codes at convenient time.
This should not generate any errors, example:
shim.d.ts
es6.d.ts
The text was updated successfully, but these errors were encountered: