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
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
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 }}
sprdave
/
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
tscJsFiles
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 12, 2015
Add testcase - generating declaration file results in more errors in ts file
sheetalkamat
committed
11b270f
View commit details
Copy full SHA for 11b270f
View code at this point
Browse repository at this point
Emit enabled for JS files
sheetalkamat
committed
b38a81b
View commit details
Copy full SHA for b38a81b
View code at this point
Browse repository at this point
Fix the lint error
sheetalkamat
committed
286fb3e
View commit details
Copy full SHA for 286fb3e
View code at this point
Browse repository at this point
Merge branch 'master' into tscJsFiles
sheetalkamat
committed
f28fbfd
View commit details
Copy full SHA for f28fbfd
View code at this point
Browse repository at this point
Verify that when emit blocking error occurs rest of the emit occurs as expected
sheetalkamat
committed
a87dae1
View commit details
Copy full SHA for a87dae1
View code at this point
Browse repository at this point
Verify the emit file name is unique and doesnt overwrite input file
Show description for 5e14edb
sheetalkamat
committed
5e14edb
View commit details
Copy full SHA for 5e14edb
View code at this point
Browse repository at this point
Merge pull request #5178 from RyanCavanaugh/fix5132
Show description for c05297c
RyanCavanaugh
committed
c05297c
View commit details
Copy full SHA for c05297c
View code at this point
Browse repository at this point
Merge pull request #5177 from zhengbli/i4684
Show description for 5605c8a
Zhengbo Li
committed
5605c8a
View commit details
Copy full SHA for 5605c8a
View code at this point
Browse repository at this point
Remove prototype from NodeFilter static type
zhengbli
committed
de52865
View commit details
Copy full SHA for de52865
View code at this point
Browse repository at this point
Merge pull request #5216 from Microsoft/checkFunctionsInClassExpressions
Show description for 22e68de
vladima
committed
22e68de
View commit details
Copy full SHA for 22e68de
View code at this point
Browse repository at this point
Merge pull request #5226 from Microsoft/blockScopedExports
Show description for d757e5e
vladima
committed
d757e5e
View commit details
Copy full SHA for d757e5e
View code at this point
Browse repository at this point
check initialization of exported block scoped variables
vladima
committed
adf9f9b
View commit details
Copy full SHA for adf9f9b
View code at this point
Browse repository at this point
add rule to insert space between async keyword and open paren
vladima
committed
c35419e
View commit details
Copy full SHA for c35419e
View code at this point
Browse repository at this point
check functions in class expressions
vladima
committed
a068327
View commit details
Copy full SHA for a068327
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
Merge pull request #5121 from Microsoft/shorthandPropsInDestructuring
Show description for 1b5dc0d
vladima
committed
1b5dc0d
View commit details
Copy full SHA for 1b5dc0d
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Merge pull request #5197 from Microsoft/supportIndentStyle
Show description for 5736521
paulvanbrenk
authored and
Paul van Brenk
committed
5736521
View commit details
Copy full SHA for 5736521
View code at this point
Browse repository at this point
Add "A module cannot have multiple default exports." message for multiple "default" exports
MartyIX
committed
69ff6f5
View commit details
Copy full SHA for 69ff6f5
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
a556209
View commit details
Copy full SHA for a556209
View code at this point
Browse repository at this point
Typo
jbondc
committed
3d63981
View commit details
Copy full SHA for 3d63981
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Merge pull request #5167 from jbondc/const-indexed-access
Show description for 350bb1f
mhegazy
committed
350bb1f
View commit details
Copy full SHA for 350bb1f
View code at this point
Browse repository at this point
Merge branch 'master' into tscJsFiles
sheetalkamat
committed
2c3c321
View commit details
Copy full SHA for 2c3c321
View code at this point
Browse repository at this point
Use compilation options to get extensions to remove to get module name
sheetalkamat
committed
2d083f7
View commit details
Copy full SHA for 2d083f7
View code at this point
Browse repository at this point
Remove extension for emitting output should remove any of supported extensions + js/jsx to get the dts file
sheetalkamat
committed
f7b7204
View commit details
Copy full SHA for f7b7204
View code at this point
Browse repository at this point
Merge branch 'master' into emitExportAssignments
ahejlsberg
committed
2412204
View commit details
Copy full SHA for 2412204
View code at this point
Browse repository at this point
Escape quotes when emitting React
RyanCavanaugh
committed
d229ae4
View commit details
Copy full SHA for d229ae4
View code at this point
Browse repository at this point
Fix i4684
zhengbli
committed
9eed58d
View commit details
Copy full SHA for 9eed58d
View code at this point
Browse repository at this point
Merge pull request #5159 from zhengbli/i4942
Show description for c2a5898
Zhengbo Li
committed
c2a5898
View commit details
Copy full SHA for c2a5898
View code at this point
Browse repository at this point
Emit export assignments when target is ES6 and module kind is not ES6
ahejlsberg
committed
533c4eb
View commit details
Copy full SHA for 533c4eb
View code at this point
Browse repository at this point
Accept baselines.
jbondc
committed
82eb992
View commit details
Copy full SHA for 82eb992
View code at this point
Browse repository at this point
Resolve const enum value in index access.
jbondc
committed
8960f52
View commit details
Copy full SHA for 8960f52
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
fix issue 4942
zhengbli
committed
7175e5d
View commit details
Copy full SHA for 7175e5d
View code at this point
Browse repository at this point
transpile text as tsx if jsx option is specified
vladima
committed
75af4f7
View commit details
Copy full SHA for 75af4f7
View code at this point
Browse repository at this point
Commits on Oct 6, 2015
Fixes some checker errors regarding async functions. Fixes #5115.
rbuckton
committed
703af07
View commit details
Copy full SHA for 703af07
View code at this point
Browse repository at this point
Merge pull request #5137 from Microsoft/fixExportDefaultClassStatics
Show description for 4d3c74f
rbuckton
committed
4d3c74f
View commit details
Copy full SHA for 4d3c74f
View code at this point
Browse repository at this point
Taken feedback into account and simplified the getFileNames logic to handle extensions by priority
sheetalkamat
committed
242eb8b
View commit details
Copy full SHA for 242eb8b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.