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 }}
johnangularjs
/
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
scanner.ts
on
codeCoverage
User selector
All users
Datepicker
All time
Commit history
Commits on May 4, 2015
Fix #3012: expose scanner
mhegazy
committed
7327044
View commit details
Copy full SHA for 7327044
View code at this point
Browse repository at this point
Commits on May 2, 2015
Use 'lastOrUndefined' where appropriate in the compiler.
DanielRosenwasser
committed
4ebfee2
View commit details
Copy full SHA for 4ebfee2
View code at this point
Browse repository at this point
Commits on Apr 26, 2015
Support 'namespace' declarations for internal modules
ahejlsberg
committed
eecf7ba
View commit details
Copy full SHA for eecf7ba
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Blocks with locals should be added to the container chain so we can detect name collisions in them.
CyrusNajmabadi
committed
92756e1
View commit details
Copy full SHA for 92756e1
View code at this point
Browse repository at this point
Commits on Apr 17, 2015
Support passing a start/length when creating a scanner.
Show description for 9e507ba
CyrusNajmabadi
committed
9e507ba
View commit details
Copy full SHA for 9e507ba
View code at this point
Browse repository at this point
Commits on Apr 12, 2015
Use a single scanner for all parsing tasks.
CyrusNajmabadi
committed
61951e5
View commit details
Copy full SHA for 61951e5
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Merge branch 'master' into APIReviewCleanup
Show description for 431dce7
mhegazy
committed
431dce7
View commit details
Copy full SHA for 431dce7
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
Mark non-public API surface with the /* @internal */ comment
mhegazy
committed
1c91c2c
View commit details
Copy full SHA for 1c91c2c
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
adding unit tests fot block comments outlining
Ahmad Farid
committed
7fcbb8c
View commit details
Copy full SHA for 7fcbb8c
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
updating tests
Ahmad Farid
committed
854d549
View commit details
Copy full SHA for 854d549
View code at this point
Browse repository at this point
Commits on Apr 2, 2015
outlining Comments v0.1 4/2
Ahmad Farid
committed
27f349c
View commit details
Copy full SHA for 27f349c
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
Merge pull request #2399 from Microsoft/decorators_min
rbuckton
committed
ea15225
View commit details
Copy full SHA for ea15225
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Use an output format for quickinfo that more closely matches the original source.
Show description for eed6f0d
CyrusNajmabadi
committed
eed6f0d
View commit details
Copy full SHA for eed6f0d
View code at this point
Browse repository at this point
Commits on Mar 23, 2015
Removed the (now unused) lineBreakBetween
rbuckton
committed
5e241a3
View commit details
Copy full SHA for 5e241a3
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
Treat 0x0085 as whitespace, not as a line terminator. This matches ES5 and ES6.
CyrusNajmabadi
committed
9ae0815
View commit details
Copy full SHA for 9ae0815
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Simplify code for emitting comments.
Show description for 36b9951
CyrusNajmabadi
committed
36b9951
View commit details
Copy full SHA for 36b9951
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Scanner updates for decorators
rbuckton
committed
fb10deb
View commit details
Copy full SHA for fb10deb
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
Use 'let' in the compiler layer.
CyrusNajmabadi
committed
b99761a
View commit details
Copy full SHA for b99761a
View code at this point
Browse repository at this point
Use 'let' in the scanner.
CyrusNajmabadi
committed
a4bf56f
View commit details
Copy full SHA for a4bf56f
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Fixed error message.
DanielRosenwasser
committed
6be13a9
View commit details
Copy full SHA for 6be13a9
View code at this point
Browse repository at this point
Commits on Feb 28, 2015
Addressed some CR feedback.
DanielRosenwasser
committed
b1837c8
View commit details
Copy full SHA for b1837c8
View code at this point
Browse repository at this point
Removed unused variable.
DanielRosenwasser
committed
5437b3d
View commit details
Copy full SHA for 5437b3d
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
Only add an extended Unicode escape when it is entirely valid.
DanielRosenwasser
committed
cad8f6b
View commit details
Copy full SHA for cad8f6b
View code at this point
Browse repository at this point
Emit all strings with extended escapes using the same scheme as templates.
DanielRosenwasser
committed
4657c2d
View commit details
Copy full SHA for 4657c2d
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
Added scanning support for extended escapes.
DanielRosenwasser
committed
bbf9579
View commit details
Copy full SHA for bbf9579
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Simplified scanHexDigits by just wrapping the intended functionality in separate functions.
DanielRosenwasser
committed
ee71954
View commit details
Copy full SHA for ee71954
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
Merge branch 'master' into es6Import
Show description for f0f4ca6
ahejlsberg
committed
f0f4ca6
View commit details
Copy full SHA for f0f4ca6
View code at this point
Browse repository at this point
Commits on Feb 21, 2015
Merge branch 'master' into patternMatcher
Show description for 06a2784
CyrusNajmabadi
committed
06a2784
View commit details
Copy full SHA for 06a2784
View code at this point
Browse repository at this point
Merge branch 'master' into baseZero
Show description for eb5936b
CyrusNajmabadi
committed
eb5936b
View commit details
Copy full SHA for eb5936b
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
Add a PatternMatcher API (similar to the one in Roslyn) for more advanced matching with features like NavigateTo.
CyrusNajmabadi
committed
33e1e5d
View commit details
Copy full SHA for 33e1e5d
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
Merge branch 'master' into forOf
Show description for 5596993
JsonFreeman
committed
5596993
View commit details
Copy full SHA for 5596993
View code at this point
Browse repository at this point
initial version of parsing 'for-of'
Show description for 1dfd1b4
vladima
authored and
JsonFreeman
committed
1dfd1b4
View commit details
Copy full SHA for 1dfd1b4
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Remove 'ZeroBased' from all APIs, now that all APIs are zero based.
CyrusNajmabadi
committed
124a77c
View commit details
Copy full SHA for 124a77c
View code at this point
Browse repository at this point
Remove the one based APIs.
CyrusNajmabadi
committed
8ba9180
View commit details
Copy full SHA for 8ba9180
View code at this point
Browse repository at this point
Remove usages of computeOneBasedLineAndCharacterOfPosition
CyrusNajmabadi
committed
572c550
View commit details
Copy full SHA for 572c550
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.