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 }}
pkdevboxy
/
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
sourceMapDestructuring
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 10, 2015
Removed some unnecessary changes and added comments
sheetalkamat
committed
df3a74b
View commit details
Copy full SHA for df3a74b
View code at this point
Browse repository at this point
If the destructuring assignment is synthetic use the left side as source map
Show description for 513e1f5
sheetalkamat
committed
513e1f5
View commit details
Copy full SHA for 513e1f5
View code at this point
Browse repository at this point
Fix the temporary assignment source maps in a better way
Show description for 7d60c5e
sheetalkamat
committed
7d60c5e
View commit details
Copy full SHA for 7d60c5e
View code at this point
Browse repository at this point
Add support for modifying last encoded source map's source location
Show description for 8948f9b
sheetalkamat
committed
8948f9b
View commit details
Copy full SHA for 8948f9b
View code at this point
Browse repository at this point
Commits on Dec 9, 2015
Simplify the array binding pattern element to determine what to highlight
sheetalkamat
committed
9fd525b
View commit details
Copy full SHA for 9fd525b
View code at this point
Browse repository at this point
Make sourcemap of "For" that initializes vars using object literal binding pattern better
sheetalkamat
committed
35ec9ca
View commit details
Copy full SHA for 35ec9ca
View code at this point
Browse repository at this point
Make the destructuring array literal assignment better with sourcemap
sheetalkamat
committed
b1d395c
View commit details
Copy full SHA for b1d395c
View code at this point
Browse repository at this point
Make the source map of "for of" destructuring - object binding pattern better
sheetalkamat
committed
edd55dd
View commit details
Copy full SHA for edd55dd
View code at this point
Browse repository at this point
Better the destructuring of nested array binding pattern
sheetalkamat
committed
de76263
View commit details
Copy full SHA for de76263
View code at this point
Browse repository at this point
Better the sourcemap for array binding pattern
sheetalkamat
committed
7c618a4
View commit details
Copy full SHA for 7c618a4
View code at this point
Browse repository at this point
Make nested object literal destructuring pattern better
sheetalkamat
committed
8af2160
View commit details
Copy full SHA for 8af2160
View code at this point
Browse repository at this point
Better sourcemaps for destructuring
sheetalkamat
committed
4ebf569
View commit details
Copy full SHA for 4ebf569
View code at this point
Browse repository at this point
Merge pull request #5996 from RyanCavanaugh/fix5994
Show description for 383cbf0
RyanCavanaugh
committed
383cbf0
View commit details
Copy full SHA for 383cbf0
View code at this point
Browse repository at this point
Improve comment
RyanCavanaugh
committed
d3c9815
View commit details
Copy full SHA for d3c9815
View code at this point
Browse repository at this point
Use logic for win
RyanCavanaugh
committed
58427c4
View commit details
Copy full SHA for 58427c4
View code at this point
Browse repository at this point
Merge pull request #4757 from SaschaNaz/indentSuppressor
Show description for 88a8345
mhegazy
committed
88a8345
View commit details
Copy full SHA for 88a8345
View code at this point
Browse repository at this point
Commits on Dec 8, 2015
Merge pull request #5993 from RyanCavanaugh/fix5991
Show description for 992bd7a
RyanCavanaugh
committed
992bd7a
View commit details
Copy full SHA for 992bd7a
View code at this point
Browse repository at this point
merge with master
vladima
committed
f3e4bef
View commit details
Copy full SHA for f3e4bef
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into elideExportStarForNonValues
vladima
committed
268e7c0
View commit details
Copy full SHA for 268e7c0
View code at this point
Browse repository at this point
Merge pull request #5982 from zhengbli/updateLib
Show description for 9983727
Zhengbo Li
committed
9983727
View commit details
Copy full SHA for 9983727
View code at this point
Browse repository at this point
Fix up for 'async'
RyanCavanaugh
committed
964fbea
View commit details
Copy full SHA for 964fbea
View code at this point
Browse repository at this point
Disallow modifiers in object literal property assignment
Show description for 92d7d1c
RyanCavanaugh
committed
92d7d1c
View commit details
Copy full SHA for 92d7d1c
View code at this point
Browse repository at this point
Parse JSX attributes as AssignmentExpressions
Show description for 51c5474
RyanCavanaugh
committed
51c5474
View commit details
Copy full SHA for 51c5474
View code at this point
Browse repository at this point
space around arrow
saschanaz
committed
595f134
View commit details
Copy full SHA for 595f134
View code at this point
Browse repository at this point
directly expose nodeWillIndentChild
saschanaz
committed
34b303a
View commit details
Copy full SHA for 34b303a
View code at this point
Browse repository at this point
update lib.d.ts from TSJS repo
Zhengbo Li
committed
da009c5
View commit details
Copy full SHA for da009c5
View code at this point
Browse repository at this point
Improve 'Cannot compile modules unless the '--module' flag is provided.' message
plantain-00
committed
e95ae4f
View commit details
Copy full SHA for e95ae4f
View code at this point
Browse repository at this point
Commits on Dec 7, 2015
Merge pull request #5979 from DanCorder/5058
Show description for b4f4dad
DanielRosenwasser
committed
b4f4dad
View commit details
Copy full SHA for b4f4dad
View code at this point
Browse repository at this point
Actually include the fix....
RyanCavanaugh
committed
05c1703
View commit details
Copy full SHA for 05c1703
View code at this point
Browse repository at this point
Fix for #5058 - Exclude implemented interface functions from autocompletion suggestions.
DanCorder
committed
ff4147a
View commit details
Copy full SHA for ff4147a
View code at this point
Browse repository at this point
Merge pull request #5973 from Microsoft/improve-type-of-Promise.all
Show description for 31f56fd
sandersn
committed
31f56fd
View commit details
Copy full SHA for 31f56fd
View code at this point
Browse repository at this point
Merge pull request #5971 from pimterry/typings-non-string
Show description for a405afd
mhegazy
committed
a405afd
View commit details
Copy full SHA for a405afd
View code at this point
Browse repository at this point
Explicitly list tuple overloads for `Promise.all`.
Show description for 3bf39d6
sandersn
committed
3bf39d6
View commit details
Copy full SHA for 3bf39d6
View code at this point
Browse repository at this point
Gracefully handle errors where 'typings' is not a string (fixes #4828)
pimterry
committed
384ee18
View commit details
Copy full SHA for 384ee18
View code at this point
Browse repository at this point
Fix for issue #5947
DanCorder
committed
57c595a
View commit details
Copy full SHA for 57c595a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.