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 }}
HackPoint
/
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
ToolsVersionUpdate
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 20, 2015
fix(scanner) try a trivia scan only if pos === 0
basarat
committed
042e1bb
View commit details
Copy full SHA for 042e1bb
View code at this point
Browse repository at this point
Merge pull request #4368 from Microsoft/noResolveAndExternalModules
Show description for 5bcb3f0
vladima
committed
5bcb3f0
View commit details
Copy full SHA for 5bcb3f0
View code at this point
Browse repository at this point
Commits on Aug 19, 2015
added tests
vladima
committed
4a82957
View commit details
Copy full SHA for 4a82957
View code at this point
Browse repository at this point
always process imported modules in 'createProgram' to record module resolutions
vladima
committed
ffadce6
View commit details
Copy full SHA for ffadce6
View code at this point
Browse repository at this point
Emits safe value for import.
DavidSouther
committed
407c8be
View commit details
Copy full SHA for 407c8be
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Apply suggested fixes to `arguments` PR
Schmavery
committed
6f42e41
View commit details
Copy full SHA for 6f42e41
View code at this point
Browse repository at this point
Add `arguments` to completion list #4249
Schmavery
committed
2b3da9a
View commit details
Copy full SHA for 2b3da9a
View code at this point
Browse repository at this point
Commits on Aug 17, 2015
Merge pull request #4309 from Microsoft/fix4274
Show description for e86f207
mhegazy
committed
e86f207
View commit details
Copy full SHA for e86f207
View code at this point
Browse repository at this point
Merge pull request #4086 from Microsoft/sourcemap
Show description for ed361a2
sheetalkamat
committed
ed361a2
View commit details
Copy full SHA for ed361a2
View code at this point
Browse repository at this point
Merge pull request #4290 from Microsoft/fix4277
Show description for 25dfcec
mhegazy
committed
25dfcec
View commit details
Copy full SHA for 25dfcec
View code at this point
Browse repository at this point
merge with master
vladima
committed
b6b735c
View commit details
Copy full SHA for b6b735c
View code at this point
Browse repository at this point
Merge branch 'master' into reuseAndCache
vladima
committed
a88bfbd
View commit details
Copy full SHA for a88bfbd
View code at this point
Browse repository at this point
Merge pull request #4281 from adidahiya/expose-scanner-typings
Show description for 2ffc375
mhegazy
committed
2ffc375
View commit details
Copy full SHA for 2ffc375
View code at this point
Browse repository at this point
Merge branch 'master' into sourcemap
sheetalkamat
committed
ebe7ca7
View commit details
Copy full SHA for ebe7ca7
View code at this point
Browse repository at this point
Merge pull request #4319 from Microsoft/renameDependencies
Show description for 6a17db8
vladima
committed
6a17db8
View commit details
Copy full SHA for 6a17db8
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
cbb2425
View commit details
Copy full SHA for cbb2425
View code at this point
Browse repository at this point
Commits on Aug 15, 2015
make 'require is defined' a precondition for Node-based sys
vladima
committed
bc3025b
View commit details
Copy full SHA for bc3025b
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
Merge pull request #4310 from Microsoft/fix4170
Show description for 53239d4
mhegazy
committed
53239d4
View commit details
Copy full SHA for 53239d4
View code at this point
Browse repository at this point
allow transpiler to provide alternative names for dependencies
vladima
committed
7e8cfa0
View commit details
Copy full SHA for 7e8cfa0
View code at this point
Browse repository at this point
Merge pull request #4308 from Microsoft/adjustNodeCheck
Show description for 5fbe3fc
vladima
committed
5fbe3fc
View commit details
Copy full SHA for 5fbe3fc
View code at this point
Browse repository at this point
Merge pull request #4200 from Microsoft/unionPartialSignatures
Show description for 7376e48
ahejlsberg
committed
7376e48
View commit details
Copy full SHA for 7376e48
View code at this point
Browse repository at this point
Commits on Aug 13, 2015
Fix #4170, remove error when using import=require syntax in t=ES6 and in ambient context
Show description for 7353cfa
mhegazy
committed
7353cfa
View commit details
Copy full SHA for 7353cfa
View code at this point
Browse repository at this point
Fix #4274: When collecting linked aliases use SymbolFlags.Alias to capture local aliases as well
mhegazy
committed
fafd497
View commit details
Copy full SHA for fafd497
View code at this point
Browse repository at this point
adjust check for node env to handle webpack\browserify
vladima
committed
5a48508
View commit details
Copy full SHA for 5a48508
View code at this point
Browse repository at this point
Merge branch 'master' into fix4277
mhegazy
committed
1749329
View commit details
Copy full SHA for 1749329
View code at this point
Browse repository at this point
handel merge conflict, use refPos instead of start
mhegazy
committed
fdda66f
View commit details
Copy full SHA for fdda66f
View code at this point
Browse repository at this point
Merge pull request #4230 from Microsoft/commentsNotPreserveForCallExp
Show description for f92aa86
yuit
committed
f92aa86
View commit details
Copy full SHA for f92aa86
View code at this point
Browse repository at this point
Remove asterisks
Yui T
committed
6adf7fe
View commit details
Copy full SHA for 6adf7fe
View code at this point
Browse repository at this point
Merge branch 'master' into commentsNotPreserveForCallExp
Yui T
committed
732376a
View commit details
Copy full SHA for 732376a
View code at this point
Browse repository at this point
Add asterisks
Yui T
committed
c0801b1
View commit details
Copy full SHA for c0801b1
View code at this point
Browse repository at this point
Commits on Aug 12, 2015
Fix #4277: Ensure we are passing refEnd and not length to findSourceFile.
Show description for 94fa6b9
mhegazy
committed
94fa6b9
View commit details
Copy full SHA for 94fa6b9
View code at this point
Browse repository at this point
Make createScanner external (fixes #4057)
adidahiya
committed
fcc43a6
View commit details
Copy full SHA for fcc43a6
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
Merge pull request #4228 from RyanCavanaugh/jsxHash
Show description for 5035559
RyanCavanaugh
committed
5035559
View commit details
Copy full SHA for 5035559
View code at this point
Browse repository at this point
Fix comment
RyanCavanaugh
committed
dd446d8
View commit details
Copy full SHA for dd446d8
View code at this point
Browse repository at this point
Fix comments
Yui T
committed
86b1041
View commit details
Copy full SHA for 86b1041
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.