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
spreadOperatorSourceMap
User selector
All users
Datepicker
All time
Commit history
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
Remove one-based helper function.
CyrusNajmabadi
committed
1098e80
View commit details
Copy full SHA for 1098e80
View code at this point
Browse repository at this point
name more line/char functions more clearly. Use zero based indexing in breakpoints.
CyrusNajmabadi
committed
b3366ec
View commit details
Copy full SHA for b3366ec
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Expose zero-based helpers that code will be able to call.
CyrusNajmabadi
committed
11a9df2
View commit details
Copy full SHA for 11a9df2
View code at this point
Browse repository at this point
Rename our one-based methods to more clearly indicate that that's what base they use.
CyrusNajmabadi
committed
35b489d
View commit details
Copy full SHA for 35b489d
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Add symbol keyword
JsonFreeman
committed
e508bf7
View commit details
Copy full SHA for e508bf7
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Merge branch 'master' into es6importcheck
Show description for 7bd14a7
ahejlsberg
committed
7bd14a7
View commit details
Copy full SHA for 7bd14a7
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
Parsing for import * as ImportedBinding
sheetalkamat
committed
fdd7032
View commit details
Copy full SHA for fdd7032
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
resolve merge conflicts
vladima
committed
ad42afc
View commit details
Copy full SHA for ad42afc
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
Update the assert for valid line number when getting character position
sheetalkamat
committed
8f36090
View commit details
Copy full SHA for 8f36090
View code at this point
Browse repository at this point
Commits on Jan 19, 2015
Merge branch 'master' into tsconfig
ahejlsberg
committed
a2ecaf6
View commit details
Copy full SHA for a2ecaf6
View code at this point
Browse repository at this point
Commits on Jan 16, 2015
move line map related function out of SourceFile
vladima
committed
45ac06a
View commit details
Copy full SHA for 45ac06a
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
Hardening compiler to accept empty CompilerOptions object
ahejlsberg
committed
65452aa
View commit details
Copy full SHA for 65452aa
View code at this point
Browse repository at this point
Commits on Jan 13, 2015
save token when scanning binary\octal literals
vladima
committed
f233801
View commit details
Copy full SHA for f233801
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 19, 2014
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 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
Merge branch 'master' into sourceFileUpdate
Show description for 6a08c54
CyrusNajmabadi
committed
6a08c54
View commit details
Copy full SHA for 6a08c54
View code at this point
Browse repository at this point
Commits on Dec 16, 2014
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
Commits on Dec 12, 2014
CR feedback.
CyrusNajmabadi
committed
c8a2d5d
View commit details
Copy full SHA for c8a2d5d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.