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
The dry-typescript compiler should throw an error if any types have names that conflict with reserved words in TypeScript.
For example, currently the following would not throw an error:
moduleTypesincludeDry.Types()extendDry::Typescriptts_exportany=Types::String# This should throw an error, because 'any' is a TypeScript reserved word.end
The text was updated successfully, but these errors were encountered:
The dry-typescript compiler should throw an error if any types have names that conflict with reserved words in TypeScript.
For example, currently the following would not throw an error:
The text was updated successfully, but these errors were encountered: