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
src
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 16, 2020
fix(transform): Assign ArrayExpression rather than ArrayPattern when transforming var decl tryExpr
wcjohnson
committed
d757fdd
View commit details
Copy full SHA for d757fdd
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
fix(transform): Shim option for legacy lodash imports
wcjohnson
committed
5e92257
View commit details
Copy full SHA for 5e92257
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
fix(transform): Transform safe await arrows to equals in AssignmentExpr
wcjohnson
committed
975c409
View commit details
Copy full SHA for 975c409
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 13, 2020
fix: Remove babel-types patch
Show description for afe7e42
wcjohnson
committed
afe7e42
View commit details
Copy full SHA for afe7e42
View code at this point
Browse repository at this point
feat: `getAliasesFor` API, babel-types esm fix
Show description for 2cc8554
wcjohnson
committed
2cc8554
View commit details
Copy full SHA for 2cc8554
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: Fix some missing cases where `isa` wasn't being used to detect node types
wcjohnson
committed
ecfa4be
View commit details
Copy full SHA for ecfa4be
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
fix: Expose default placeholder value in options metadata
wcjohnson
committed
5bfa4d7
View commit details
Copy full SHA for 5bfa4d7
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 Oct 2, 2018
fix: Return empty list for null path in `getTails`
wcjohnson
committed
53ea25d
View commit details
Copy full SHA for 53ea25d
View code at this point
Browse repository at this point
feat(internal): expose getTails API for linter
wcjohnson
committed
d289e70
View commit details
Copy full SHA for d289e70
View code at this point
Browse repository at this point
fix: Typo
wcjohnson
committed
966f7e8
View commit details
Copy full SHA for 966f7e8
View code at this point
Browse repository at this point
feat(internal): Expose `addImplicitReturns` api for use in linter
wcjohnson
committed
bbf2d09
View commit details
Copy full SHA for bbf2d09
View code at this point
Browse repository at this point
feat(internal): expose babel/traverse on api for use in linter
wcjohnson
committed
45f6679
View commit details
Copy full SHA for 45f6679
View code at this point
Browse repository at this point
refactor: Export api from separate module
wcjohnson
committed
f5ad718
View commit details
Copy full SHA for f5ad718
View code at this point
Browse repository at this point
refactor: Remove unused `allowExprs` arg from `transformTails`
wcjohnson
committed
53268c8
View commit details
Copy full SHA for 53268c8
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
refactor: Factor out logic for determining if a var is in scope
wcjohnson
committed
768584a
View commit details
Copy full SHA for 768584a
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
refactor: Implicit return elision gets its own function
wcjohnson
committed
12e934a
View commit details
Copy full SHA for 12e934a
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
chore: Update comment to reflect possible lsc bug
wcjohnson
committed
6e1e7e5
View commit details
Copy full SHA for 6e1e7e5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.