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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
TypeScriptToLua
/
TypeScriptToLua
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
186
Star
2.5k
Code
Issues
131
Pull requests
12
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Hoisting
- #369
#369
Merged
tomblind
merged 33 commits into
master
TypeScriptToLua/TypeScriptToLua:master
from
hoisting
TypeScriptToLua/TypeScriptToLua:hoisting
Copy head branch name to clipboard
Feb 6, 2019
Conversation
Commits
33
(33)
Checks
Files changed
Merged
Hoisting
#369
tomblind
merged 33 commits into
master
TypeScriptToLua/TypeScriptToLua:master
from
hoisting
TypeScriptToLua/TypeScriptToLua:hoisting
Copy head branch name to clipboard
Commits
Commits on Jan 25, 2019
initial hoisting implementation (needs tests)
tomblind
committed
4290749
View commit details
Copy full SHA for 4290749
Browse repository at this point
fixed issues with switch and loop continue
tomblind
committed
968b12a
View commit details
Copy full SHA for 968b12a
Browse repository at this point
Commits on Jan 26, 2019
Merge remote-tracking branch 'origin/ts-to-lua-ast' into hoisting
tomblind
committed
73929f9
View commit details
Copy full SHA for 73929f9
Browse repository at this point
dealing with hoisting of imports and exports
tomblind
committed
86c7bd4
View commit details
Copy full SHA for 86c7bd4
Browse repository at this point
Merge remote-tracking branch 'origin/ts-to-lua-ast' into hoisting
tomblind
committed
5bc6764
View commit details
Copy full SHA for 5bc6764
Browse repository at this point
Commits on Jan 27, 2019
hoisting tests
tomblind
committed
e2374c5
View commit details
Copy full SHA for e2374c5
Browse repository at this point
fixed namespace hoisting and added more tests
tomblind
committed
7833a65
View commit details
Copy full SHA for 7833a65
Browse repository at this point
Merge remote-tracking branch 'origin/master' into hoisting
tomblind
committed
f378a01
View commit details
Copy full SHA for f378a01
Browse repository at this point
Commits on Jan 28, 2019
rebuilt translation tests with hoisting
tomblind
committed
23cde6a
View commit details
Copy full SHA for 23cde6a
Browse repository at this point
fixed tests
tomblind
committed
5fff23c
View commit details
Copy full SHA for 5fff23c
Browse repository at this point
Merge remote-tracking branch 'origin/master' into hoisting
tomblind
committed
fbf7072
View commit details
Copy full SHA for fbf7072
Browse repository at this point
More Hoisting Adjustments
Show description for 4927c88
tomblind
committed
4927c88
View commit details
Copy full SHA for 4927c88
Browse repository at this point
reverting accidentally changed test files
tomblind
committed
77303dc
View commit details
Copy full SHA for 77303dc
Browse repository at this point
renamed some things for clarity
tomblind
committed
e167812
View commit details
Copy full SHA for e167812
Browse repository at this point
Commits on Jan 31, 2019
working on possible smart-hoisting detection
tomblind
committed
3000e3b
View commit details
Copy full SHA for 3000e3b
Browse repository at this point
Merge remote-tracking branch 'origin/master' into hoisting
tomblind
committed
8592d4a
View commit details
Copy full SHA for 8592d4a
Browse repository at this point
addressed comments
tomblind
committed
b4157b3
View commit details
Copy full SHA for b4157b3
Browse repository at this point
Merge remote-tracking branch 'origin/hoisting' into hoisting-v2
tomblind
committed
086465f
View commit details
Copy full SHA for 086465f
Browse repository at this point
smart-hoisting working
tomblind
committed
27bb3b5
View commit details
Copy full SHA for 27bb3b5
Browse repository at this point
fixed tests
tomblind
committed
58b5237
View commit details
Copy full SHA for 58b5237
Browse repository at this point
Commits on Feb 1, 2019
refactored hoisting detection and added command line options to control hoisting
tomblind
committed
6fabe14
View commit details
Copy full SHA for 6fabe14
Browse repository at this point
Another full refactor
Show description for baf226e
tomblind
committed
baf226e
View commit details
Copy full SHA for baf226e
Browse repository at this point
change ScopeType to bitfields
tomblind
committed
67c44b6
View commit details
Copy full SHA for 67c44b6
Browse repository at this point
Merge remote-tracking branch 'origin/master' into hoisting
tomblind
committed
cd47351
View commit details
Copy full SHA for cd47351
Browse repository at this point
Commits on Feb 3, 2019
rewrote hoisting to defer all logic to popScope, so that there's no need for additional scanning
tomblind
committed
31c6890
View commit details
Copy full SHA for 31c6890
Browse repository at this point
Commits on Feb 4, 2019
reworked hoisting to avoid printer hacks
tomblind
committed
1a846b8
View commit details
Copy full SHA for 1a846b8
Browse repository at this point
removing unnecessary symbol lookups
tomblind
committed
798bb27
View commit details
Copy full SHA for 798bb27
Browse repository at this point
Merge remote-tracking branch 'origin/master' into hoisting
tomblind
committed
eadfa75
View commit details
Copy full SHA for eadfa75
Browse repository at this point
removing accidentally added import
tomblind
committed
c9c564b
View commit details
Copy full SHA for c9c564b
Browse repository at this point
Commits on Feb 5, 2019
replaced ts.Symbol stored in identifiers with generic ids
tomblind
committed
d6e83e2
View commit details
Copy full SHA for d6e83e2
Browse repository at this point
split out stuff to separate functions
tomblind
committed
922380f
View commit details
Copy full SHA for 922380f
Browse repository at this point
Commits on Feb 6, 2019
Merge remote-tracking branch 'origin/master' into hoisting
tomblind
committed
9edd0bc
View commit details
Copy full SHA for 9edd0bc
Browse repository at this point
reverted bad logic which broke referencing exports inside functions
tomblind
committed
01191da
View commit details
Copy full SHA for 01191da
Browse repository at this point
You can’t perform that action at this time.