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
Type
/
to 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
.
JavaScriptExample
/
webpack
Public
forked from
webpack/webpack
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
Breadcrumbs
History for
webpack
lib
Parser.js
on
webpack-1
User selector
All users
All time
Commit history
Commits on Apr 15, 2016
backported ES6 parser support
sokra
committed
f6e23e3
View commit details
Copy full SHA for f6e23e3
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Report constructor correctly when inheriting from Tapable
katranci
committed
8ff6cb5
View commit details
Copy full SHA for 8ff6cb5
View code at this point
Browse repository at this point
Commits on Jul 15, 2015
rebeautify without spacing after keyword
sokra
committed
f7d799a
View commit details
Copy full SHA for f7d799a
View code at this point
Browse repository at this point
Commits on Jul 12, 2015
feat(app): Beautify all lib files
thaiat
committed
0a340f2
View commit details
Copy full SHA for 0a340f2
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
added linting
sokra
committed
cebd3b9
View commit details
Copy full SHA for cebd3b9
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
more reliable parsing of wrapped expressions
Show description for 3ddb26f
sokra
committed
3ddb26f
View commit details
Copy full SHA for 3ddb26f
View code at this point
Browse repository at this point
Commits on Feb 21, 2015
allow undefined, RegExp and objects in DefinePlugin
Show description for 196db07
sokra
committed
196db07
View commit details
Copy full SHA for 196db07
View code at this point
Browse repository at this point
Commits on Dec 30, 2014
typeof RegExp may != object
Show description for c549898
sokra
committed
c549898
View commit details
Copy full SHA for c549898
View code at this point
Browse repository at this point
Commits on Dec 22, 2014
evaluate null
Show description for 4fef131
sokra
committed
4fef131
View commit details
Copy full SHA for 4fef131
View code at this point
Browse repository at this point
Commits on Dec 16, 2014
more similar bugs with testcases
Show description for cc93080
sokra
committed
cc93080
View commit details
Copy full SHA for cc93080
View code at this point
Browse repository at this point
Commits on Dec 11, 2014
Walk computed MemberExpression properties
snapwich
committed
66de9a4
View commit details
Copy full SHA for 66de9a4
View code at this point
Browse repository at this point
Commits on Oct 26, 2014
fixed renaming in IIFEs and Assignments
Show description for 41e42e8
sokra
committed
41e42e8
View commit details
Copy full SHA for 41e42e8
View code at this point
Browse repository at this point
Commits on Oct 7, 2014
fixed detection of free vars while evaluating
sokra
committed
27b23c0
View commit details
Copy full SHA for 27b23c0
View code at this point
Browse repository at this point
Commits on Aug 19, 2014
Fix #412 - Support for holes inside Arrays
Show description for c2cc1dd
hmalphettes
committed
c2cc1dd
View commit details
Copy full SHA for c2cc1dd
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
fixed substr bug
sokra
committed
f7be3c7
View commit details
Copy full SHA for f7be3c7
View code at this point
Browse repository at this point
Commits on Jul 7, 2014
fixed parsing of wrapped expressions
Show description for f53a7f3
sokra
committed
f53a7f3
View commit details
Copy full SHA for f53a7f3
View code at this point
Browse repository at this point
Commits on Jul 2, 2014
renaming is off by default and only enabled for defined expressions
Show description for ca46619
sokra
committed
ca46619
View commit details
Copy full SHA for ca46619
View code at this point
Browse repository at this point
Commits on Jun 24, 2014
Code Quality
sokra
committed
d80cdce
View commit details
Copy full SHA for d80cdce
View code at this point
Browse repository at this point
Commits on May 27, 2014
parser should not crash if to many arguments are passed to an IIFE
Show description for 158f35b
sokra
committed
158f35b
View commit details
Copy full SHA for 158f35b
View code at this point
Browse repository at this point
Commits on Mar 19, 2014
evaluate stuff for renaming to capture more cases
Show description for 23d28dd
sokra
committed
23d28dd
View commit details
Copy full SHA for 23d28dd
View code at this point
Browse repository at this point
Commits on Jan 31, 2014
experimental renaming support
sokra
committed
5e7dfc5
View commit details
Copy full SHA for 5e7dfc5
View code at this point
Browse repository at this point
started renaming support
Show description for 945d0c6
sokra
committed
945d0c6
View commit details
Copy full SHA for 945d0c6
View code at this point
Browse repository at this point
Commits on Dec 31, 2013
bug fix
sokra
committed
1df510b
View commit details
Copy full SHA for 1df510b
View code at this point
Browse repository at this point
track free vars over IIFEs
Show description for fe2681c
sokra
committed
fe2681c
View commit details
Copy full SHA for fe2681c
View code at this point
Browse repository at this point
Commits on Dec 15, 2013
fixes #136
sokra
committed
d614f95
View commit details
Copy full SHA for d614f95
View code at this point
Browse repository at this point
Commits on Dec 13, 2013
added "statement" plugin to Parser for custom stuff
sokra
committed
f63a0d6
View commit details
Copy full SHA for f63a0d6
View code at this point
Browse repository at this point
added "program" plugin to Parser for custom stuff
sokra
committed
7633749
View commit details
Copy full SHA for 7633749
View code at this point
Browse repository at this point
Commits on Dec 8, 2013
support fancy array in AMD, support .replace and .split
sokra
committed
63f40c0
View commit details
Copy full SHA for 63f40c0
View code at this point
Browse repository at this point
Commits on Nov 8, 2013
evaluate the callee in CallExpression, fixes #117
Show description for 415d161
sokra
committed
415d161
View commit details
Copy full SHA for 415d161
View code at this point
Browse repository at this point
Commits on Sep 24, 2013
support a bit of math: +, -, *, /
sokra
committed
54782ef
View commit details
Copy full SHA for 54782ef
View code at this point
Browse repository at this point
better typeof support
sokra
committed
5346729
View commit details
Copy full SHA for 5346729
View code at this point
Browse repository at this point
changed define option to be more C-like #99
Show description for 01c2f45
sokra
committed
01c2f45
View commit details
Copy full SHA for 01c2f45
View code at this point
Browse repository at this point
Commits on Sep 13, 2013
added options.define, evaluate conditionals, fixes #99
sokra
committed
a37948d
View commit details
Copy full SHA for a37948d
View code at this point
Browse repository at this point
Commits on Jun 19, 2013
added hot module replacement, fixes #26
sokra
committed
8b23010
View commit details
Copy full SHA for 8b23010
View code at this point
Browse repository at this point
Commits on Feb 26, 2013
support labeled modules fixes #72
sokra
committed
38d3c87
View commit details
Copy full SHA for 38d3c87
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.