Commit Graph

2658 Commits

Author SHA1 Message Date
Tobias Koppers 49a31729ae Merge pull request #3677 from willmendesneto/refactor-chunk-render-error
refactor(ChunkRenderError): upgrade to ES6
2017-01-02 12:48:37 +01:00
Will Mendes 8d6c8fc8de refactor(ChunkRenderError): upgrade to ES6 2017-01-02 22:08:28 +11:00
Tobias Koppers 09b90c1b8a Merge pull request #3667 from chicoxyzzy/feature/refactor_es6_webpack
refactor(es6): Upgrade lib/webpack.js to es6
2017-01-02 09:12:11 +01:00
Tobias Koppers 849385afdb Merge pull request #3672 from alistairjcbrown/update-noncalling-typechecks
Update missing should type check calls
2017-01-02 09:09:23 +01:00
Tobias Koppers 03015f5185 Merge pull request #3670 from alistairjcbrown/add-compare-locations-tests
Add tests for compareLocations
2017-01-02 09:07:30 +01:00
Sergey Rubanov ccfd5a8e69 refactor(es6): Upgrade AbstractPlugin to es6 (#3669) 2017-01-01 23:54:23 -06:00
Alistair Brown 7a43c0ef25 Update missing should type check calls 2017-01-02 00:44:24 +00:00
chico 3ec94070b7 refactor(es6): Upgrade lib/webpack.js to es6 2017-01-02 03:12:08 +03:00
Sergey Rubanov bc74372025 refactor(es6): Upgrade lib/webpack.web.js to es6 (#3668)
refactor(es6): Upgrade lib/webpack.web.js to es6 (#3668)
2017-01-01 17:52:40 -06:00
Alistair Brown f7060eaf1e Add tests for compareLocations 2017-01-01 23:38:59 +00:00
Sebastian Blade 9c2eae94d6 refactor(es6): Upgrade HashedModuleIdsPlugin to es6 (#3659)
* refactor(es6): Upgrade HashedModuleIdsPlugin to es6
2017-01-01 11:26:22 -06:00
Dan Jasnowski 9c5b6c50a1 refactor(es6): refactor PrefetchPlugin to ES6 class (#3665)
* refactor(es6): refactor PrefetchPlugin to ES6 class
2017-01-01 11:23:57 -06:00
Justin Coyne 9734d00d8b Fix typo. Intervall -> Interval (#3664) 2017-01-01 11:21:46 -06:00
Gyandeep Singh fa321dac61 refactor(es6): Update DelegatedPlugin to es6 (#3663) 2016-12-31 20:35:41 -06:00
Alistair Brown e0c00f9034 Add tests for ArrayMap (#3662) 2016-12-31 12:33:54 -06:00
Sean Larkin c7b06ad617 feat(moduletemplate): Wrap function module template wrappers with parens (#3658)
* feat(moduletemplate): Wrap function module template wrappers with parens.

* update stats
2016-12-31 10:08:40 -06:00
Adam Markon 5f6029f081 refactor(es6): refactor IgnorePlugin to ES6 class (#3638) 2016-12-30 17:17:33 -06:00
Sean Larkin 7327ee608a chore(eslint): added eslint-node-plugin (#3652) 2016-12-30 17:13:49 -06:00
Sean Larkin e128cdd64b ci(yarn): fix an issue where CI is failling to link (#3654) 2016-12-30 14:55:11 -06:00
Elod-Arpad Szopos bfcc5942bb adding yarn lock file and removing it from git ignore (#3648)
* adding yarn lock file and removing it from git ignore
* travis will now run yarn by default that it sees the lock file
2016-12-30 10:39:02 -06:00
Neehar Venugopal 7d1774666a refactor(es6): Update DefinePlugin to es2015 (#3632)
* convert DefinePlugin to es2015
2016-12-30 10:34:29 -06:00
Sean Larkin aa8d01bf8d refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot (#3636)
* refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot

* This change allows for buildin to now be part of the lint test by addition of an extra .eslintrc file which extends existing but sets es6 to false
* Turned on no-unused-vars for eslint, and then removed all warnings from turning that feature on
* Was getting notified of errors in "quote" property in eslintrc, so changed to correct value from error to 2.

* beautify

* swap invalid eslint config val
2016-12-30 09:43:49 -06:00
Tobias Koppers 644afe6319 Merge pull request #3650 from webpack/coverage/remove-unused
removed unused stuff in NormalModule
2016-12-30 15:38:11 +01:00
Tobias Koppers 5b094c0b5e removed unused stuff in RawModule 2016-12-30 13:59:47 +01:00
Tobias Koppers dcb1d4599c removed unused stuff in NormalModule
It was used for the DedupePlugin
2016-12-30 13:57:48 +01:00
Tobias Koppers bb38ab73f6 Merge pull request #3649 from webpack/SpaceK33z-patch-1
Update watchpack dependency
2016-12-30 13:09:11 +01:00
Kees Kluskens e91c799b3b Update watchpack dep 2016-12-30 11:00:43 +01:00
Tobias Koppers d3bb9c4e10 Merge pull request #3646 from webpack/coverage/flanky
ingore flacky function from code coverage
2016-12-30 10:10:16 +01:00
Elod-Arpad Szopos 082dc17472 No errors plugin deprecate (#3570)
* added deprecation with unit test
* added deprecation for NoErrorsPlugin in favor of NoEmitOnErrorsPlugin with unit test
* add new NoEmitOnErrorsPlugin to exports and add an extra unit test to check that there is no warning when using it
* added test for NoEmitOnErrorsPlugin in case of error
* git ignore temporary test fixtures
2016-12-30 09:52:37 +01:00
Tobias Koppers 6b47e83812 ingore flacky function from code coverage 2016-12-30 09:50:23 +01:00
Tobias Koppers dc0f4e5ee8 Merge pull request #3615 from abouthiroppy/feature/refactor-AmdMainTemplatePlugin
refactor(AmdMainTemplatePlugin): update AmdMainTemplatePlugin to es2015
2016-12-30 09:21:34 +01:00
Tobias Koppers 6292940f47 Merge pull request #3640 from gyandeeps/ep-es6
refactor(es6): refactor EnvironmentPlugin to ES6 class
2016-12-30 09:20:08 +01:00
Gyandeep Singh ffd3d4e90e refactor(es6): refactor EnvironmentPlugin to ES6 class 2016-12-29 17:40:53 -06:00
Kees Kluskens 644e3a009b Upgrade eslint (#3626)
* Upgrade eslint

* Pin down eslint version

* Temporary fix for difference between js-beautify and eslint

js-beautify suddenly requires a space between `while` here,
but everywhere else we use it without space.

* Remove redundant rules (present in eslint:recommended)

* Add rules comparable to js-beautify rules to eslint

* Add some forgotten files

* Ugh, fix some differences between eslint and js-beautify the nuclear way

* Add back variables
2016-12-29 10:10:41 -06:00
Tobias Koppers 7f90586abd Merge pull request #3624 from kalcifer/feature/refactor-DllEntryPlugin
refactor(es6): update DllEntryPlugin to es2015
2016-12-29 15:48:24 +01:00
Tobias Koppers d84f8efa61 Merge pull request #3617 from abouthiroppy/feature/refactor-BannerPlugin
refactor(BannerPlugin): update BannerPlugin to es2015
2016-12-29 15:47:56 +01:00
Tobias Koppers 5326c244ff Merge pull request #3609 from webpack/feature/refactor_es6_use_strict
refactor(es6): Update UseStrictPlugin to es6 class [WIP]
2016-12-29 15:44:20 +01:00
Tobias Koppers dbf15925e5 Merge pull request #3625 from webpack/Kovensky-patch-1
Update minimum engines
2016-12-29 15:42:53 +01:00
Kees Kluskens 3d10672f5d Merge pull request #3623 from webpack/feature/refactor_es6_entrypoint
refactor(es6): Upgrade Entrypoint to es6
2016-12-29 11:02:15 +01:00
Diogo Franco 093f35eb82 Require 4.7 2016-12-29 18:35:23 +09:00
Diogo Franco 1f44f8ffa3 Update minimum engines
Went with 4.2.3 minimum as it fixes a v8 security issue.

https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V4.md#2015-12-04-version-423-argon-lts-rvagg

4.1.0 would be the minimum otherwise as it fixes an important ES6 bug.

https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V4.md#4.1.0
2016-12-29 18:17:35 +09:00
Pavithra K 021d0cc53b update DllEntryPlugin to es2015 2016-12-29 14:03:01 +05:30
Sean Larkin af1b2fc8e2 refactor(es6): Upgrade DllModuleFactory to es6 (#3618) 2016-12-29 01:40:31 -06:00
abouthiroppy 750a5428fa refactor(AmdMainTemplatePlugin): update AmdMainTemplatePlugin to es2015 2016-12-29 16:17:03 +09:00
Nitish Dayal fe2e1a675e refactor(es6): Upgrade ModuleReason and ModuleTemplate to es6 (#3622) 2016-12-29 01:10:25 -06:00
Ryan Braganza 994bc7a701 refactor(es6): Upgrade ExternalsPlugin to es6 (#3621) 2016-12-29 01:08:46 -06:00
Mike Brocchi 938072f0eb refactor(es6): Upgrade NewWatchingPlugin to es6 (#3620) 2016-12-29 01:07:27 -06:00
Sean Larkin 6cad87f5fe refactor(es6): Upgrade NamedModulesPlugin to es6 (#3619) 2016-12-29 01:05:11 -06:00
Sean Larkin 083b9a7975 refactor(es6): Upgrade Entrypoint to es6 2016-12-29 00:58:26 -06:00
abouthiroppy f73e87dfc5 refactor(BannerPlugin): update BannerPlugin to es2015 2016-12-29 15:30:22 +09:00