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 }}
microinfo
/
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
services
on
saveNumericTokensInScanner
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 12, 2015
Remove unused timer.ts file
DickvdBrink
committed
e4701a6
View commit details
Copy full SHA for e4701a6
View code at this point
Browse repository at this point
Commits on Jan 11, 2015
Show --noImplicitAny as an option to throw errors, not warnings
Show description for 47b8deb
lptr
committed
47b8deb
View commit details
Copy full SHA for 47b8deb
View code at this point
Browse repository at this point
Commits on Dec 30, 2014
CR feedback.
CyrusNajmabadi
committed
12cb284
View commit details
Copy full SHA for 12cb284
View code at this point
Browse repository at this point
Commits on Dec 29, 2014
Merge branch 'master' into mergeMarkers1
CyrusNajmabadi
committed
a1d04c3
View commit details
Copy full SHA for a1d04c3
View code at this point
Browse repository at this point
Commits on Dec 27, 2014
Enable incremental parsing by default.
CyrusNajmabadi
committed
52e15e7
View commit details
Copy full SHA for 52e15e7
View code at this point
Browse repository at this point
Commits on Dec 19, 2014
Remove unused constants.
CyrusNajmabadi
committed
ff9f59c
View commit details
Copy full SHA for ff9f59c
View code at this point
Browse repository at this point
Classify the '=' sign in variable/parameter/property as if it was an operator.
CyrusNajmabadi
committed
a6ea497
View commit details
Copy full SHA for a6ea497
View code at this point
Browse repository at this point
Provide better error recovery when we encounter merge markers in the source.
Show description for 48bef46
CyrusNajmabadi
committed
48bef46
View commit details
Copy full SHA for 48bef46
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
Merge branch 'master' into layering
CyrusNajmabadi
committed
ef2087a
View commit details
Copy full SHA for ef2087a
View code at this point
Browse repository at this point
Remove unnecessary capture of the diagnostics type checker.
CyrusNajmabadi
committed
b155351
View commit details
Copy full SHA for b155351
View code at this point
Browse repository at this point
Commits on Dec 17, 2014
Merge branch 'master' into layering
Show description for b37b981
CyrusNajmabadi
committed
b37b981
View commit details
Copy full SHA for b37b981
View code at this point
Browse repository at this point
Fixed messed-up formatting from moving around code.
DanielRosenwasser
committed
90a32ad
View commit details
Copy full SHA for 90a32ad
View code at this point
Browse repository at this point
Made 'location' non-optional in 'getSymbolKind'.
DanielRosenwasser
committed
017486b
View commit details
Copy full SHA for 017486b
View code at this point
Browse repository at this point
Moved helpers to bottom of 'getDefinitionAtPosition'.
DanielRosenwasser
committed
b372211
View commit details
Copy full SHA for b372211
View code at this point
Browse repository at this point
Disable incremental by default before merging into master.
CyrusNajmabadi
committed
4545549
View commit details
Copy full SHA for 4545549
View code at this point
Browse repository at this point
Merge branch 'diagnostics' into sourceFileUpdate
Show description for f459951
CyrusNajmabadi
committed
f459951
View commit details
Copy full SHA for f459951
View code at this point
Browse repository at this point
Remove 'grammarDiagnostics' from SourceFile.
CyrusNajmabadi
committed
2748a5b
View commit details
Copy full SHA for 2748a5b
View code at this point
Browse repository at this point
Rename method to be clearer.
CyrusNajmabadi
committed
7f893f9
View commit details
Copy full SHA for 7f893f9
View code at this point
Browse repository at this point
Change TextChangeRange to be a record type as well.
CyrusNajmabadi
committed
9df59c3
View commit details
Copy full SHA for 9df59c3
View code at this point
Browse repository at this point
Change 'TextSpan' to be a simple record type with free floating functions.
CyrusNajmabadi
committed
7f3a73b
View commit details
Copy full SHA for 7f3a73b
View code at this point
Browse repository at this point
CR feedback.
CyrusNajmabadi
committed
b73128c
View commit details
Copy full SHA for b73128c
View code at this point
Browse repository at this point
Commits on Dec 16, 2014
Clean things up so the services layer can easily emit without having to contort compiler hosts.
CyrusNajmabadi
committed
5a2fb94
View commit details
Copy full SHA for 5a2fb94
View code at this point
Browse repository at this point
Rename typechecker parameter related to whether or not we produce diagnostics.
Show description for 96c3c90
CyrusNajmabadi
committed
96c3c90
View commit details
Copy full SHA for 96c3c90
View code at this point
Browse repository at this point
Layer the compiler so that every layer only depends on hte layers below it.
Show description for 4aa361d
CyrusNajmabadi
committed
4aa361d
View commit details
Copy full SHA for 4aa361d
View code at this point
Browse repository at this point
Merge branch 'funcDeclsInBlocks' into sourceFileUpdate
Show description for 8917e96
CyrusNajmabadi
committed
8917e96
View commit details
Copy full SHA for 8917e96
View code at this point
Browse repository at this point
Reduce unnecessary arrow function allocations.
CyrusNajmabadi
committed
592ad47
View commit details
Copy full SHA for 592ad47
View code at this point
Browse repository at this point
Don't store variable statement flags on its variable declaration children.
CyrusNajmabadi
committed
c7bb0a5
View commit details
Copy full SHA for c7bb0a5
View code at this point
Browse repository at this point
Commits on Dec 14, 2014
Enable incremental parsing by default.
Show description for bd76ebd
CyrusNajmabadi
committed
bd76ebd
View commit details
Copy full SHA for bd76ebd
View code at this point
Browse repository at this point
Commits on Dec 12, 2014
Merge branch 'master' into funcDeclsInBlocks
Show description for ffdddd5
CyrusNajmabadi
committed
ffdddd5
View commit details
Copy full SHA for ffdddd5
View code at this point
Browse repository at this point
Provide a way for tests to try out incremental parsing.
CyrusNajmabadi
committed
2f833d5
View commit details
Copy full SHA for 2f833d5
View code at this point
Browse repository at this point
Merge branch 'master' into sourceFileUpdate
Show description for f218ce7
CyrusNajmabadi
committed
f218ce7
View commit details
Copy full SHA for f218ce7
View code at this point
Browse repository at this point
Merge branch 'master' into sourceFileUpdate
Show description for 0391e02
CyrusNajmabadi
committed
0391e02
View commit details
Copy full SHA for 0391e02
View code at this point
Browse repository at this point
Merge pull request #1456 from Microsoft/mergeMarkers
Show description for 122d8a4
CyrusNajmabadi
committed
122d8a4
View commit details
Copy full SHA for 122d8a4
View code at this point
Browse repository at this point
Respond to code review comments
mhegazy
committed
1049b71
View commit details
Copy full SHA for 1049b71
View code at this point
Browse repository at this point
Remove compiletionSettings handeling from shims
mhegazy
committed
de73d50
View commit details
Copy full SHA for de73d50
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.