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 }}
synaptek
/
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
compiler
on
reuseProgramStructure
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 25, 2015
addressed PR feedback
vladima
committed
66f6736
View commit details
Copy full SHA for 66f6736
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
c968b36
View commit details
Copy full SHA for c968b36
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
fix formatting in parser
vladima
committed
df508de
View commit details
Copy full SHA for df508de
View code at this point
Browse repository at this point
merge with master
vladima
committed
9e81ac9
View commit details
Copy full SHA for 9e81ac9
View code at this point
Browse repository at this point
Merge branch 'jbondc-minor-3'
mhegazy
committed
b754cc1
View commit details
Copy full SHA for b754cc1
View code at this point
Browse repository at this point
Revert changes to the parser and augment check to the emitter to handel '1..toString' case
mhegazy
committed
14f7dd0
View commit details
Copy full SHA for 14f7dd0
View code at this point
Browse repository at this point
Merge pull request #3601 from Microsoft/emptyBindingPatternParam
Show description for 3d8650c
DanielRosenwasser
committed
3d8650c
View commit details
Copy full SHA for 3d8650c
View code at this point
Browse repository at this point
revert unintentional change
vladima
committed
16deccd
View commit details
Copy full SHA for 16deccd
View code at this point
Browse repository at this point
added Program.structureIsReused property, disallow reuse if target module
Show description for ba3eb0d
vladima
committed
ba3eb0d
View commit details
Copy full SHA for ba3eb0d
View code at this point
Browse repository at this point
Merge branch 'minor-3' of https://github.com/jbondc/TypeScript into jbondc-minor-3
mhegazy
committed
464f655
View commit details
Copy full SHA for 464f655
View code at this point
Browse repository at this point
Merge pull request #3611 from tinganho/goToDefinitionTypePredicate
Show description for 20b4b7f
mhegazy
committed
20b4b7f
View commit details
Copy full SHA for 20b4b7f
View code at this point
Browse repository at this point
Merge pull request #3249 from Microsoft/resolveDecoratorAsCall
Show description for 4645a5b
rbuckton
committed
4645a5b
View commit details
Copy full SHA for 4645a5b
View code at this point
Browse repository at this point
Don't report an error for 1.toString(), just emit a space for JS compat.
jbondc
committed
da1bc6b
View commit details
Copy full SHA for da1bc6b
View code at this point
Browse repository at this point
Remove space and s
tinganho
committed
cb9f80f
View commit details
Copy full SHA for cb9f80f
View code at this point
Browse repository at this point
Changed symbolflag
tinganho
committed
1d04545
View commit details
Copy full SHA for 1d04545
View code at this point
Browse repository at this point
Fixes goto definitions for type predicates
tinganho
committed
2aceeea
View commit details
Copy full SHA for 2aceeea
View code at this point
Browse repository at this point
Merge pull request #3568 from Microsoft/classExpressions
Show description for c556749
ahejlsberg
committed
c556749
View commit details
Copy full SHA for c556749
View code at this point
Browse repository at this point
Another change suggested in CR
ahejlsberg
committed
55f195d
View commit details
Copy full SHA for 55f195d
View code at this point
Browse repository at this point
Commits on Jun 23, 2015
Merged branch 'master' into resolveDecoratorAsCall
rbuckton
committed
071ef34
View commit details
Copy full SHA for 071ef34
View code at this point
Browse repository at this point
Preserve initializer.
DanielRosenwasser
committed
60ed259
View commit details
Copy full SHA for 60ed259
View code at this point
Browse repository at this point
PR feedback
rbuckton
committed
ef697f6
View commit details
Copy full SHA for ef697f6
View code at this point
Browse repository at this point
use existing information about module resolutions
vladima
committed
39e832d
View commit details
Copy full SHA for 39e832d
View code at this point
Browse repository at this point
reuse structure of the program if changes in files don't affect imports/references, remove module resolution from the checker
vladima
committed
226deec
View commit details
Copy full SHA for 226deec
View code at this point
Browse repository at this point
Commits on Jun 22, 2015
Check for number of binding elements in parameter patterns.
DanielRosenwasser
committed
0f871b9
View commit details
Copy full SHA for 0f871b9
View code at this point
Browse repository at this point
p -> parameter
DanielRosenwasser
committed
db316b9
View commit details
Copy full SHA for db316b9
View code at this point
Browse repository at this point
Fixes #2632 (invoking methods on numbers)
jbondc
committed
138970f
View commit details
Copy full SHA for 138970f
View code at this point
Browse repository at this point
Commits on Jun 20, 2015
Fix the issue that the "out" path is not relative to the path of tsconfig.json
Zhengbo Li
committed
9ab6f41
View commit details
Copy full SHA for 9ab6f41
View code at this point
Browse repository at this point
Commits on Jun 18, 2015
Merge branch 'master' of https://github.com/Microsoft/TypeScript
JsonFreeman
committed
f2044a9
View commit details
Copy full SHA for f2044a9
View code at this point
Browse repository at this point
Merge branch 'release-1.5'
Show description for 111fdcb
JsonFreeman
committed
111fdcb
View commit details
Copy full SHA for 111fdcb
View code at this point
Browse repository at this point
Merge pull request #3565 from Microsoft/incrementalParserReuse
Show description for ae17c61
CyrusNajmabadi
committed
ae17c61
View commit details
Copy full SHA for ae17c61
View code at this point
Browse repository at this point
wrap host.getCanonicalFileName in arrow function
vladima
committed
3db5bbf
View commit details
Copy full SHA for 3db5bbf
View code at this point
Browse repository at this point
Generate names of form class_N for anonymous classes
ahejlsberg
committed
413f278
View commit details
Copy full SHA for 413f278
View code at this point
Browse repository at this point
Fix incremental parsing issue.
Show description for 38a54bc
CyrusNajmabadi
committed
38a54bc
View commit details
Copy full SHA for 38a54bc
View code at this point
Browse repository at this point
Merge pull request #3555 from tinganho/typepredicateBug
Show description for 3cb44fb
JsonFreeman
committed
3cb44fb
View commit details
Copy full SHA for 3cb44fb
View code at this point
Browse repository at this point
Merge pull request #3498 from Microsoft/portFileMap
Show description for 937927a
vladima
committed
937927a
View commit details
Copy full SHA for 937927a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.