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
/
parser
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
parser
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 14, 2020
feat(parser): Allow two-element ArrayPatterns on LHS of safe-await
wcjohnson
committed
0a8a69a
View commit details
Copy full SHA for 0a8a69a
View code at this point
Browse repository at this point
Commits on Mar 9, 2019
fix: Incorrect case fallthrough in CRLF parsing
Show description for 5b8ba63
wcjohnson
committed
5b8ba63
View commit details
Copy full SHA for 5b8ba63
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
fix: Ban await in `if` expressions
Show description for 206ed5d
wcjohnson
committed
206ed5d
View commit details
Copy full SHA for 206ed5d
View code at this point
Browse repository at this point
Commits on Oct 14, 2018
feat: Increase versatility of `match` predicates
Show description for 99cc592
wcjohnson
committed
99cc592
View commit details
Copy full SHA for 99cc592
View code at this point
Browse repository at this point
Commits on Oct 3, 2018
fix: Emit `LscTryStatement` rather than `TryStatement` when no catch/finally
wcjohnson
committed
b59c1de
View commit details
Copy full SHA for b59c1de
View code at this point
Browse repository at this point
Commits on Oct 2, 2018
fix: Parse keywords correctly as names in liberal contexts
Show description for 4892bb9
wcjohnson
committed
4892bb9
View commit details
Copy full SHA for 4892bb9
View code at this point
Browse repository at this point
chore: Cleanup unused imports
wcjohnson
committed
e9ff905
View commit details
Copy full SHA for e9ff905
View code at this point
Browse repository at this point
Commits on Sep 29, 2018
fix: `:` whiteblock termination in `parseParenExpression`
Show description for b5cd8e5
wcjohnson
committed
b5cd8e5
View commit details
Copy full SHA for b5cd8e5
View code at this point
Browse repository at this point
fix: Ambiguous error message at auto-const export
Show description for f4afdea
wcjohnson
committed
f4afdea
View commit details
Copy full SHA for f4afdea
View code at this point
Browse repository at this point
Commits on Sep 28, 2018
fix: Allow anonymous classes in contexts where IIFE might be generated
Show description for 4dbd962
wcjohnson
committed
4dbd962
View commit details
Copy full SHA for 4dbd962
View code at this point
Browse repository at this point
fix: Disallow invalid IIFE statements inside try expressions
wcjohnson
committed
66bf31a
View commit details
Copy full SHA for 66bf31a
View code at this point
Browse repository at this point
fix: `tryExpression` requires `tryCatch`
wcjohnson
committed
825f41d
View commit details
Copy full SHA for 825f41d
View code at this point
Browse repository at this point
Commits on Sep 24, 2018
fix: Flag implicit exported `const`s as implicit
wcjohnson
committed
8e64a18
View commit details
Copy full SHA for 8e64a18
View code at this point
Browse repository at this point
fix: Better error messages in speculatively parsed arrow bodies
wcjohnson
committed
4539c59
View commit details
Copy full SHA for 4539c59
View code at this point
Browse repository at this point
fix: Allow `this` in match atoms
wcjohnson
committed
1d846c6
View commit details
Copy full SHA for 1d846c6
View code at this point
Browse repository at this point
feat: Allow paren expressions as callee in tilde calls
Show description for 67d6039
wcjohnson
committed
67d6039
View commit details
Copy full SHA for 67d6039
View code at this point
Browse repository at this point
Commits on Sep 22, 2018
feat(internal): `PluginList` API
Show description for deda605
wcjohnson
committed
deda605
View commit details
Copy full SHA for deda605
View code at this point
Browse repository at this point
Commits on Sep 21, 2018
fix: Recognize `Literal` as legal match atom for estree
wcjohnson
committed
dda91fb
View commit details
Copy full SHA for dda91fb
View code at this point
Browse repository at this point
Commits on Sep 19, 2018
feat: Safe await parsing
Show description for c5a3bc4
wcjohnson
committed
c5a3bc4
View commit details
Copy full SHA for c5a3bc4
View code at this point
Browse repository at this point
fix: ExprAtom await arrows now add `extra: { arrow: true }`
wcjohnson
committed
c9799fa
View commit details
Copy full SHA for c9799fa
View code at this point
Browse repository at this point
refactor: Await arrow cleanup
Show description for 955d2a8
wcjohnson
committed
955d2a8
View commit details
Copy full SHA for 955d2a8
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
fix: Ban ambiguous arrows in match outer guards
wcjohnson
committed
0c402a2
View commit details
Copy full SHA for 0c402a2
View code at this point
Browse repository at this point
fix: Properly restore `banAmbiguousArrows` state when leaving `parseParenExpression`
wcjohnson
committed
66decc9
View commit details
Copy full SHA for 66decc9
View code at this point
Browse repository at this point
fix: Unban invalid IIFE statements when transitioning into a function body
wcjohnson
committed
d81368a
View commit details
Copy full SHA for d81368a
View code at this point
Browse repository at this point
Commits on Sep 17, 2018
fix: Ban ambiguous arrows in test case of `for-of`
wcjohnson
committed
47a978c
View commit details
Copy full SHA for 47a978c
View code at this point
Browse repository at this point
fix: JSX spread loop no longer makes typeless nodes
wcjohnson
committed
81b8d38
View commit details
Copy full SHA for 81b8d38
View code at this point
Browse repository at this point
Commits on Sep 2, 2018
feat(syntax): Flipped imports
wcjohnson
committed
80f0fc5
View commit details
Copy full SHA for 80f0fc5
View code at this point
Browse repository at this point
feat(syntax): Pattern matching
wcjohnson
committed
a203297
View commit details
Copy full SHA for a203297
View code at this point
Browse repository at this point
Commits on Sep 1, 2018
feat(syntax): Syntactic placeholders
wcjohnson
committed
bd1b092
View commit details
Copy full SHA for bd1b092
View code at this point
Browse repository at this point
fix: Ban unparenthesized flow typecasts at the top level of bang call args
wcjohnson
committed
b6a0c46
View commit details
Copy full SHA for b6a0c46
View code at this point
Browse repository at this point
Commits on Aug 30, 2018
fix(syntax): Bang call parsing fixes
Show description for 7176b89
wcjohnson
committed
7176b89
View commit details
Copy full SHA for 7176b89
View code at this point
Browse repository at this point
Commits on Aug 25, 2018
feat(syntax): Bang calls
wcjohnson
committed
76bee08
View commit details
Copy full SHA for 76bee08
View code at this point
Browse repository at this point
feat(syntax): Better `~` parsing, including two-sided optionality
wcjohnson
committed
abd46e3
View commit details
Copy full SHA for abd46e3
View code at this point
Browse repository at this point
refactor: tildeCall code cleanup
wcjohnson
committed
453d611
View commit details
Copy full SHA for 453d611
View code at this point
Browse repository at this point
feat(syntax): LightScript-style optional chaining
wcjohnson
committed
4944f33
View commit details
Copy full SHA for 4944f33
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.