Commit Graph

3379 Commits

Author SHA1 Message Date
Federico Bertolini 0787748c54 EnvironmentPlugin: test constructor passing an array and an object with default values 2017-02-04 15:48:48 +01:00
Tim Sebastian d24da7574c add two test cases 2017-02-05 01:37:21 +11:00
Tim Sebastian e107cc598a allow to filter uglify warnings by adding option "warningsFilter"
only works if "sourceMap" setting is true
2017-02-05 01:37:10 +11:00
Federico Bertolini d4b21513f8 EnvironmentPlugin tests: refactored the regular expressions of the expected errors to allow adding more tests easily 2017-02-04 15:29:58 +01:00
Tim Sebastian 7d0a442183 add two tests for non-absolute and absolute paths check 2017-02-04 00:49:38 +11:00
Tobias Koppers b7d0155f4e Merge pull request #4041 from shubheksha/refactor-test-Parser
refactor(ES6): Parser.test.js
2017-02-03 14:44:13 +01:00
Will Mendes 9420f16a94 refactor(EvalDevToolModuleTemplatePlugin): upgrade to ES6 2017-02-03 14:28:09 +01:00
Tobias Koppers 41dfaf2dc9 Merge pull request #4125 from willmendesneto/refactor-module-build-error
refactor(ModuleBuildError): upgrade to ES6
2017-02-03 14:26:54 +01:00
Tobias Koppers c9bef6b965 Merge pull request #4054 from shubheksha/refactor-test-WatchTestCases
refactor(ES6): WatchTestCases.test.js
2017-02-03 14:25:05 +01:00
Tobias Koppers 0b92eb0508 Merge pull request #4053 from shubheksha/refactor-test-WatchDetection
refactor(ES6): WatchDetection.test.js
2017-02-03 14:23:53 +01:00
Tobias Koppers 105d970008 Merge pull request #4052 from shubheksha/refactor-test-WarnCaseSensitiveModulesPlugin
refactor(ES6): WarnCaseSensitiveModulesPlugin.test.js
2017-02-03 14:23:04 +01:00
Shubheksha Jalan 83a084c43f refactor(ES6): Validation.test.js 2017-02-03 14:21:25 +01:00
Tobias Koppers 4e93849625 Merge pull request #4050 from shubheksha/refactor-test-TestCases
refactor(ES6): TestCases.test.js
2017-02-03 14:16:30 +01:00
Tobias Koppers 49579d60d7 remove log statement 2017-02-03 14:09:19 +01:00
Tobias Koppers f5b4b468d2 Merge pull request #4027 from carloscuatin/refactor-no-errors-plugin
refactor(es6) upgrade NoErrorsPlugin to ES6 class
2017-02-03 14:08:37 +01:00
Tobias Koppers c1ce496d21 Merge pull request #4026 from shubheksha/refactor-test-NodeTemplatePlugin
refactor(ES6): NodeTemplatePlugin.test.js
2017-02-03 14:07:42 +01:00
Tobias Koppers 4f5410c210 Merge pull request #4024 from shubheksha/refactor-test-MultiWatching
refactor(ES6): MultiWatching.test.js
2017-02-03 14:04:50 +01:00
Tobias Koppers 722724040b Merge pull request #4023 from shubheksha/refactor-test-MultiStats
refactor(ES6): MultiStats.test.js
2017-02-03 14:04:23 +01:00
Tobias Koppers 61ee7775b0 Merge pull request #4022 from shubheksha/refactor-test-MultiCompiler
refactor(ES6): MultiCompiler.test.js
2017-02-03 14:03:44 +01:00
Tobias Koppers 1e8f92aa61 Merge pull request #4021 from shubheksha/refactor-test-JsonpHotUpdateChunkTemplatePlugin
refactor(ES6): JsonpHotUpdateChunkTemplatePlugin.test.js
2017-02-03 14:02:48 +01:00
Tobias Koppers 78ff5f93a2 Merge pull request #4019 from shubheksha/refactor-test-Integration
refactor(ES6): Integration.test.js
2017-02-03 14:01:46 +01:00
Tobias Koppers 13ce7df70d Merge pull request #4018 from shubheksha/refactor-test-HotUpdateChunkTemplate
refactor(ES6): HotUpdateChunkTemplate.test.js
2017-02-03 14:01:11 +01:00
Tobias Koppers cf16e1a577 Merge pull request #4006 from shubheksha/refactor-test-Chunk
refactor(ES6): Chunk.test.js
2017-02-03 13:41:06 +01:00
Tobias Koppers 5b4d20561b Merge pull request #3912 from shubheksha/refactor-LoaderPlugin
refactor(ES6): upgrade LoaderPlugin to ES6
2017-02-03 13:39:23 +01:00
Tobias Koppers d186073957 Merge pull request #3901 from willmendesneto/refactor-node-output-file-system
refactor(NodeOutputFileSystem): upgrade to ES6
2017-02-03 13:35:29 +01:00
Tobias Koppers 5818cac8d4 Merge pull request #4166 from webpack/test/limit-chunk
add limit chunk count plugin test
2017-02-02 17:27:00 +01:00
Tim Sebastian 8ccf068c59 fix linting issues of touched files 2017-02-02 22:56:41 +11:00
Tim Sebastian 6a7a7d5633 use allOf instead of "extendRefs: true" option
this is recommended by @epoberezkin
2017-02-02 22:54:20 +11:00
Tim Sebastian 3ba9ed99c0 fix existing tests that failed schema validaton 2017-02-02 22:36:15 +11:00
Tobias Koppers 2afe1ed78c Merge pull request #4173 from webpack/coverage/ignore
Ignore sorting because it's non-deterministic
2017-02-02 12:21:47 +01:00
Tim Sebastian ab1d1d0434 allow strings and array of strings for module.noPArse
also make sure they are absolute paths
2017-02-02 21:47:21 +11:00
Tim Sebastian 890db7edc3 add absolutePath to records paths 2017-02-02 21:41:29 +11:00
Tim Sebastian 56a26f3847 add `absolutePath` to module definitions
as ajv is implemented this will automatically only be applied if the properties are strings, as `absolutePath` only works with type === string
2017-02-02 21:41:09 +11:00
Tim Sebastian 6971692a34 specify more paths as required non-absolute 2017-02-02 21:18:23 +11:00
Tim Sebastian 94ab4ecd3a apply requsted changes 2017-02-02 21:12:20 +11:00
Tim Sebastian 9124a941ae remove superfluous call to getError 2017-02-02 20:16:38 +11:00
Tim Sebastian b223f69cb7 revert initial proposal 2017-02-02 20:15:27 +11:00
Tim Sebastian 2a6ba9cc2f apply absolutePath to webpack schema 2017-02-02 20:13:37 +11:00
Tim Sebastian 254b60337d add absolutePath keyword for ajv 2017-02-02 20:13:15 +11:00
Tobias Koppers 093245f094 Ignore sorting because it's non-deterministic 2017-02-02 08:57:33 +01:00
Tobias Koppers b893eaaaa6 add limit chunk count plugin test 2017-02-01 19:35:54 +01:00
Tobias Koppers 1677815c8d Merge pull request #4150 from timse/remove-jam-leftover
remove leftovers of jam already removed in 4c7c929096
2017-01-31 14:11:09 +01:00
Tim Sebastian 18e962028e remove leftovers of jam already removed in 4c7c929096 2017-01-31 23:26:46 +11:00
Tim Sebastian 40517e1bee fail if the given context is not absolute 2017-01-31 23:06:40 +11:00
Tobias Koppers 9e644ac672 Merge pull request #4140 from webpack/bugfix/order
fixes a bug in OccurrenceOrderPlugin
2017-01-31 07:16:57 +01:00
Tobias Koppers fca5a2dfaa Merge pull request #4139 from webpack/bugfix/dll-extension
allow exact match without extension in dll
2017-01-31 07:16:37 +01:00
Tobias Koppers 089356faa3 fixes a bug in OccurrenceOrderPlugin 2017-01-30 22:49:53 +01:00
Tobias Koppers 38264a092e allow exact match without extension in dll 2017-01-30 22:44:25 +01:00
Tobias Koppers 0445b156d2 2.2.1 2017-01-30 22:13:05 +01:00
Tobias Koppers ce5b72a852 Merge pull request #4124 from willmendesneto/refactor-critical-dependency-warning
refactor(CriticalDependencyWarning): upgrade to ES6
2017-01-30 20:58:48 +01:00