Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
TypeScript
Public
Notifications
You must be signed in to change notification settings
Fork
13.7k
Star
110k
Code
Issues
5k+
Pull requests
23
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
JSX and
as
operator
- #3564
#3564
Merged
RyanCavanaugh
merged 29 commits into
microsoft:master
microsoft/TypeScript:master
from
RyanCavanaugh:jsxAndAs
RyanCavanaugh/TypeScript:jsxAndAs
Copy head branch name to clipboard
Jun 29, 2015
Conversation
Commits
29
(29)
Checks
Files changed
Merged
JSX and
as
operator
#3564
RyanCavanaugh
merged 29 commits into
microsoft:master
microsoft/TypeScript:master
from
RyanCavanaugh:jsxAndAs
RyanCavanaugh/TypeScript:jsxAndAs
Copy head branch name to clipboard
Commits
Commits on Jun 18, 2015
Utilities + types setup for JSX and As
RyanCavanaugh
committed
556cb70
View commit details
Copy full SHA for 556cb70
Browse repository at this point
Scanner / parser for JSX and As
RyanCavanaugh
committed
a4045e5
View commit details
Copy full SHA for a4045e5
Browse repository at this point
JSX/as support in tsc.js + error messages
RyanCavanaugh
committed
6dfe3d7
View commit details
Copy full SHA for 6dfe3d7
Browse repository at this point
Checker work for JSX + As
RyanCavanaugh
committed
195db03
View commit details
Copy full SHA for 195db03
Browse repository at this point
Emitter for JSX
RyanCavanaugh
committed
f5336db
View commit details
Copy full SHA for f5336db
Browse repository at this point
Formatting and LS for JSX and As
RyanCavanaugh
committed
6d01a44
View commit details
Copy full SHA for 6d01a44
Browse repository at this point
Test support for TSX files
RyanCavanaugh
committed
e34d8cd
View commit details
Copy full SHA for e34d8cd
Browse repository at this point
Fourslash tests for JSX and As
RyanCavanaugh
committed
fa198a5
View commit details
Copy full SHA for fa198a5
Browse repository at this point
Conformance tests for 'as' operator
RyanCavanaugh
committed
2b44dca
View commit details
Copy full SHA for 2b44dca
Browse repository at this point
Conformance tests for JSX
RyanCavanaugh
committed
bc9b53a
View commit details
Copy full SHA for bc9b53a
Browse repository at this point
Baseline-accept
RyanCavanaugh
committed
a5c44a3
View commit details
Copy full SHA for a5c44a3
Browse repository at this point
Missed a few files in baseline-accept
RyanCavanaugh
committed
46eb521
View commit details
Copy full SHA for 46eb521
Browse repository at this point
Commits on Jun 19, 2015
Fix emit for boolean attributes
RyanCavanaugh
committed
b0750c2
View commit details
Copy full SHA for b0750c2
Browse repository at this point
Fix React emit for spread attributes when they are the first attribute
RyanCavanaugh
committed
388e73f
View commit details
Copy full SHA for 388e73f
Browse repository at this point
Commits on Jun 22, 2015
Misc cleanup
RyanCavanaugh
committed
2555344
View commit details
Copy full SHA for 2555344
Browse repository at this point
Treat </ as a token in TSX files
RyanCavanaugh
committed
e448d8b
View commit details
Copy full SHA for e448d8b
Browse repository at this point
Unrelated baseline noise
RyanCavanaugh
committed
c9a925e
View commit details
Copy full SHA for c9a925e
Browse repository at this point
More cleanup
RyanCavanaugh
committed
16c8344
View commit details
Copy full SHA for 16c8344
Browse repository at this point
It's no longer safe to store JSX elem. attr. type in nodelinks.resolvedType
RyanCavanaugh
committed
5bc10b9
View commit details
Copy full SHA for 5bc10b9
Browse repository at this point
Commits on Jun 23, 2015
Merge remote-tracking branch 'upstream/master' into jsxAndAs
RyanCavanaugh
committed
b3ca009
View commit details
Copy full SHA for b3ca009
Browse repository at this point
Commits on Jun 24, 2015
Spreaded anys should satisfy all required properties
RyanCavanaugh
committed
65828c4
View commit details
Copy full SHA for 65828c4
Browse repository at this point
Commits on Jun 25, 2015
Don't error on JSX elements when JSX.Element isn't present
RyanCavanaugh
committed
8180b7d
View commit details
Copy full SHA for 8180b7d
Browse repository at this point
Commits on Jun 26, 2015
Improve commandline help for --jsx
RyanCavanaugh
committed
b1a05b8
View commit details
Copy full SHA for b1a05b8
Browse repository at this point
CR feedback
RyanCavanaugh
committed
306de4d
View commit details
Copy full SHA for 306de4d
Browse repository at this point
Move token scan to inside `if`
RyanCavanaugh
committed
ce6f39e
View commit details
Copy full SHA for ce6f39e
Browse repository at this point
Commits on Jun 29, 2015
Update for style :tophat:
RyanCavanaugh
committed
042f1fc
View commit details
Copy full SHA for 042f1fc
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into jsxAndAs
Show description for 634d35a
RyanCavanaugh
committed
634d35a
View commit details
Copy full SHA for 634d35a
Browse repository at this point
Don't use ES5 array APIs
RyanCavanaugh
committed
1d09c6e
View commit details
Copy full SHA for 1d09c6e
Browse repository at this point
Missed a file in merge; use Tristate.True in arrow fn check
RyanCavanaugh
committed
3402f35
View commit details
Copy full SHA for 3402f35
Browse repository at this point
You can’t perform that action at this time.