Commit Graph

2447 Commits

Author SHA1 Message Date
Tobias Koppers c356619bbe Merge pull request #3384 from uncleyo/exclude-with-loader
Unhide own modules when loader path matches exclude filter
2016-11-28 16:13:46 +01:00
Yuriy Ostapenko 76e10f3559 Do not exclude module from stats when loader path matches "exclude" filter (unhide module) 2016-11-28 14:36:39 +01:00
Yuriy Ostapenko 176db50f1f Do not exclude module from stats when loader path matches "exclude" filter (assert current behavior) 2016-11-28 14:35:12 +01:00
Tobias Koppers f4adee3e9d Merge pull request #3360 from webpack/bugfix/loader-options-remaining-request
fixes a bug in which complex options are not passed through chain
2016-11-23 22:28:45 +01:00
Tobias Koppers 3e86907891 Merge pull request #3349 from webpack/feature/query-match
added resourceQuery condition
2016-11-23 22:28:27 +01:00
Tobias Koppers f9e57d9a0c Merge pull request #3210 from lunasofia/new_add_nonce
added nonce capability
2016-11-23 22:27:50 +01:00
Luna Frank-Fischer 5a4e39fe71 added nonce capability
change expected outputs of stats cases so they match new output

added nonce test to browser tests
2016-11-23 12:53:56 -08:00
Tobias Koppers 991e361530 Merge pull request #3362 from kborchers/patch-1
Update copyright statement
2016-11-23 18:14:38 +01:00
Kris Borchers 569bbcca0c Update copyright statement 2016-11-23 10:42:22 -06:00
Tobias Koppers 01b84a2088 Merge pull request #3351 from webpack/ci/parts
split linting and testing into travis jobs
2016-11-23 14:19:15 +01:00
Tobias Koppers d97b328f1d improve coverage 2016-11-23 12:12:32 +01:00
Tobias Koppers efa3fc058b added resourceQuery condition
added function use to schema
2016-11-23 12:12:32 +01:00
Tobias Koppers 7a5f2da8ff enable fast finish to finish build without waiting for OSX builds 2016-11-23 12:11:39 +01:00
Tobias Koppers b77bdee54f split linting and testing into travis jobs 2016-11-23 12:11:38 +01:00
Tobias Koppers 5f9dd3c219 fixes a bug in which complex options are not passed through chain 2016-11-23 12:11:07 +01:00
Tobias Koppers e3865e03c7 Merge pull request #3352 from webpack/TheLarkInn-patch-2
chore(readme) add more backer 'slots'
2016-11-23 12:09:50 +01:00
Tobias Koppers 8bcf7baacd Merge pull request #3358 from webpack/bugfix/node-libs
don't shim shims and update node-libs
2016-11-23 12:08:59 +01:00
Tobias Koppers 8da6f6c81a don't shim shims and update node-libs 2016-11-23 11:31:24 +01:00
Sean Larkin d5276053fa Update README.md
Added more backer slots
2016-11-22 15:02:51 -06:00
Tobias Koppers d2a5464e0d Merge pull request #3343 from Kovensky/valid-jsdoc
Add descriptions for valid JSDoc
2016-11-21 17:25:56 +01:00
Diogo Franco (Kovensky) c1766122c0 Add descriptions for valid JSDoc 2016-11-21 23:38:56 +09:00
Tobias Koppers 72eeaf12c3 Merge pull request #3341 from Kovensky/eslint-more-rules
More eslint rules
2016-11-21 02:15:58 +01:00
Tobias Koppers 0170568b5f Merge pull request #3297 from Kovensky/template-strings
Implement support for template strings in System.import
2016-11-21 02:14:56 +01:00
Diogo Franco (Kovensky) 24c2866988 Add more eslint rules 2016-11-21 09:08:55 +09:00
Diogo Franco (Kovensky) d5a7cf39bb Update code to pass lint 2016-11-21 09:08:54 +09:00
Diogo Franco (Kovensky) e361d4ef9c Use eslint:recommended rules, disable some 2016-11-21 09:08:54 +09:00
Diogo Franco (Kovensky) 8ffc44705d Add extra brackets 2016-11-21 08:37:22 +09:00
Diogo Franco (Kovensky) e9697cbcd5 Refactor regexp quoting 2016-11-21 08:37:22 +09:00
Diogo Franco (Kovensky) de44175cdd Refactor Parser additions 2016-11-21 08:37:22 +09:00
Diogo Franco (Kovensky) ebd6af2cdb Support basic template string simplification 2016-11-21 08:37:22 +09:00
Diogo Franco (Kovensky) 268f6b9bcf Pretend template is a string if it resolves to a constant 2016-11-21 08:37:22 +09:00
Diogo Franco (Kovensky) 5be77b3b33 Inline the TemplateElement evaluations 2016-11-21 08:37:22 +09:00
Diogo Franco (Kovensky) b2f771f75a Also do the context replaces in the TemplateAsId template 2016-11-21 08:37:22 +09:00
Diogo Franco (Kovensky) 36d5aae046 Improve tests, check AMD and CommonJS too 2016-11-21 08:37:22 +09:00
Diogo Franco (Kovensky) da5c735b56 Add implementation 2016-11-21 08:37:22 +09:00
Diogo Franco (Kovensky) 52d8fbc8c1 Add test cases 2016-11-21 08:37:22 +09:00
Tobias Koppers 684dbc6bc9 Merge pull request #3339 from Kovensky/remove-eclint
Disable and remove eclint
2016-11-20 13:46:40 +01:00
Diogo Franco (Kovensky) 8dfded5007 Disable and remove eclint
It causes false positives, and the checks it does are already
covered by the other linters anyway.
2016-11-20 20:41:59 +09:00
Tobias Koppers 49f08974a3 Merge pull request #3337 from webpack/allow-boolean-in-externals
Allow use of booleans in the `externals` option
2016-11-19 18:44:47 +01:00
Kees Kluskens 0ddf5fdb5a Allow use of booleans in the `externals` option
Fixes #3299
2016-11-19 16:47:40 +01:00
Sean Larkin 82a68983fd Merge pull request #3323 from webpack/improved-issue-templates
Make issue template easier to understand
2016-11-17 21:26:50 -06:00
Kees Kluskens a655c6312e Small tweak to relevant info asked 2016-11-17 21:19:52 +01:00
Kees Kluskens 969a1b5a9d Simplify PR template even more
Also removes the checkboxes
2016-11-17 21:13:42 +01:00
Kees Kluskens d29f662188 Make issue template easier to understand [skip ci]
With the current issue template, people often won't know what to remove exactly.
With the new template, users only have to fill in the questions and optionally
can remove the hints. Since the hints are HTML comments, they won't appear in
the issue.

Inspired by Yarn's great issue template: https://raw.githubusercontent.com/yarnpkg/yarn/master/.github/ISSUE_TEMPLATE.md
2016-11-17 20:50:18 +01:00
Tobias Koppers 027c5a88b8 Merge pull request #3305 from webpack/bugfix/for-3159
fixes #3159
2016-11-17 12:59:54 +01:00
Tobias Koppers 1142d05487 Merge pull request #3302 from webpack/feature/opt-in-exp-handling
added strictModuleExceptionHandling option
2016-11-17 08:35:27 +01:00
Tobias Koppers fe6790121a Merge pull request #3303 from webpack/bugfix/cli
`--module-bind` automatically appends `-loader`
2016-11-17 08:35:17 +01:00
Tobias Koppers 4e7326588d Merge pull request #3304 from webpack/test/for-issue-3235
add test cases for #3235
2016-11-17 08:35:04 +01:00
Tobias Koppers bb65f1d7ed Merge pull request #3306 from webpack/ci/windows
[WIP] fix the appveyor build
2016-11-17 08:33:16 +01:00
Tobias Koppers add345e533 Merge pull request #3314 from jfsiii/patch-1
Update `-loader`error message
2016-11-17 08:33:01 +01:00