Florent Cailhol
|
a42922f663
|
Move provided exports to the module graph
|
2018-12-31 12:28:51 +01:00 |
Tobias Koppers
|
cc34ea42b0
|
add type argument to Module.size
add getSize to Generator
|
2018-12-05 20:18:59 +01:00 |
Tobias Koppers
|
dff9278d6b
|
add Module.getSourceTypes
getSourceTypes declares all source types which can be generated
Remove shouldRender in favor of source type testing
|
2018-12-05 20:18:57 +01:00 |
Tobias Koppers
|
7c37a6a972
|
handle runtime requirements
|
2018-11-29 16:07:17 +01:00 |
Tobias Koppers
|
d6cf42e4c2
|
merge used with usedExports
usedExports = false now means module is not used
|
2018-08-06 21:05:11 +02:00 |
Tobias Koppers
|
c4e0a9f72e
|
Move Module.used and Module.usedExports into ModuleGraph
|
2018-08-06 21:04:01 +02:00 |
Tobias Koppers
|
4ce109f8c1
|
change arguments of Generator.generate and Module.source into a object to be easier extensible
add JavascriptModulesPlugin.getHooks().shouldRender to decide if a module should be rendered
|
2018-08-02 16:07:29 +02:00 |
Tobias Koppers
|
cf5f1d723c
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
Tobias Koppers
|
4d57d78264
|
generate error code when json wasn't parsed
|
2018-06-25 18:41:29 +02:00 |
Kamran Ahmed
|
ab1d79bda2
|
Fix - Exits abruptly when invalid JSON
|
2018-04-26 18:50:46 +02:00 |
Florent Cailhol
|
3983803d30
|
Destructure 'require' to improve readability
|
2018-03-22 12:05:58 +01:00 |
Tobias Koppers
|
5238159d21
|
run prettier on existing code
|
2018-02-25 02:00:20 +01:00 |
Tobias Koppers
|
5c63d3cb43
|
move source generation into separate module
allow to pass a Generator to NormalModule
change NormalModule constructor to options object
🍆
|
2018-01-24 11:33:38 +01:00 |