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 }}
rvanmarkus
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
src
on
stringLiteralTypes
User selector
All users
All time
Commit history
Commits on Oct 23, 2015
Merge branch 'master' into stringLiteralTypes
DanielRosenwasser
committed
049d02f
View commit details
Copy full SHA for 049d02f
View code at this point
Browse repository at this point
Commits on Oct 22, 2015
Merge pull request #5366 from RyanCavanaugh/typeOperatorSpacingRule
Show description for bede6ed
RyanCavanaugh
committed
bede6ed
View commit details
Copy full SHA for bede6ed
View code at this point
Browse repository at this point
Add rule to check spaces around intersection/union type operators
RyanCavanaugh
committed
69236c9
View commit details
Copy full SHA for 69236c9
View code at this point
Browse repository at this point
Merge branch 'master' into stringLiteralTypes
DanielRosenwasser
committed
307d73e
View commit details
Copy full SHA for 307d73e
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
Merge pull request #5355 from Microsoft/initFieldsInConstructor
Show description for 9afc2b3
vladima
committed
9afc2b3
View commit details
Copy full SHA for 9afc2b3
View code at this point
Browse repository at this point
initialize fields from constructor parameters
vladima
committed
7c064af
View commit details
Copy full SHA for 7c064af
View code at this point
Browse repository at this point
pre-initialize node fields in constructor
vladima
committed
7fc29d1
View commit details
Copy full SHA for 7fc29d1
View code at this point
Browse repository at this point
do not indent token if its start line matches end line of previous token\trivia
vladima
committed
912e49b
View commit details
Copy full SHA for 912e49b
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
Merge pull request #5295 from RyanCavanaugh/detectAdjacentJsxElements
Show description for 853e9a2
RyanCavanaugh
committed
853e9a2
View commit details
Copy full SHA for 853e9a2
View code at this point
Browse repository at this point
Merge pull request #5344 from Microsoft/excessPropertiesWithUnion
Show description for a8fa81b
ahejlsberg
committed
a8fa81b
View commit details
Copy full SHA for a8fa81b
View code at this point
Browse repository at this point
Merge pull request #5343 from Microsoft/fixES6LetInModule
Show description for c3f36e1
rbuckton
committed
c3f36e1
View commit details
Copy full SHA for c3f36e1
View code at this point
Browse repository at this point
Fix check for excess properties in union and intersection types
ahejlsberg
committed
6d8950e
View commit details
Copy full SHA for 6d8950e
View code at this point
Browse repository at this point
Fixes issue in emitExpressionIdentifier when combining --target ES6 with --module.
Show description for 85e587e
rbuckton
committed
85e587e
View commit details
Copy full SHA for 85e587e
View code at this point
Browse repository at this point
Merge pull request #5263 from zhengbli/pr5127cr
Show description for 1b36407
Zhengbo Li
committed
1b36407
View commit details
Copy full SHA for 1b36407
View code at this point
Browse repository at this point
CR feedback
zhengbli
committed
39254b5
View commit details
Copy full SHA for 39254b5
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
Merge pull request #5310 from Microsoft/convertConfigOptionsToCompilerOptions
Show description for fb97e2f
vladima
committed
fb97e2f
View commit details
Copy full SHA for fb97e2f
View code at this point
Browse repository at this point
Merge pull request #5267 from Microsoft/disallow-primitive-assignability-to-index-of-any
Show description for f9c40d1
sandersn
committed
f9c40d1
View commit details
Copy full SHA for f9c40d1
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
9fa268a
View commit details
Copy full SHA for 9fa268a
View code at this point
Browse repository at this point
Change ArrayBuffer.isView declaration to type guard for ArrayBufferView.
Show description for f10c7cc
John Vilk
committed
f10c7cc
View commit details
Copy full SHA for f10c7cc
View code at this point
Browse repository at this point
Commits on Oct 17, 2015
extract 'convertCompilerOptionsFromJson' to separate function
vladima
committed
0bd50ca
View commit details
Copy full SHA for 0bd50ca
View code at this point
Browse repository at this point
Merge pull request #5293 from Microsoft/bumpTo1.8
Show description for 6aeec13
DanielRosenwasser
committed
6aeec13
View commit details
Copy full SHA for 6aeec13
View code at this point
Browse repository at this point
Commits on Oct 16, 2015
Merge pull request #5257 from Microsoft/module-merge-with-constructors
Show description for e98a76f
mhegazy
committed
e98a76f
View commit details
Copy full SHA for e98a76f
View code at this point
Browse repository at this point
Merge pull request #5290 from Microsoft/interfaceClassMergingFix
Show description for bb369f1
mhegazy
committed
bb369f1
View commit details
Copy full SHA for bb369f1
View code at this point
Browse repository at this point
Merge pull request #5230 from Microsoft/ambient-class-merges-overloads-with-interface
Show description for a8aa48e
sandersn
committed
a8aa48e
View commit details
Copy full SHA for a8aa48e
View code at this point
Browse repository at this point
Fixed linter error
rbuckton
committed
81e784c
View commit details
Copy full SHA for 81e784c
View code at this point
Browse repository at this point
Better error recovery for adjacent JSX elements in expression positions
Show description for 6ccb2a5
RyanCavanaugh
committed
6ccb2a5
View commit details
Copy full SHA for 6ccb2a5
View code at this point
Browse repository at this point
Switched switch statement to if branches.
Show description for 798ffa7
rbuckton
committed
798ffa7
View commit details
Copy full SHA for 798ffa7
View code at this point
Browse repository at this point
Bumped version to 1.8.0.
DanielRosenwasser
committed
3749fe8
View commit details
Copy full SHA for 3749fe8
View code at this point
Browse repository at this point
Add sortBeforeComparison option back to arrayIsEqualTo
zhengbli
committed
e7e1fa7
View commit details
Copy full SHA for e7e1fa7
View code at this point
Browse repository at this point
Do not report errors for classes and interfaces merging
mhegazy
committed
35a303a
View commit details
Copy full SHA for 35a303a
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
Always use a string literal type if contextually typed by any string literal types.
DanielRosenwasser
committed
ec0d49a
View commit details
Copy full SHA for ec0d49a
View code at this point
Browse repository at this point
CR feedback
zhengbli
committed
ea9bf73
View commit details
Copy full SHA for ea9bf73
View code at this point
Browse repository at this point
Merge branch 'master' into stringLiteralTypes
DanielRosenwasser
committed
725bda8
View commit details
Copy full SHA for 725bda8
View code at this point
Browse repository at this point
Add ES2015 as a synonym to ES6
Show description for 53188d9
sandersn
committed
53188d9
View commit details
Copy full SHA for 53188d9
View code at this point
Browse repository at this point
Primitives are not assignable to any-type indexers
Show description for 6798bd5
sandersn
committed
6798bd5
View commit details
Copy full SHA for 6798bd5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.