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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
TypeScript
Public
Notifications
You must be signed in to change notification settings
Fork
13.8k
Star
111k
Code
Issues
5k+
Pull requests
89
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Revised module resolution
- #4154
#4154
Merged
Vladimir Matveev (vladima)
merged 28 commits into
master
microsoft/TypeScript:master
from
reuseAndCache
microsoft/TypeScript:reuseAndCache
Copy head branch name to clipboard
Aug 17, 2015
Conversation
Commits
28
(28)
Checks
Files changed
Merged
Revised module resolution
#4154
Vladimir Matveev (vladima)
merged 28 commits into
master
microsoft/TypeScript:master
from
reuseAndCache
microsoft/TypeScript:reuseAndCache
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2015
reuse structure of the program if changes in files don't affect imports/references, remove module resolution from the checker
Vladimir Matveev (vladima)
committed
226deec
View commit details
Copy full SHA for 226deec
Browse repository at this point
use existing information about module resolutions
Vladimir Matveev (vladima)
committed
39e832d
View commit details
Copy full SHA for 39e832d
Browse repository at this point
Merge remote-tracking branch 'origin/master' into reuseProgramStructure
Vladimir Matveev (vladima)
committed
7a7d775
View commit details
Copy full SHA for 7a7d775
Browse repository at this point
Commits on Jun 24, 2015
added Program.structureIsReused property, disallow reuse if target module
Show description for ba3eb0d
Vladimir Matveev (vladima)
committed
ba3eb0d
View commit details
Copy full SHA for ba3eb0d
Browse repository at this point
revert unintentional change
Vladimir Matveev (vladima)
committed
16deccd
View commit details
Copy full SHA for 16deccd
Browse repository at this point
merge with master
Vladimir Matveev (vladima)
committed
9e81ac9
View commit details
Copy full SHA for 9e81ac9
Browse repository at this point
fix formatting in parser
Vladimir Matveev (vladima)
committed
df508de
View commit details
Copy full SHA for df508de
Browse repository at this point
Commits on Jun 25, 2015
addressed PR feedback
Vladimir Matveev (vladima)
committed
c968b36
View commit details
Copy full SHA for c968b36
Browse repository at this point
addressed PR feedback
Vladimir Matveev (vladima)
committed
66f6736
View commit details
Copy full SHA for 66f6736
Browse repository at this point
Commits on Jul 9, 2015
addressed PR feedback
Vladimir Matveev (vladima)
committed
2685d40
View commit details
Copy full SHA for 2685d40
Browse repository at this point
Merge remote-tracking branch 'origin/master' into reuseProgramStructure
Vladimir Matveev (vladima)
committed
6a502cd
View commit details
Copy full SHA for 6a502cd
Browse repository at this point
clean old program to prevent it from being captured into the closure
Vladimir Matveev (vladima)
committed
e15c700
View commit details
Copy full SHA for e15c700
Browse repository at this point
Commits on Jul 15, 2015
introduce ModuleResolutionHost interface
Vladimir Matveev (vladima)
committed
9332f7e
View commit details
Copy full SHA for 9332f7e
Browse repository at this point
Commits on Jul 29, 2015
do not try to resolve modules that has '!' in the name, put .tsx extension to the end of the list
Vladimir Matveev (vladima)
committed
d7661ec
View commit details
Copy full SHA for d7661ec
Browse repository at this point
return ambient external modules as a results of preprocessing
Vladimir Matveev (vladima)
committed
544a793
View commit details
Copy full SHA for 544a793
Browse repository at this point
Commits on Jul 30, 2015
merge with master
Vladimir Matveev (vladima)
committed
36043cd
View commit details
Copy full SHA for 36043cd
Browse repository at this point
fix formatting
Vladimir Matveev (vladima)
committed
f9c0758
View commit details
Copy full SHA for f9c0758
Browse repository at this point
Commits on Aug 3, 2015
Merge remote-tracking branch 'origin/master' into reuseAndCache
Vladimir Matveev (vladima)
committed
f22c160
View commit details
Copy full SHA for f22c160
Browse repository at this point
Commits on Aug 4, 2015
resolveModuleName => resolvedModuleNames, added tests
Vladimir Matveev (vladima)
committed
49ad395
View commit details
Copy full SHA for 49ad395
Browse repository at this point
removed extra whitespaces, added commments
Vladimir Matveev (vladima)
committed
a72994d
View commit details
Copy full SHA for a72994d
Browse repository at this point
Commits on Aug 5, 2015
addressed PR feedback
Vladimir Matveev (vladima)
committed
03aaf7c
View commit details
Copy full SHA for 03aaf7c
Browse repository at this point
addressed CR feedback: merged getDefaultModuleResolver and resolveModuleName into one function, added comments
Vladimir Matveev (vladima)
committed
fc1e89a
View commit details
Copy full SHA for fc1e89a
Browse repository at this point
Commits on Aug 6, 2015
merge with master
Vladimir Matveev (vladima)
committed
6455b8e
View commit details
Copy full SHA for 6455b8e
Browse repository at this point
delete entry from the cache when referenced file is removed, added tests
Vladimir Matveev (vladima)
committed
a69b041
View commit details
Copy full SHA for a69b041
Browse repository at this point
added missing test assets
Vladimir Matveev (vladima)
committed
b4faf3c
View commit details
Copy full SHA for b4faf3c
Browse repository at this point
Commits on Aug 12, 2015
mismatch order of arguments
Vladimir Matveev (vladima)
committed
405db82
View commit details
Copy full SHA for 405db82
Browse repository at this point
Commits on Aug 17, 2015
Merge branch 'master' into reuseAndCache
Vladimir Matveev (vladima)
committed
a88bfbd
View commit details
Copy full SHA for a88bfbd
Browse repository at this point
merge with master
Vladimir Matveev (vladima)
committed
b6b735c
View commit details
Copy full SHA for b6b735c
Browse repository at this point
You can’t perform that action at this time.