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 }}
prmdeveloper
/
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
tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 14, 2016
find module augmentations in preprocessor
vladima
committed
2b2092b
View commit details
Copy full SHA for 2b2092b
View code at this point
Browse repository at this point
Commits on Mar 13, 2016
don't check that return statement has expression in constructors
vladima
committed
e0a79bc
View commit details
Copy full SHA for e0a79bc
View code at this point
Browse repository at this point
Commits on Mar 12, 2016
Fix #7397: Remove error checks for noEmit and out* compiler options combined.
anilanar
committed
cde06b6
View commit details
Copy full SHA for cde06b6
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
Merge pull request #7264 from RyanCavanaugh/umd
Show description for 7d372bf
RyanCavanaugh
committed
7d372bf
View commit details
Copy full SHA for 7d372bf
View code at this point
Browse repository at this point
Merge pull request #7464 from Microsoft/capturedLetConstInDestructuringAssignment
Show description for 489bf92
vladima
committed
489bf92
View commit details
Copy full SHA for 489bf92
View code at this point
Browse repository at this point
Add `export = class` scenario
RyanCavanaugh
committed
043b338
View commit details
Copy full SHA for 043b338
View code at this point
Browse repository at this point
correctly recognize captured loop variables in destructuring assignment
vladima
committed
7344d9c
View commit details
Copy full SHA for 7344d9c
View code at this point
Browse repository at this point
Fixed default import from export equals
Show description for 3ebf0fc
billti
committed
3ebf0fc
View commit details
Copy full SHA for 3ebf0fc
View code at this point
Browse repository at this point
Fixed es2015 imports from export=
Show description for b760fc0
billti
committed
b760fc0
View commit details
Copy full SHA for b760fc0
View code at this point
Browse repository at this point
Revert "add part of test baselines"
Show description for f06423b
vladima
committed
f06423b
View commit details
Copy full SHA for f06423b
View code at this point
Browse repository at this point
add part of test baselines
vladima
committed
502b2ba
View commit details
Copy full SHA for 502b2ba
View code at this point
Browse repository at this point
Add test for function export
RyanCavanaugh
committed
8cef251
View commit details
Copy full SHA for 8cef251
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
Add tests for each variant of UMD augmentation
RyanCavanaugh
committed
14941f2
View commit details
Copy full SHA for 14941f2
View code at this point
Browse repository at this point
Merge pull request #7450 from Microsoft/noImplicitReturnsInAsync
Show description for 5d5fee2
vladima
committed
5d5fee2
View commit details
Copy full SHA for 5d5fee2
View code at this point
Browse repository at this point
Merge pull request #7448 from Microsoft/optimizeInstantiation
Show description for 614afb7
ahejlsberg
committed
614afb7
View commit details
Copy full SHA for 614afb7
View code at this point
Browse repository at this point
Adding comment to test
ahejlsberg
committed
4f441bd
View commit details
Copy full SHA for 4f441bd
View code at this point
Browse repository at this point
unwrap promised typed in async function before doing 'noImplicitReturns' check
vladima
committed
907ce8f
View commit details
Copy full SHA for 907ce8f
View code at this point
Browse repository at this point
Adding tests
ahejlsberg
committed
1d18136
View commit details
Copy full SHA for 1d18136
View code at this point
Browse repository at this point
Merge pull request #7442 from Victorystick/fix-property-shorthand-emit
Show description for ac147b1
RyanCavanaugh
committed
ac147b1
View commit details
Copy full SHA for ac147b1
View code at this point
Browse repository at this point
Use existing function to resolve export= declarations
RyanCavanaugh
committed
2875326
View commit details
Copy full SHA for 2875326
View code at this point
Browse repository at this point
Support UMD when targeted module uses `export = `
RyanCavanaugh
committed
132d75c
View commit details
Copy full SHA for 132d75c
View code at this point
Browse repository at this point
Move checks from checker to binder
RyanCavanaugh
committed
887adb0
View commit details
Copy full SHA for 887adb0
View code at this point
Browse repository at this point
UMD support
RyanCavanaugh
committed
44aa738
View commit details
Copy full SHA for 44aa738
View code at this point
Browse repository at this point
Add three tests
Oskar Segersvärd
committed
2e23010
View commit details
Copy full SHA for 2e23010
View code at this point
Browse repository at this point
Fix duplicate errors in JSDoc function types with anon parameters
Show description for 5dbf252
RyanCavanaugh
committed
5dbf252
View commit details
Copy full SHA for 5dbf252
View code at this point
Browse repository at this point
Handel module augmentation with export= var + uninstantiated module
mhegazy
committed
7acf58b
View commit details
Copy full SHA for 7acf58b
View code at this point
Browse repository at this point
Commits on Mar 4, 2016
Merge pull request #7392 from Microsoft/declarationEmitFixes
Show description for a535460
mhegazy
committed
a535460
View commit details
Copy full SHA for a535460
View code at this point
Browse repository at this point
Code review comments
mhegazy
committed
1564049
View commit details
Copy full SHA for 1564049
View code at this point
Browse repository at this point
Fix #4506: Remove assert to allow for invalid patterns already flagged erlier by the checker
mhegazy
committed
15f07e6
View commit details
Copy full SHA for 15f07e6
View code at this point
Browse repository at this point
Fix #3810: Handel expressions in extends clauses
mhegazy
committed
3bb2c57
View commit details
Copy full SHA for 3bb2c57
View code at this point
Browse repository at this point
Fix #5651: Get the correct meaning for expressions in extends clauses
mhegazy
committed
c98c763
View commit details
Copy full SHA for c98c763
View code at this point
Browse repository at this point
Commits on Mar 3, 2016
Merge pull request #7309 from RyanCavanaugh/fix6878
Show description for 311f8dd
RyanCavanaugh
committed
311f8dd
View commit details
Copy full SHA for 311f8dd
View code at this point
Browse repository at this point
Fix #7173: Widen the type do the defualt export expression before writing it out.
mhegazy
committed
baa0401
View commit details
Copy full SHA for baa0401
View code at this point
Browse repository at this point
in noImplicitReturns mode, also disallow "return;"
Show description for 5132ea6
evmar
committed
5132ea6
View commit details
Copy full SHA for 5132ea6
View code at this point
Browse repository at this point
Commits on Mar 2, 2016
Added new diagnostics message to clarify error for type guards
Show description for 694a48c
Vinatorul
committed
694a48c
View commit details
Copy full SHA for 694a48c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.