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
Accelerator
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 }}
java08800
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
src
compiler
builder.ts
on
updateDom
User selector
All users
All time
Commit history
Commits on Jun 4, 2018
Fix the issue with createSemanticDiagnosticsBuilderProgram, createEmitAndSemanticDiagnosticsBuilderProgram and createAbstractBuilder not assignable to CreateProgram<T>
Show description for e883051
sheetalkamat
committed
e883051
View commit details
Copy full SHA for e883051
View code at this point
Browse repository at this point
Commits on May 22, 2018
Enable '--strictNullChecks' (#22088)
Show description for e53e56c
Andy
authored
e53e56c
View commit details
Copy full SHA for e53e56c
View code at this point
Browse repository at this point
Commits on Apr 27, 2018
Handle the test case when tsconfig file changes without needing to update the program
Show description for 44066d6
sheetalkamat
committed
44066d6
View commit details
Copy full SHA for 44066d6
View code at this point
Browse repository at this point
Commits on Apr 11, 2018
Remove all reference comments from compiler/
RyanCavanaugh
committed
8294259
View commit details
Copy full SHA for 8294259
View code at this point
Browse repository at this point
Commits on Mar 15, 2018
Make sure config file parsing errors are available through program
Show description for 7329eb1
sheetalkamat
committed
7329eb1
View commit details
Copy full SHA for 7329eb1
View code at this point
Browse repository at this point
Commits on Feb 17, 2018
Apply 'no-unnecessary-type-assertion' lint rule (#22005)
Show description for b3edc8f
Andy
authored
b3edc8f
View commit details
Copy full SHA for b3edc8f
View code at this point
Browse repository at this point
Commits on Feb 8, 2018
hasSameKeys: Simplify and optimize for identical maps (#21763)
Andy
authored
28c4871
View commit details
Copy full SHA for 28c4871
View code at this point
Browse repository at this point
Commits on Jan 19, 2018
Add createProgram on WatchCompilerHost
sheetalkamat
committed
2be231d
View commit details
Copy full SHA for 2be231d
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
Move getCurrentDirectory to builder program
sheetalkamat
committed
bd43e45
View commit details
Copy full SHA for bd43e45
View code at this point
Browse repository at this point
Commits on Dec 8, 2017
Rename on WatchBuilderProgram
sheetalkamat
committed
a75badf
View commit details
Copy full SHA for a75badf
View code at this point
Browse repository at this point
Api to get underlying program from builder
sheetalkamat
committed
8ad9a62
View commit details
Copy full SHA for 8ad9a62
View code at this point
Browse repository at this point
Create api to create Watch<BuilderProgram>
sheetalkamat
committed
9b54d2e
View commit details
Copy full SHA for 9b54d2e
View code at this point
Browse repository at this point
Change builder to BuilderProgram so it is similar to operating on program
sheetalkamat
committed
dc62bb9
View commit details
Copy full SHA for dc62bb9
View code at this point
Browse repository at this point
Use builder state in the semantic/emit builder as well
sheetalkamat
committed
965f40f
View commit details
Copy full SHA for 965f40f
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
Convert builder state to mutable data, so that later we can create builder Program out of this
sheetalkamat
committed
bb0fc0d
View commit details
Copy full SHA for bb0fc0d
View code at this point
Browse repository at this point
From builder use the builderState containing references and file infos
sheetalkamat
committed
2586bb3
View commit details
Copy full SHA for 2586bb3
View code at this point
Browse repository at this point
Few renames
sheetalkamat
committed
39bf33d
View commit details
Copy full SHA for 39bf33d
View code at this point
Browse repository at this point
Commits on Dec 6, 2017
Update the builder to take options aligning with the WatchCompilerHost
sheetalkamat
committed
a21b074
View commit details
Copy full SHA for a21b074
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
To handle cancellation token, remove changed/affected files from the changeset only after getting the result
sheetalkamat
committed
012f12b
View commit details
Copy full SHA for 012f12b
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
Set program as affected if emitting/diagnostics for whole program
sheetalkamat
committed
ffa64e8
View commit details
Copy full SHA for ffa64e8
View code at this point
Browse repository at this point
Use the results from affected file enumerator apis as Affected File result
sheetalkamat
committed
e102fee
View commit details
Copy full SHA for e102fee
View code at this point
Browse repository at this point
Make the builder state as internal and expose builder instead of builder state
sheetalkamat
committed
85ce1d0
View commit details
Copy full SHA for 85ce1d0
View code at this point
Browse repository at this point
Add api to get the dependencies of the file
sheetalkamat
committed
c9a17f3
View commit details
Copy full SHA for c9a17f3
View code at this point
Browse repository at this point
Lint errors fix
sheetalkamat
committed
7ebf9d9
View commit details
Copy full SHA for 7ebf9d9
View code at this point
Browse repository at this point
Use builder state to emit instead
sheetalkamat
committed
a06f0c3
View commit details
Copy full SHA for a06f0c3
View code at this point
Browse repository at this point
Commits on Nov 14, 2017
Have CompletionEntryDetails source use a relative path (#19917)
Show description for 592ee00
Andy
authored
592ee00
View commit details
Copy full SHA for 592ee00
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
Actually use cached semantic diagnostics
sheetalkamat
committed
9bea0db
View commit details
Copy full SHA for 9bea0db
View code at this point
Browse repository at this point
Do not cache the semantic diagnostics when compiler options has --out since we would anyways get all fresh diagnostics
sheetalkamat
committed
7e780c0
View commit details
Copy full SHA for 7e780c0
View code at this point
Browse repository at this point
Simplify emit changed files further
Show description for 835d7cb
sheetalkamat
committed
835d7cb
View commit details
Copy full SHA for 835d7cb
View code at this point
Browse repository at this point
Modify api to emit affected files using callback instead of generating in memory output
Show description for 8fbfb5f
sheetalkamat
committed
8fbfb5f
View commit details
Copy full SHA for 8fbfb5f
View code at this point
Browse repository at this point
Use get files affected by internally and hence use file paths as input
sheetalkamat
committed
f9c901a
View commit details
Copy full SHA for f9c901a
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
Update the comment on emit handler method
sheetalkamat
committed
142a88a
View commit details
Copy full SHA for 142a88a
View code at this point
Browse repository at this point
Update comment on emit handler functions
sheetalkamat
committed
9767d77
View commit details
Copy full SHA for 9767d77
View code at this point
Browse repository at this point
Commits on Oct 5, 2017
Let builder find out from imports/typereference directives if file references have changed.
Show description for bf4ca30
sheetalkamat
committed
bf4ca30
View commit details
Copy full SHA for bf4ca30
View code at this point
Browse repository at this point
Commits on Oct 4, 2017
When emitting all files, emit the changed file first (#18930)
Show description for efa274f
Andy
authored
efa274f
View commit details
Copy full SHA for efa274f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.