Commit Graph

24 Commits

Author SHA1 Message Date
alexander.akait be1d35eb02 fix(types): more 2024-03-18 18:50:56 +03:00
alexander.akait a911bd9fa1 refactor(types): more 2023-06-21 19:00:24 +03:00
Tobias Koppers b0fa9ccada pretty files 2021-05-11 09:31:46 +02:00
evilebottnawi dafa4cd69a chore: setup cspell 2020-03-12 19:51:26 +03:00
Tobias Koppers 0fc007f364 refactor RequireEnsureDependenciesBlock and make it serializable 2018-10-18 12:44:46 +02:00
Tobias Koppers f23ce49040 remove module argument from AsyncDepBlock
reorder/remove arguments of ImportDepBlock, AMDRequireDepBlock, RequireEnsureDepBlock
2018-10-17 23:07:01 +02:00
Tobias Koppers cf5f1d723c format existing code 2018-07-30 21:29:21 +02:00
Florent Cailhol 2a9452e51b Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
Florent Cailhol eebf0866a9 Use correct function arity 2018-04-04 08:53:58 +02:00
Tobias Koppers 5238159d21 run prettier on existing code 2018-02-25 02:00:20 +01:00
Florent Cailhol d4811b0d37 Use for-of loops instead of forEach 2018-01-23 22:53:18 +01:00
Florent Cailhol 9669c9e013 Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
jharris4 f92f32572b Move error callback parsing after the finally block to ensure that any dependencies in the error callback are not put into the chunk 2017-04-06 10:08:22 -04:00
jharris4 9fa3354d98 Add error callback to require.ensure 2017-01-19 23:12:54 -05:00
Sergey Rubanov d9ab99792c refactor(es6): Upgrade Parser Plugins which depend on AbstractPlugin to es6 (#3683)
* refactor(es6): Upgrade RequireIncludeDependencyParserPlugin to es6 and remove AbstractPlugin dep

* refactor(es6): Upgrade RequireEnsureDependenciesBlockParserPlugin to es6 and remove AbstractPlugin dep

* refactor(es6): Upgrade RequireContextDependencyParserPlugin to es6 and remove AbstractPlugin dep

* refactor(es6): Upgrade HarmonyExportDependencyParserPlugin to es6 and remove AbstractPlugin dep

* refactor(es6): Upgrade HarmonyImportDependencyParserPlugin to es6 and remove AbstractPlugin dep

* Remove AbstractPlugin
2017-01-02 15:30:08 -06:00
Tobias Koppers f7d799adb4 rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
Avi Haiat 0a340f2b1a feat(app): Beautify all lib files 2015-07-13 01:20:09 +03:00
Tobias Koppers cebd3b9722 added linting 2015-04-23 23:55:50 +02:00
Tobias Koppers 9738b8a30e allow string in require.ensure
fixed #500
2014-10-07 15:56:15 +02:00
Tobias Koppers c745597617 support for define([], obj), cs closure in r.e
fixes #371
fixes #407
2014-08-21 14:32:24 +02:00
Tobias Koppers 30f954067c track chunk origin 2014-01-23 15:31:40 +01:00
Tobias Koppers bd56e8385f walk expression in require.ensure if not a fn expr 2013-11-05 18:55:10 +01:00
Tobias Koppers a3cd3baf16 fixes #114
allow bound function expressions in require.ensure
allow unparsed expressions in require.ensure
2013-11-03 15:28:50 +01:00
Tobias Koppers ee01837d66 Refactored everything for 0.9 2013-01-30 18:49:25 +01:00