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 }}
cerealbox
/
escodegen
Public
forked from
estools/escodegen
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Dec 17, 2013
Merge pull request #150 from 1999/master
Show description for f4be756
Constellation
committed
f4be756
View commit details
Copy full SHA for f4be756
Browse repository at this point
Commits on Dec 16, 2013
Fix CI errors (misused variable)
Dmitry Sorin
committed
9d36bbf
View commit details
Copy full SHA for 9d36bbf
Browse repository at this point
Fix CI errors (misused variable)
Dmitry Sorin
committed
900906c
View commit details
Copy full SHA for 900906c
Browse repository at this point
Support for multiple catch clauses (SpiderMonkey-specific)
Dmitry Sorin
committed
a17161b
View commit details
Copy full SHA for a17161b
Browse repository at this point
Commits on Dec 10, 2013
Merge remote branch 'origin/pr/148'
Show description for efed3e2
Constellation
committed
efed3e2
View commit details
Copy full SHA for efed3e2
Browse repository at this point
Commits on Dec 7, 2013
Merge pull request #149 from mathiasbynens/consistent-code-point-values
Show description for d308d3c
Constellation
committed
d308d3c
View commit details
Copy full SHA for d308d3c
Browse repository at this point
Consistently use `HexIntegerLiteral`s for Unicode code point values
mathiasbynens
committed
c5be8ed
View commit details
Copy full SHA for c5be8ed
Browse repository at this point
Consistently use uppercase hex digits in escape sequences
mathiasbynens
committed
6b45340
View commit details
Copy full SHA for 6b45340
Browse repository at this point
version 1.0.2-dev starts
Constellation
committed
4946a9b
View commit details
Copy full SHA for 4946a9b
Browse repository at this point
Update esprima to 1.0.4
Constellation
committed
a193264
View commit details
Copy full SHA for a193264
Browse repository at this point
Update estraverse to 1.5.0
Constellation
committed
f54cadf
View commit details
Copy full SHA for f54cadf
Browse repository at this point
Merge pull request #147 from TooTallNate/fix/yield-precedence
Show description for 4cc98e3
Constellation
committed
4cc98e3
View commit details
Copy full SHA for 4cc98e3
Browse repository at this point
Commits on Dec 6, 2013
escodegen: fix the `yield a = b` case
Show description for 05dfc5a
TooTallNate
committed
05dfc5a
View commit details
Copy full SHA for 05dfc5a
Browse repository at this point
test: add `yield a = b` test
Show description for 72060de
TooTallNate
committed
72060de
View commit details
Copy full SHA for 72060de
Browse repository at this point
test: add a "Statement" test the yield compare test
TooTallNate
committed
5f98a40
View commit details
Copy full SHA for 5f98a40
Browse repository at this point
escodegen: fix expression within yield statement precedence
Show description for 7d9e7f7
TooTallNate
committed
7d9e7f7
View commit details
Copy full SHA for 7d9e7f7
Browse repository at this point
escodegen: proper `yield` operator precedence
Show description for f7f186d
TooTallNate
committed
f7f186d
View commit details
Copy full SHA for f7f186d
Browse repository at this point
package: fix "homepage" field
TooTallNate
committed
d91c530
View commit details
Copy full SHA for d91c530
Browse repository at this point
Commits on Nov 25, 2013
Use charCodeAt instead of charAt
Constellation
committed
163c578
View commit details
Copy full SHA for 163c578
Browse repository at this point
Optimize escaping string code
Constellation
committed
dc1358b
View commit details
Copy full SHA for dc1358b
Browse repository at this point
Use esutils
Constellation
committed
4df9f80
View commit details
Copy full SHA for 4df9f80
Browse repository at this point
Commits on Nov 18, 2013
version 1.0.1 starts
Constellation
committed
7590952
View commit details
Copy full SHA for 7590952
Browse repository at this point
Commits on Nov 17, 2013
Merge pull request #144 from Gozala/source-content-support
Show description for 9166491
Constellation
committed
9166491
View commit details
Copy full SHA for 9166491
Browse repository at this point
Add `sourceContent` option support.
Gozala
committed
918cd53
View commit details
Copy full SHA for 918cd53
Browse repository at this point
Commits on Nov 8, 2013
Merge branch 'master' of github.com:Constellation/escodegen
Constellation
committed
c49a50f
View commit details
Copy full SHA for c49a50f
Browse repository at this point
Update estraverse version
Constellation
committed
c5b5e09
View commit details
Copy full SHA for c5b5e09
Browse repository at this point
Commits on Nov 4, 2013
Merge pull request #142 from michaelficarra/patch-5
Show description for 0f9bd80
Constellation
committed
0f9bd80
View commit details
Copy full SHA for 0f9bd80
Browse repository at this point
Commits on Nov 3, 2013
consistently use increment/decrement instead of +=1 or -=1
michaelficarra
committed
224c755
View commit details
Copy full SHA for 224c755
Browse repository at this point
Commits on Nov 1, 2013
Follow source-map interface change
Show description for 0705f1e
Constellation
committed
0705f1e
View commit details
Copy full SHA for 0705f1e
Browse repository at this point
version 0.0.29-dev starts
Constellation
committed
e25bd80
View commit details
Copy full SHA for e25bd80
Browse repository at this point
Commits on Sep 28, 2013
Use isLineTerminator in endsWithLineTerminator
Show description for a97d09e
Constellation
committed
a97d09e
View commit details
Copy full SHA for a97d09e
Browse repository at this point
Commits on Sep 26, 2013
Merge pull request #137 from fitzgen/build-non-minified
Show description for a506634
Constellation
committed
a506634
View commit details
Copy full SHA for a506634
Browse repository at this point
Commits on Sep 24, 2013
Add ability to build both minified and non-minified browser builds.
fitzgen
committed
c089994
View commit details
Copy full SHA for c089994
Browse repository at this point
Commits on Sep 22, 2013
Note browser.js
Constellation
committed
0490bcb
View commit details
Copy full SHA for 0490bcb
Browse repository at this point
Remove escodegen.browser.js from master
Show description for 5aa30fc
Constellation
committed
5aa30fc
View commit details
Copy full SHA for 5aa30fc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.