From d6d368a65d9044014116964cede21a7f07686682 Mon Sep 17 00:00:00 2001 From: wizawu Date: Sat, 3 Oct 2015 11:01:22 +0800 Subject: [PATCH] Replace the sample file for .tsx extension The sample file is from https://github.com/Microsoft/TypeScript/blob/master/tests/cases/conformance/jsx/tsxAttributeResolution9.tsx --- samples/TypeScript/app.tsx | 9 ------- .../TypeScript/tsxAttributeResolution9.tsx | 27 +++++++++++++++++++ 2 files changed, 27 insertions(+), 9 deletions(-) delete mode 100644 samples/TypeScript/app.tsx create mode 100644 samples/TypeScript/tsxAttributeResolution9.tsx diff --git a/samples/TypeScript/app.tsx b/samples/TypeScript/app.tsx deleted file mode 100644 index 43155ceb..00000000 --- a/samples/TypeScript/app.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import * as React from 'react'; - -export class App extends React.Component { - - render() { - return