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 }}
D-R-R
/
JSIL
Public
forked from
sq/JSIL
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
JSIL
JSIL
Transforms
IntroduceVariableDeclarations.cs
on
backends
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 27, 2013
Change JSAstVisitor so that by default it will not recurse into nested JSFunctionExpressions. This addresses a few race conditions where it was possible for a transform to run twice on a lambda exp…
Show description for 51b6af7
kg
committed
51b6af7
View commit details
Copy full SHA for 51b6af7
View code at this point
Browse repository at this point
Commits on Feb 26, 2013
Overhaul the way function transforms are run so that they are handled by a pipeline of individual stages.
Show description for a557773
kg
committed
a557773
View commit details
Copy full SHA for a557773
View code at this point
Browse repository at this point
Commits on Nov 6, 2012
Rename JSIdentifier.Type to JSIdentifier.IdentifierType to avoid conflicts with other, different-meaning members named Type.
Show description for ecc0b4f
kg
committed
ecc0b4f
View commit details
Copy full SHA for ecc0b4f
View code at this point
Browse repository at this point
Commits on Dec 1, 2011
Add a test case that demonstrates a bug in IntroduceVariableDeclarations
Show description for 1c91180
kg
committed
1c91180
View commit details
Copy full SHA for 1c91180
View code at this point
Browse repository at this point
Commits on Jun 26, 2011
Associate variables with the function they belong to for diagnostic purposes
Show description for e4d63b1
kg
committed
e4d63b1
View commit details
Copy full SHA for e4d63b1
View code at this point
Browse repository at this point
Commits on May 31, 2011
Implement support for taking a reference to the return value of a function.
Show description for e9937ca
kg
committed
e9937ca
View commit details
Copy full SHA for e9937ca
View code at this point
Browse repository at this point
Commits on May 11, 2011
Performance improvements
kg
committed
ae4d64d
View commit details
Copy full SHA for ae4d64d
View code at this point
Browse repository at this point
Commits on May 9, 2011
Checkpointing further work on proxies
kg
committed
5e9412b
View commit details
Copy full SHA for 5e9412b
View code at this point
Browse repository at this point
Commits on May 8, 2011
Don't skip declaration introduction if a variable's first assignment is nested within another expression
Show description for 480b832
kg
committed
480b832
View commit details
Copy full SHA for 480b832
View code at this point
Browse repository at this point
Commits on May 7, 2011
Fix cases where IntroduceVariableDeclarations would ignore assignments and introduce a declaration in the wrong place
kg
committed
6c0ff18
View commit details
Copy full SHA for 6c0ff18
View code at this point
Browse repository at this point
Fixed JSAstVisitor's ParentNode/CurrentNode members when a visitor does not use the VisitChildren method
Show description for cbd6899
kg
committed
cbd6899
View commit details
Copy full SHA for cbd6899
View code at this point
Browse repository at this point
Correctness fixes to temporary variable elimination when a temporary variable aliases another variable that gets reassigned
Show description for 7862871
kg
committed
7862871
View commit details
Copy full SHA for 7862871
View code at this point
Browse repository at this point
Lambdas that don't close over any values are translated into function expressions
Show description for 83109ed
kg
committed
83109ed
View commit details
Copy full SHA for 83109ed
View code at this point
Browse repository at this point
Commits on May 6, 2011
Dynamic GetIndex, SetIndex, Invoke and UnaryOperation call sites are now implemented
Show description for 2a53f61
kg
committed
2a53f61
View commit details
Copy full SHA for 2a53f61
View code at this point
Browse repository at this point
Commits on May 5, 2011
Local variables and parameters now always have one JSVariable associated with them, and the 'this' hidden parameter is of a special type, JSThisParameter
Show description for 9217293
kg
committed
9217293
View commit details
Copy full SHA for 9217293
View code at this point
Browse repository at this point
Added a virtual GetExpectedType method to JSExpression.
Show description for 933ad3b
kg
committed
933ad3b
View commit details
Copy full SHA for 933ad3b
View code at this point
Browse repository at this point
Commits on May 4, 2011
Only emit parentheses around type expressions when necessary
Show description for 439c73f
kg
committed
439c73f
View commit details
Copy full SHA for 439c73f
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.