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 }}
SallyOne
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
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
services
navigationBar.ts
on
stringInForIn
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 28, 2015
Remove extensions doesnt need to depend on compiler options any more
sheetalkamat
committed
45b995d
View commit details
Copy full SHA for 45b995d
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Use compilation options to get extensions to remove to get module name
sheetalkamat
committed
2d083f7
View commit details
Copy full SHA for 2d083f7
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
Don't call push.apply, it can stack overflow with large arrays.
CyrusNajmabadi
committed
e0e9bcf
View commit details
Copy full SHA for e0e9bcf
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
use namespaces instead of modules in the codebase
mhegazy
committed
224e763
View commit details
Copy full SHA for 224e763
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
use @internal comment consistenlly
mhegazy
committed
13ef271
View commit details
Copy full SHA for 13ef271
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 2, 2015
Support classes without names in our AST. Report any issues with this at 'check' time.
unknown
committed
ba8be9e
View commit details
Copy full SHA for ba8be9e
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
enable navbar for export defaults
Show description for ebcb86b
mhegazy
committed
ebcb86b
View commit details
Copy full SHA for ebcb86b
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
Use 'let' in the services code.
CyrusNajmabadi
committed
35040b9
View commit details
Copy full SHA for 35040b9
View code at this point
Browse repository at this point
use for-of in more places.
CyrusNajmabadi
committed
224de1d
View commit details
Copy full SHA for 224de1d
View code at this point
Browse repository at this point
Commits on Mar 4, 2015
Merge branch 'master' into exportDefault
Show description for 91e8b82
ahejlsberg
committed
91e8b82
View commit details
Copy full SHA for 91e8b82
View code at this point
Browse repository at this point
Fixing a few issues
ahejlsberg
committed
61167b6
View commit details
Copy full SHA for 61167b6
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Merge pull request #2121 from Microsoft/importGotoDef
Show description for e9874a2
mhegazy
committed
e9874a2
View commit details
Copy full SHA for e9874a2
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
Support navigation bar for new import/export syntax
mhegazy
committed
7b7d2b6
View commit details
Copy full SHA for 7b7d2b6
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
do not include constructor parameters with binding patterns as names when collecting nav bar items
vladima
committed
11f589f
View commit details
Copy full SHA for 11f589f
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Navigation bar support for symbols
JsonFreeman
committed
2f3c32a
View commit details
Copy full SHA for 2f3c32a
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Fix spelling of 'Filename' to be 'FileName'.
CyrusNajmabadi
committed
95702a8
View commit details
Copy full SHA for 95702a8
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
add binding elements from variable declaration into script lexical structure
vladima
committed
f4ca318
View commit details
Copy full SHA for f4ca318
View code at this point
Browse repository at this point
handle binding patterns correctly when getting script lexical structure
vladima
committed
b05f2bf
View commit details
Copy full SHA for b05f2bf
View code at this point
Browse repository at this point
Commits on Dec 16, 2014
Merge branch 'funcDeclsInBlocks' into sourceFileUpdate
Show description for 8917e96
CyrusNajmabadi
committed
8917e96
View commit details
Copy full SHA for 8917e96
View code at this point
Browse repository at this point
Don't store variable statement flags on its variable declaration children.
CyrusNajmabadi
committed
c7bb0a5
View commit details
Copy full SHA for c7bb0a5
View code at this point
Browse repository at this point
Commits on Dec 10, 2014
Move TextSpan into the compiler layer.
CyrusNajmabadi
committed
c2d4cd5
View commit details
Copy full SHA for c2d4cd5
View code at this point
Browse repository at this point
Initial entrypoint in SourceFile for the LS to call to peform incremental parsing.
Show description for 5bd49fe
CyrusNajmabadi
committed
5bd49fe
View commit details
Copy full SHA for 5bd49fe
View code at this point
Browse repository at this point
Commits on Dec 9, 2014
Merge branch 'master' into destructuring
Show description for 7bc35b3
ahejlsberg
committed
7bc35b3
View commit details
Copy full SHA for 7bc35b3
View code at this point
Browse repository at this point
Also split out .PropertyDeclaration and .PropertySignature from .Property.
CyrusNajmabadi
committed
cc83925
View commit details
Copy full SHA for cc83925
View code at this point
Browse repository at this point
Remove the 'Method' syntaxkind and introduce MethodSignature and MethodDeclaration instead.
Show description for c1b19d7
CyrusNajmabadi
committed
c1b19d7
View commit details
Copy full SHA for c1b19d7
View code at this point
Browse repository at this point
Commits on Dec 8, 2014
Merge branch 'master' into destructuring
Show description for 459dee0
ahejlsberg
committed
459dee0
View commit details
Copy full SHA for 459dee0
View code at this point
Browse repository at this point
Commits on Dec 6, 2014
Addressing a bit more CR feedback
ahejlsberg
committed
b3dffff
View commit details
Copy full SHA for b3dffff
View code at this point
Browse repository at this point
Addressing CR feedback:
Show description for 05c9966
ahejlsberg
committed
05c9966
View commit details
Copy full SHA for 05c9966
View code at this point
Browse repository at this point
Commits on Dec 5, 2014
Addressing CR feedback
ahejlsberg
committed
b49e277
View commit details
Copy full SHA for b49e277
View code at this point
Browse repository at this point
Commits on Dec 4, 2014
Merge pull request #1363 from Microsoft/noMoreExpandoBar
Show description for 6a882e7
DanielRosenwasser
committed
6a882e7
View commit details
Copy full SHA for 6a882e7
View code at this point
Browse repository at this point
Merge branch 'master' into destructuring
Show description for 816abb1
ahejlsberg
committed
816abb1
View commit details
Copy full SHA for 816abb1
View code at this point
Browse repository at this point
Commits on Dec 3, 2014
Fixed navigation expansion for missing identifier nodes.
DanielRosenwasser
committed
4d0edb5
View commit details
Copy full SHA for 4d0edb5
View code at this point
Browse repository at this point
Remove the 'FunctionBlock' ast kind.
Show description for ed81cad
CyrusNajmabadi
committed
ed81cad
View commit details
Copy full SHA for ed81cad
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
Skip computed properties in the nav bar
JsonFreeman
committed
480883b
View commit details
Copy full SHA for 480883b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.