We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.ts
.js
.tsx
.jsx
--alwaysStrict
"use strict";
:{type}
a
b
c
d
e
npm
tsc --w
unknown
any
{} | null | undefined
Array.isArray
Array#concat
jsxFactory
The text was updated successfully, but these errors were encountered:
RyanCavanaugh
No branches or pull requests
.ts
,.js
,.tsx
, and.jsx
#10939 Other file extensions--alwaysStrict
, also emits"use strict";
in files which require it:{type}
to omit formal parameter when declare function interface or something else #10984 Skip parameter names in positionsa
,b
,c
,d
,e
?npm
's interactive inittsc --w
using the CoS builder #10879 Make 'watch' use new faster compile-on-save codeunknown
: less-permissive alternative toany
#10715unknown
type{} | null | undefined
?any
?Array.isArray
... but notArray#concat
, presumably?any
's behaviorjsxFactory
: sureThe text was updated successfully, but these errors were encountered: