webpack/test/cases/parsing
Tobias Koppers 9e42dd6c4a allow to pass AST directly to webpack 2017-11-03 11:12:45 +01:00
..
bom updated tests for new css-loader 2014-09-22 07:58:36 +02:00
browserify refactor how critical warnings are reported 2016-06-24 01:51:52 +02:00
chunks add test case for ArrowFunctionExpression with SequenceExpression in body 2016-12-21 17:30:20 -06:00
class add test cases and fix a bug 2017-04-13 14:52:49 +02:00
complex-require Add tests for .concat alongside template literals. 2017-09-18 16:44:50 -07:00
context rename `async` to `mode` in context options 2017-10-16 14:49:51 +02:00
es6.nominimize test infrastructure improvements 2016-06-04 14:47:20 +02:00
evaluate Merge branch 'master' into webpack-2 2015-04-14 20:09:29 +02:00
extract-amd updated partly to new enhanced-resolve API 2016-01-02 00:21:54 +01:00
extract-require updated partly to new enhanced-resolve API 2016-01-02 00:21:54 +01:00
filename test case for #343 2014-07-04 13:00:07 +02:00
harmony star import a non-harmony modules behaves like require 2016-07-04 10:24:04 +02:00
harmony-commonjs hoist exports declarations too 2017-01-16 15:45:15 +01:00
harmony-commonjs-mix fix browsertests 2017-05-25 13:12:34 +02:00
harmony-duplicate-export improved tree shaking for star exports 2016-12-04 23:50:52 +01:00
harmony-edge-cases added harmony test case 2016-09-19 21:13:32 +02:00
harmony-export-hoist change some magic numbers to hoist exports 2017-05-04 13:00:52 +02:00
harmony-export-precedence test: fix the illegal syntax in a module for test 2016-10-27 14:22:30 +08:00
harmony-import-export-order insert import and exports in order 2016-12-04 23:51:33 +01:00
harmony-import-targets fixed a bug where called imported were not parsed 2016-02-22 15:18:13 +01:00
harmony-info warn when name is imported that is not exported 2016-06-24 01:52:28 +02:00
harmony-injecting-order Bugfix/disable module in harmony (#3755) 2017-01-09 10:11:34 -06:00
harmony-spec refactoring and aggressive-splitting plugin 2016-07-13 11:03:14 +02:00
harmony-tdz Refactor harmony modules 2017-09-14 09:44:32 +02:00
harmony-this Call imports with the correct context. 2017-07-11 19:08:23 +02:00
hot-api added two additional test cases 2015-04-28 23:51:17 +02:00
hot-error-handler fixed hot error handler test case 2014-08-14 10:24:27 +02:00
hot-hash added __webpack_hash__ 2014-08-25 09:50:26 +02:00
inject-free-vars [tests] Uncomment inject-free-vars test. 2017-07-27 16:25:05 -07:00
issue-345 fixed parsing of wrapped expressions 2014-07-07 13:20:38 +02:00
issue-387 added #387 test cases 2014-08-01 07:06:31 +02:00
issue-494 fixed renaming in IIFEs and Assignments 2014-10-26 11:17:47 +01:00
issue-551 fixed browsertests 2015-01-14 20:23:43 +01:00
issue-627 refactor how critical warnings are reported 2016-06-24 01:51:52 +02:00
issue-758 Add test for simulated chunk load error, as requested from code review (required a change to HotModuleReplacement.runtime.js to allow temporarily switching of the chunk loader function to work) 2017-04-07 07:50:17 -04:00
issue-1044 fixed #1044 and fixed #1244 2015-07-22 23:40:46 +02:00
issue-1600 fixes #1600 2015-11-14 22:41:06 +01:00
issue-2006 fixed #2006 2016-02-09 19:32:50 +01:00
issue-2019 fixed #2019 2016-02-09 14:27:21 +01:00
issue-2050 Bugfix/disable module in harmony (#3755) 2017-01-09 10:11:34 -06:00
issue-2084 added another test case for #2084 2016-02-22 19:39:33 +01:00
issue-2349 test compatiblity with node 0.12 2016-05-06 12:23:21 +02:00
issue-2522 support for importing into object shothand 2016-06-04 15:22:47 +02:00
issue-2523 support exporting classes 2016-06-04 15:06:10 +02:00
issue-2528 added testcase for #2528 2016-06-04 14:19:32 +02:00
issue-2528-2 hoist imports 2016-06-16 01:05:17 +02:00
issue-2570 fixed #2570 2016-06-04 14:19:20 +02:00
issue-2600 added import(), fixes #3098 2016-12-03 11:50:44 +01:00
issue-2618 added test filter to exclude const usage from old node.js 2016-06-08 18:37:22 +02:00
issue-2622 added support for default arguments 2016-06-16 01:05:17 +02:00
issue-2641 Fix AMD require call with three arguments 2016-11-08 08:42:13 +01:00
issue-2895 Add a filter to issue-2895 2016-11-08 20:51:27 +09:00
issue-2942 readd previous checks - refactor System polyfill 2017-03-01 00:41:19 +11:00
issue-3116 add test with dynamic indexed access to imports 2016-11-15 11:28:34 +01:00
issue-3238 Add missing test description 2016-11-08 20:55:58 +09:00
issue-3252 add testing file 2016-11-09 13:31:21 +10:00
issue-3273 fix parsing issue with patterns 2017-05-21 08:10:22 +02:00
issue-3769 make harmony order stable 2017-01-09 00:50:32 +01:00
issue-3917 fix browsertests 2017-05-25 13:12:34 +02:00
issue-3964 fix for #3964 and tests 2017-01-15 16:41:56 +01:00
issue-4179 fixes #4179 2017-02-06 13:51:00 +01:00
issue-4357 walk variable patterns for parsed stuff 2017-02-23 23:06:05 +01:00
issue-4596 evaluate some identifiers to truthy values 2017-06-02 13:24:47 +02:00
issue-4608-1 improve code coverage 2017-04-13 12:37:30 +02:00
issue-4608-2 improve code coverage 2017-04-13 12:37:30 +02:00
issue-4709 prewalk a function declaration 2017-04-14 15:23:27 +02:00
issue-4870 support destructing on assignment 2017-05-21 08:10:13 +02:00
issue-5624 fixes #5624 2017-09-06 10:33:08 +02:00
javascript 96 browser tests are in included in automated tests too 2013-12-15 23:10:41 +01:00
local-modules refactoring and bug fixes 2015-07-07 00:11:13 +02:00
precreated-ast allow to pass AST directly to webpack 2017-11-03 11:12:45 +01:00
renaming parser should not crash if to many arguments are passed to an IIFE 2014-05-27 11:52:48 +02:00
requirejs emit correct code for requirejs.onError 2017-07-07 10:27:38 +02:00
resolve-weak-context added resolve.resolveWeak context testcase 2017-07-26 15:00:57 +02:00
strict-mode test strict mode 2016-05-06 10:44:31 +02:00
typeof emit correct code for typeof require.resolve(Weak) and require 2017-07-07 10:26:58 +02:00
unsupported-amd Produce correct code and emit better error 2016-05-05 09:26:30 +02:00
var-hiding fixed detection of free vars while evaluating 2014-10-07 15:15:09 +02:00