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
.
lightscript
/
transform
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
transform
test
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 18, 2020
fix(transform): Remove `Function` alias from LscNamedArrowExpr to prevent Babel scoping issues
wcjohnson
committed
0a6bdcf
View commit details
Copy full SHA for 0a6bdcf
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
fix(transform): Don't elide destructuring in two-valued safe await assignment statements
wcjohnson
committed
666e5e8
View commit details
Copy full SHA for 666e5e8
View code at this point
Browse repository at this point
BREAKING CHANGE(transform): `stdlib.lodash` disabled by default
wcjohnson
committed
e6d3406
View commit details
Copy full SHA for e6d3406
View code at this point
Browse repository at this point
feat(transform): Two-valued safe await
Show description for 0fb94df
wcjohnson
committed
0fb94df
View commit details
Copy full SHA for 0fb94df
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
fix(transform): Transform placeholders in dotted match predicates
Show description for 520b438
wcjohnson
committed
520b438
View commit details
Copy full SHA for 520b438
View code at this point
Browse repository at this point
fix: When an async block would be converted to an iife, wrap in `await`
Show description for 7aae245
wcjohnson
committed
7aae245
View commit details
Copy full SHA for 7aae245
View code at this point
Browse repository at this point
BREAKING CHANGE(transform): Don't implicitly return YieldExpressions
Show description for 83e47fe
wcjohnson
committed
83e47fe
View commit details
Copy full SHA for 83e47fe
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
fix: Fixes for Babel 7.10
Show description for 4469ff8
wcjohnson
committed
4469ff8
View commit details
Copy full SHA for 4469ff8
View code at this point
Browse repository at this point
fix: Don't implicitly return oneline throw expressions
wcjohnson
committed
f45ab38
View commit details
Copy full SHA for f45ab38
View code at this point
Browse repository at this point
Commits on Oct 14, 2018
feat: More versatile `match` predicates
wcjohnson
committed
32496b7
View commit details
Copy full SHA for 32496b7
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
fix: Missing args for inlined operators get converted to undefined
wcjohnson
committed
14e652c
View commit details
Copy full SHA for 14e652c
View code at this point
Browse repository at this point
fix: Allow nullish LHS arg in optional tilde calls
wcjohnson
committed
7d567fd
View commit details
Copy full SHA for 7d567fd
View code at this point
Browse repository at this point
Commits on Oct 3, 2018
fix: Add `LscTryStatement` to tail expression analysis
wcjohnson
committed
b36b409
View commit details
Copy full SHA for b36b409
View code at this point
Browse repository at this point
feat: Handle `LscTryStatement` node type
wcjohnson
committed
8c54d6b
View commit details
Copy full SHA for 8c54d6b
View code at this point
Browse repository at this point
Commits on Sep 29, 2018
fix: Block-scoped functions
Show description for 07b5cbb
wcjohnson
committed
07b5cbb
View commit details
Copy full SHA for 07b5cbb
View code at this point
Browse repository at this point
Commits on Sep 28, 2018
fix: Replace anonymous ClassDeclaration in tail position with ClassExpression
Show description for 7bad363
wcjohnson
committed
7bad363
View commit details
Copy full SHA for 7bad363
View code at this point
Browse repository at this point
fix: Remove redundant `return` check in try expr iife builder
Show description for a4aa359
wcjohnson
committed
a4aa359
View commit details
Copy full SHA for a4aa359
View code at this point
Browse repository at this point
Commits on Sep 27, 2018
fix: Blockify class method bodies
wcjohnson
committed
8615f02
View commit details
Copy full SHA for 8615f02
View code at this point
Browse repository at this point
Commits on Sep 24, 2018
fix: `transformTails` no longer traverses finalizers
Show description for 4c050f9
wcjohnson
committed
4c050f9
View commit details
Copy full SHA for 4c050f9
View code at this point
Browse repository at this point
test: Paren callees in tilde calls
Show description for 8a942a8
wcjohnson
committed
8a942a8
View commit details
Copy full SHA for 8a942a8
View code at this point
Browse repository at this point
Commits on Sep 23, 2018
test: Fixtures for issue #80 (already fixed by prior commit)
Show description for 2768a12
wcjohnson
committed
2768a12
View commit details
Copy full SHA for 2768a12
View code at this point
Browse repository at this point
fix: Transform try expressions on exit
Show description for 8eceefb
wcjohnson
committed
8eceefb
View commit details
Copy full SHA for 8eceefb
View code at this point
Browse repository at this point
fix: Efficient compilation for safe spreads with blockish consequents
Show description for 02f7eb1
wcjohnson
committed
02f7eb1
View commit details
Copy full SHA for 02f7eb1
View code at this point
Browse repository at this point
test: add tests for issue 86
wcjohnson
committed
5234586
View commit details
Copy full SHA for 5234586
View code at this point
Browse repository at this point
feat: Allow `isLightScript: false` configuration directive to treat file as non-LSC
wcjohnson
committed
70c25ea
View commit details
Copy full SHA for 70c25ea
View code at this point
Browse repository at this point
Commits on Sep 20, 2018
fix: Disable default decorator syntax
Show description for 7a74d22
wcjohnson
committed
7a74d22
View commit details
Copy full SHA for 7a74d22
View code at this point
Browse repository at this point
Commits on Sep 19, 2018
feat: Safe await arrow transform
wcjohnson
committed
c2e6f65
View commit details
Copy full SHA for c2e6f65
View code at this point
Browse repository at this point
test: Minor test cleanup
wcjohnson
committed
b9d4b19
View commit details
Copy full SHA for b9d4b19
View code at this point
Browse repository at this point
test: Configuration directive test updates
wcjohnson
committed
fe7eba0
View commit details
Copy full SHA for fe7eba0
View code at this point
Browse repository at this point
test: Fix placeholder arg tests
wcjohnson
committed
b90552f
View commit details
Copy full SHA for b90552f
View code at this point
Browse repository at this point
test: Formatting, disable irrelevant whitespace tests
wcjohnson
committed
fc6096c
View commit details
Copy full SHA for fc6096c
View code at this point
Browse repository at this point
test: Formatting
wcjohnson
committed
b0b3855
View commit details
Copy full SHA for b0b3855
View code at this point
Browse repository at this point
test: Update tilde-call fixtures
wcjohnson
committed
a00b611
View commit details
Copy full SHA for a00b611
View code at this point
Browse repository at this point
test: Update stdlib fixtures
wcjohnson
committed
abf1368
View commit details
Copy full SHA for abf1368
View code at this point
Browse repository at this point
test: Update spread loop fixtures for safe spread fixes
Show description for aa72022
wcjohnson
committed
aa72022
View commit details
Copy full SHA for aa72022
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.