Tobias Koppers
|
b2e7837288
|
replace Object.assign with object spread
|
2019-06-19 13:16:05 +02:00 |
Tobias Koppers
|
6db94536ad
|
Merge tag 'v4.34.0' into next
4.34.0
|
2019-06-13 10:51:12 +02:00 |
Tobias Koppers
|
903084f9aa
|
WIP prototype of top-level-await and async modules based on import await
|
2019-06-04 23:25:35 +02:00 |
Tobias Koppers
|
43bc7a306e
|
Refactor to track nested exports
Harmony dependencies track access to nested properties
Flag nested exports
|
2019-05-29 11:55:00 +02:00 |
Tobias Koppers
|
b34da271a1
|
add sync mode for chunk dependency startup in sync node target
fixes #9154
allow nesting webpack bundles (rename inner __webpack_require__)
to allow testing this
|
2019-05-20 22:53:58 +02:00 |
Tobias Koppers
|
abc825d58f
|
Merge tag 'v4.32.0' into next
4.32.0
|
2019-05-20 14:46:31 +02:00 |
Tobias Koppers
|
b66143f706
|
Merge tag 'v4.30.0' into next
4.30.0
|
2019-05-09 21:34:28 +02:00 |
Tobias Koppers
|
180f912493
|
Merge tag 'v4.29.2' into next
4.29.2
|
2019-02-06 15:37:11 +01:00 |
Tobias Koppers
|
a3a4c1b9b1
|
add support for evaluating +xx
|
2019-01-10 15:06:33 +01:00 |
Tobias Koppers
|
f446bf8a9b
|
add ability to load dependent chunks for non-web targets
This allows to use `splitChunks` for initial chunks in i. e. node and webworker targets
|
2018-12-29 12:48:59 +01:00 |
guybedford
|
00c95f36b0
|
allow top-level return
|
2018-12-16 21:27:04 +02:00 |
Tobias Koppers
|
4178b18196
|
Merge tag 'v4.25.1' into next
4.25.1
|
2018-11-05 19:54:56 +01:00 |
Tobias Koppers
|
8cf1cdb74f
|
Merge tag 'v4.25.0' into next
4.25.0
|
2018-11-05 10:27:45 +01:00 |
Tobias Koppers
|
071062422e
|
Merge tag 'v4.22.0' into next
4.22.0
|
2018-10-23 16:41:31 +02:00 |
Michael Ciniawsky
|
7f746a955a
|
chore(JavascriptParser): update `acorn` dependencies
package: update `acorn` v5.6.2...v6.0.0
package: update `acorn-dynamic-import` v3.0.0...v4.0.0
|
2018-10-02 14:20:20 +02:00 |
Tobias Koppers
|
2e82dbb63c
|
Merge pull request #7813 from webpack/refactor/freeze_hooks
Freeze hooks to prevent deopts
|
2018-07-30 22:47:13 +02:00 |
Tobias Koppers
|
cf5f1d723c
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
Florent Cailhol
|
fc4f30329d
|
Freeze hooks to prevent deopts
|
2018-07-30 14:25:40 +02:00 |
Florent Cailhol
|
a46517f8ff
|
Fix lint error
|
2018-07-03 15:35:24 +02:00 |
Florent Cailhol
|
d33f49d96f
|
Rename Parser into JavascriptParser
|
2018-07-03 14:08:43 +02:00 |