TypeScript/tests/cases/conformance/jsx
2021-03-22 10:28:43 -07:00
..
inline reset soft with master for single commit (#38720) 2020-06-18 00:22:32 -07:00
jsxs Add tests related to the key prop when using new JSX transform 2020-10-17 15:20:39 +02:00
checkJsxChildrenCanBeTupleType.tsx Infer tuples for jsx children if contextually typed by a tuple (#27409) 2018-10-04 17:56:38 -07:00
checkJsxChildrenProperty1.tsx
checkJsxChildrenProperty2.tsx Error when property is specified more than once via a spread (#36727) 2020-02-11 10:23:15 -08:00
checkJsxChildrenProperty3.tsx
checkJsxChildrenProperty4.tsx
checkJsxChildrenProperty5.tsx
checkJsxChildrenProperty6.tsx
checkJsxChildrenProperty7.tsx
checkJsxChildrenProperty8.tsx
checkJsxChildrenProperty9.tsx
checkJsxChildrenProperty10.tsx
checkJsxChildrenProperty11.tsx
checkJsxChildrenProperty12.tsx
checkJsxChildrenProperty13.tsx Error when property is specified more than once via a spread (#36727) 2020-02-11 10:23:15 -08:00
checkJsxChildrenProperty14.tsx
checkJsxChildrenProperty15.tsx Fake up value declaration for synthetic jsx children symbol so they get excess property checked (#29359) 2019-01-15 22:31:57 -08:00
checkJsxGenericTagHasCorrectInferences.tsx Fix JSX contextual types to not eagerly become apparent, use 2-pass inference for JSX (#21383) 2018-02-05 16:33:39 -08:00
checkJsxIntersectionElementPropsType.tsx Infer over each mapped type constraint member if it is a union (#28006) 2018-10-22 16:33:43 -07:00
checkJsxNamespaceNamesQuestionableForms.tsx Adjust scanning of keywordy jsx namespace names, add grammar error for jsx dotted names containing namespace names (#43104) 2021-03-22 10:28:43 -07:00
checkJsxSubtleSkipContextSensitiveBug.tsx Obey the excludeArgument parameter when checking JSX signature validity (#28002) 2018-10-22 16:36:11 -07:00
checkJsxUnionSFXContextualTypeInferredCorrectly.tsx Discriminate jsx contextual types same as object contextual types (#27408) 2018-10-05 15:11:12 -07:00
commentEmittingInPreserveJsx1.tsx
correctlyMarkAliasAsReferences1.tsx
correctlyMarkAliasAsReferences2.tsx
correctlyMarkAliasAsReferences3.tsx
correctlyMarkAliasAsReferences4.tsx
jsxAndTypeAssertion.tsx
jsxCheckJsxNoTypeArgumentsAllowed.tsx Parse and check type arguments on JSX opening and self-closing tags (#22415) 2018-03-22 15:07:36 -07:00
jsxEsprimaFbTestSuite.tsx Support xml namespace prefix for JSX elements and attributes (#37421) 2020-11-02 15:34:36 -08:00
jsxInvalidEsprimaTestSuite.tsx Improve error range for ts2657 (jsx expr must have parent element), add code fix for it (#37917) 2020-06-01 12:22:44 -07:00
jsxParsingError1.tsx
jsxParsingError2.tsx
jsxParsingError3.tsx Throw syntax error for } and > in JSX text (#36636) 2020-02-11 11:44:17 -05:00
jsxReactTestSuite.tsx
jsxSpreadOverwritesAttributeStrict.tsx feat(36908): add 'property overwritten by spread' error for jsx attributes. add related span for conflicting declaration in spread (#37329) 2020-03-17 13:13:38 -07:00
tsxAttributeErrors.tsx
tsxAttributeInvalidNames.tsx
tsxAttributeResolution.tsx
tsxAttributeResolution1.tsx
tsxAttributeResolution2.tsx
tsxAttributeResolution3.tsx
tsxAttributeResolution4.tsx
tsxAttributeResolution5.tsx
tsxAttributeResolution6.tsx
tsxAttributeResolution7.tsx
tsxAttributeResolution8.tsx
tsxAttributeResolution9.tsx
tsxAttributeResolution10.tsx
tsxAttributeResolution11.tsx
tsxAttributeResolution12.tsx
tsxAttributeResolution13.tsx
tsxAttributeResolution14.tsx
tsxAttributeResolution15.tsx Unify JSX And Normal Call Checking Codepaths (#27627) 2018-10-16 20:16:00 -04:00
tsxAttributeResolution16.tsx
tsxCorrectlyParseLessThanComparison1.tsx
tsxDefaultAttributesResolution1.tsx
tsxDefaultAttributesResolution2.tsx
tsxDefaultAttributesResolution3.tsx
tsxDynamicTagName1.tsx
tsxDynamicTagName2.tsx
tsxDynamicTagName3.tsx
tsxDynamicTagName4.tsx
tsxDynamicTagName5.tsx
tsxDynamicTagName6.tsx
tsxDynamicTagName7.tsx
tsxDynamicTagName8.tsx
tsxDynamicTagName9.tsx
tsxElementResolution.tsx
tsxElementResolution1.tsx
tsxElementResolution2.tsx
tsxElementResolution3.tsx
tsxElementResolution4.tsx
tsxElementResolution5.tsx
tsxElementResolution6.tsx
tsxElementResolution7.tsx
tsxElementResolution8.tsx
tsxElementResolution9.tsx
tsxElementResolution10.tsx
tsxElementResolution11.tsx
tsxElementResolution12.tsx
tsxElementResolution13.tsx
tsxElementResolution14.tsx
tsxElementResolution15.tsx
tsxElementResolution16.tsx
tsxElementResolution17.tsx
tsxElementResolution18.tsx
tsxElementResolution19.tsx
tsxEmit1.tsx
tsxEmit2.tsx
tsxEmit3.tsx
tsxEmitSpreadAttribute.ts fix(42368): omit converting jsx spread attributes to Object.assign for ES2018 and up (#42554) 2021-02-18 17:06:08 -08:00
tsxErrorRecovery1.tsx
tsxErrorRecovery2.tsx
tsxErrorRecovery3.tsx
tsxExternalModuleEmit1.tsx
tsxExternalModuleEmit2.tsx
tsxFragmentErrors.tsx
tsxFragmentPreserveEmit.tsx Allow characters in JsxText inside JsxFragment that would not normally scan 2018-02-22 15:56:34 -08:00
tsxFragmentReactEmit.tsx Allow characters in JsxText inside JsxFragment that would not normally scan 2018-02-22 15:56:34 -08:00
tsxGenericArrowFunctionParsing.tsx
tsxGenericAttributesType1.tsx
tsxGenericAttributesType2.tsx
tsxGenericAttributesType3.tsx
tsxGenericAttributesType4.tsx Use inference for filling JSX attributes in getJsxElementInstanceType (#20973) 2018-01-03 11:30:41 -08:00
tsxGenericAttributesType5.tsx Use inference for filling JSX attributes in getJsxElementInstanceType (#20973) 2018-01-03 11:30:41 -08:00
tsxGenericAttributesType6.tsx
tsxGenericAttributesType7.tsx
tsxGenericAttributesType8.tsx
tsxGenericAttributesType9.tsx
tsxInArrowFunction.tsx
tsxIntrinsicAttributeErrors.tsx Skip IntrinsicAttributes elaboration in JSX errors (#24461) 2018-05-29 14:00:26 -07:00
tsxLibraryManagedAttributes.tsx Support LibraryManagedAttributes<TComponent, TAttributes> JSX namespace type (#24422) 2018-06-29 18:45:29 -07:00
tsxNoJsx.tsx
tsxOpeningClosingNames.tsx
tsxParseTests1.tsx
tsxParseTests2.tsx
tsxPreserveEmit1.tsx
tsxPreserveEmit2.tsx
tsxPreserveEmit3.tsx
tsxReactComponentWithDefaultTypeParameter1.tsx
tsxReactComponentWithDefaultTypeParameter2.tsx Use inference for filling JSX attributes in getJsxElementInstanceType (#20973) 2018-01-03 11:30:41 -08:00
tsxReactComponentWithDefaultTypeParameter3.tsx Use inference for filling JSX attributes in getJsxElementInstanceType (#20973) 2018-01-03 11:30:41 -08:00
tsxReactEmit1.tsx
tsxReactEmit2.tsx
tsxReactEmit3.tsx
tsxReactEmit4.tsx
tsxReactEmit5.tsx
tsxReactEmit6.tsx
tsxReactEmit7.tsx
tsxReactEmitEntities.tsx Fix decoding of HTML entities in TSX/JSX (#35739) 2019-12-17 17:32:48 -08:00
tsxReactEmitNesting.tsx
tsxReactEmitWhitespace.tsx
tsxReactEmitWhitespace2.tsx
tsxSfcReturnNull.tsx
tsxSfcReturnNullStrictNullChecks.tsx
tsxSfcReturnUndefinedStrictNullChecks.tsx
tsxSpreadAttributesResolution1.tsx
tsxSpreadAttributesResolution2.tsx Unify JSX And Normal Call Checking Codepaths (#27627) 2018-10-16 20:16:00 -04:00
tsxSpreadAttributesResolution3.tsx
tsxSpreadAttributesResolution4.tsx
tsxSpreadAttributesResolution5.tsx
tsxSpreadAttributesResolution6.tsx
tsxSpreadAttributesResolution7.tsx
tsxSpreadAttributesResolution8.tsx
tsxSpreadAttributesResolution9.tsx
tsxSpreadAttributesResolution10.tsx
tsxSpreadAttributesResolution11.tsx
tsxSpreadAttributesResolution12.tsx
tsxSpreadAttributesResolution13.tsx
tsxSpreadAttributesResolution14.tsx
tsxSpreadAttributesResolution15.tsx
tsxSpreadAttributesResolution16.tsx
tsxSpreadAttributesResolution17.tsx Fix JSX attribute checking when spreading unions 2018-01-22 13:34:12 -08:00
tsxSpreadChildren.tsx
tsxSpreadChildrenInvalidType.tsx
tsxStatelessFunctionComponentOverload1.tsx
tsxStatelessFunctionComponentOverload2.tsx
tsxStatelessFunctionComponentOverload3.tsx
tsxStatelessFunctionComponentOverload4.tsx fix spelling errors (#36523) 2020-01-30 13:39:54 -08:00
tsxStatelessFunctionComponentOverload5.tsx
tsxStatelessFunctionComponentOverload6.tsx
tsxStatelessFunctionComponents1.tsx
tsxStatelessFunctionComponents2.tsx
tsxStatelessFunctionComponents3.tsx
tsxStatelessFunctionComponentsWithTypeArguments1.tsx
tsxStatelessFunctionComponentsWithTypeArguments2.tsx
tsxStatelessFunctionComponentsWithTypeArguments3.tsx
tsxStatelessFunctionComponentsWithTypeArguments4.tsx
tsxStatelessFunctionComponentsWithTypeArguments5.tsx
tsxStatelessFunctionComponentWithDefaultTypeParameter1.tsx
tsxStatelessFunctionComponentWithDefaultTypeParameter2.tsx
tsxTypeArgumentResolution.tsx Parse and check type arguments on JSX opening and self-closing tags (#22415) 2018-03-22 15:07:36 -07:00
tsxTypeArgumentsJsxPreserveOutput.tsx fix(37456): add tests for JsxOpeningElement nodes (#37752) 2020-04-02 10:38:31 -07:00
tsxTypeErrors.tsx
tsxUnionElementType1.tsx
tsxUnionElementType2.tsx
tsxUnionElementType3.tsx
tsxUnionElementType4.tsx
tsxUnionElementType5.tsx
tsxUnionElementType6.tsx
tsxUnionTypeComponent1.tsx
tsxUnionTypeComponent2.tsx
unicodeEscapesInJsxtags.tsx Fix unicode escapes in jsx identifiers and extended unicode characters in jsdoc (#32716) 2019-08-06 15:14:32 -07:00