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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
nginx
/
njs
Public
Notifications
You must be signed in to change notification settings
Fork
239
Star
1.6k
Code
Issues
35
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Fixed "for" statement processing
- #1118
#1118
Merged
xeioex
merged 10 commits into
nginx:master
nginx/njs:master
from
xeioex:fix_parse_for_in
xeioex/njs:fix_parse_for_in
Copy head branch name to clipboard
Sep 4, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Fixed "for" statement processing
#1118
xeioex
merged 10 commits into
nginx:master
nginx/njs:master
from
xeioex:fix_parse_for_in
xeioex/njs:fix_parse_for_in
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2026
Parser: fix "for" initializer parsing after a failed speculative parse
Show description for 7d42590
xeioex
committed
7d42590
View commit details
Copy full SHA for 7d42590
Browse repository at this point
Parser: own the [In] grammar parameter
Show description for db458b5
xeioex
committed
db458b5
View commit details
Copy full SHA for db458b5
Browse repository at this point
Parser: report an invalid "for-in" target as a SyntaxError
Show description for 1f2fdfc
xeioex
committed
1f2fdfc
View commit details
Copy full SHA for 1f2fdfc
Browse repository at this point
Parser: parse the "for" initializer once
Show description for ed34e47
xeioex
committed
ed34e47
View commit details
Copy full SHA for ed34e47
Browse repository at this point
Parser: remove the use_lhs parser flag
Show description for deeca59
xeioex
committed
deeca59
View commit details
Copy full SHA for deeca59
Browse repository at this point
Parser: remove the dead cover parenthesized production
Show description for 87f5b0f
xeioex
committed
87f5b0f
View commit details
Copy full SHA for 87f5b0f
Browse repository at this point
Parser: carry the declaration kind across nested parsing
Show description for b81a82f
xeioex
committed
b81a82f
View commit details
Copy full SHA for b81a82f
Browse repository at this point
Generator: stop parking a for-in index in the AST
Show description for 49b78cf
xeioex
committed
49b78cf
View commit details
Copy full SHA for 49b78cf
Browse repository at this point
Parser: classify a "for" declaration header like an expression one
Show description for e3c4532
xeioex
committed
e3c4532
View commit details
Copy full SHA for e3c4532
Browse repository at this point
Generator: select a for-in route by the target's own token type
Show description for 93b191a
xeioex
committed
93b191a
View commit details
Copy full SHA for 93b191a
Browse repository at this point
You can’t perform that action at this time.