webpack/test/cases/parsing
Sean Larkin d802b28b66
Merge pull request #17248 from webpack/issue-17189
test: case for destruction
2023-05-24 07:21:59 -07:00
..
amd-rename migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
api change __webpack_module_id__ to __webpack_module__.id 2022-01-31 13:53:58 +01:00
asi chore: fix eslint 2023-04-14 19:34:10 +03:00
block-scopes handle block scopes correctly 2019-06-13 00:41:42 +02:00
bom fix test cases for node 16 2021-04-28 16:10:45 +02:00
browserify migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
chunks terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
class terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
class-properties add workaround for broken eslint-scope package regarding class field support 2021-05-19 16:21:54 +02:00
comment-in-import add test case for comments in import() 2018-04-17 09:51:47 +02:00
complex-require terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
context use infrastructure-log file 2022-02-15 09:08:02 +03:00
declared-api fix incorrect parsing of define functions 2021-02-11 11:18:40 +01:00
es6.nominimize fix createLazyTestEnv for new jest major version 2021-06-22 09:39:17 +02:00
es2020 add support for class fields 2021-04-27 10:28:13 +02:00
es2022 chore: fix eslint 2023-04-14 19:34:10 +03:00
evaluate Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
evaluate-nullish fix evaluating tagged template 2021-11-24 21:22:59 +03:00
extract-amd chore: fix eslint 2023-04-14 19:34:10 +03:00
extract-amd.nominimize Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
extract-require chore: fix eslint 2023-04-14 19:34:10 +03:00
filename migrate should to expect, part 2 (manual) 2018-01-26 23:59:38 +01:00
harmony detect ASI and generate more efficient code when no semicolon need to be inserted 2019-08-22 23:03:38 +02:00
harmony-circular-star-reexport only retrigger flagging exports in dependencies when exports really changed 2020-02-05 09:16:24 +01:00
harmony-commonjs Merge branch 'profiling-race' into jest 2018-03-07 21:56:06 +01:00
harmony-commonjs-mix chore: update cSpell globs and fix typos 2021-12-12 16:57:14 -05:00
harmony-deep-exports add providedInfo test case 2022-04-12 16:01:27 +03:00
harmony-destructuring-assignment chore: fix eslint 2023-04-14 19:34:10 +03:00
harmony-duplicate-export track the target binding of harmony reexports 2020-08-11 20:13:01 +02:00
harmony-edge-cases migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
harmony-export-hoist keep function declarations when using export default 2020-05-12 22:49:33 +02:00
harmony-export-import-specifier Fix `return"field"in Module` evaluated as `returntrue` #15759 2022-05-05 09:11:28 +08:00
harmony-export-precedence chore: fix eslint 2023-04-14 19:34:10 +03:00
harmony-import-export-order migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
harmony-import-targets fix a few more expects and make the test output paths more sturdy 2018-02-25 01:20:45 +01:00
harmony-info provide better error message when a export name was not found 2020-01-15 22:44:06 +01:00
harmony-injecting-order migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
harmony-module-optimization fix that using `module` in a ESM causes exports deopt 2020-05-19 02:07:26 +02:00
harmony-reexport fix ExportsInfo 2022-04-06 20:15:10 +03:00
harmony-spec migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
harmony-star-conflict chore: update cSpell globs and fix typos 2021-12-12 16:57:14 -05:00
harmony-tdz terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
harmony-this detect ASI and generate more efficient code when no semicolon need to be inserted 2019-08-22 23:03:38 +02:00
hashbang handle hashbangs in javascript files 2021-08-10 11:34:06 +02:00
hot-api Use ellipsis instead of '...' 2018-03-22 10:54:18 +01:00
hot-error-handler fixed hot error handler test case 2014-08-14 10:24:27 +02:00
hot-hash migrate should to expect, part 2 (manual) 2018-01-26 23:59:38 +01:00
iife workaround for terser bug 2021-01-20 20:24:16 +01:00
import-define chore: update cSpell globs and fix typos 2021-12-12 16:57:14 -05:00
issue-345 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-387 Merge branch 'profiling-race' into jest 2018-03-07 21:56:06 +01:00
issue-551 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-627 chore: fix eslint 2023-04-14 19:34:10 +03:00
issue-758 chore: fix eslint 2023-04-14 19:34:10 +03:00
issue-1044 fixed #1044 and fixed #1244 2015-07-22 23:40:46 +02:00
issue-1600 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-2006 chore: fix eslint 2023-04-14 19:34:10 +03:00
issue-2019 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-2050 upgrade jest 2018-07-10 16:02:02 +02:00
issue-2084 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-2349 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-2522 terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
issue-2523 terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
issue-2528 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-2528-2 hoist imports 2016-06-16 01:05:17 +02:00
issue-2570 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-2600 chore: fix eslint 2023-04-14 19:34:10 +03:00
issue-2618 terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
issue-2622 terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
issue-2641 chore: fix eslint 2023-04-14 19:34:10 +03:00
issue-2895 terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
issue-3116 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-3238 terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
issue-3252 terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
issue-3273 terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
issue-3769 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-3917 migrate should to expect, part 2 (manual) 2018-01-26 23:59:38 +01:00
issue-3964 upgrade jest 2018-07-10 16:02:02 +02:00
issue-4179 upgrade jest 2018-07-10 16:02:02 +02:00
issue-4357 terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
issue-4596 few more test migration fixes 2018-01-27 16:55:38 +01:00
issue-4608-1 partially fix test cases 2021-06-24 10:05:37 +02:00
issue-4608-1-non-strict partially fix test cases 2021-06-24 10:05:37 +02:00
issue-4608-2 terser support more stuff so no need to ignore these test cases 2020-08-07 15:02:37 +02:00
issue-4709 prewalk a function declaration 2017-04-14 15:23:27 +02:00
issue-4870 improve target options 2020-09-10 11:42:09 +02:00
issue-4940 migration of new tests and changes after merge of master 2018-04-11 20:31:28 +02:00
issue-5624 migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
issue-5889 Add a test case to invalidate #5889 2018-06-05 10:31:16 +02:00
issue-6867 copy+paste typo 2018-03-29 08:41:48 +02:00
issue-7318 Add a test to check typeof transformation 2018-05-16 13:04:43 +02:00
issue-7335 Add test case 2018-05-25 17:33:34 +02:00
issue-7519 chore: fix eslint 2023-04-14 19:34:10 +03:00
issue-7728 Handle module.require, require.main.require, and module.parent.require 2018-07-19 13:41:58 -07:00
issue-7778 fix tests 2018-10-30 19:45:16 +08:00
issue-8874 Add fix for normal Function Expression and fix code style for fix #8874 2019-03-20 12:19:49 +01:00
issue-9817 set wrapped inner expression in concat parsing 2019-10-14 20:24:11 +02:00
issue-11283 use one block scope for switch 2020-08-08 11:13:38 +03:00
issue-11353 Remove last unused comment 2020-08-20 13:29:06 -03:00
issue-12769 fixes #12769 2021-02-24 12:54:17 +01:00
issue-14610 fix #14610 2021-11-02 11:03:15 +01:00
issue-16763 refactor: test and types 2023-05-24 00:29:08 +03:00
issue-17189 test: case for destruction 2023-05-24 00:57:46 +03:00
javascript migrate should to expect, part 2 (manual) 2018-01-26 23:59:38 +01:00
local-modules add test case 2021-01-14 13:42:34 +01:00
logical-assignment chore: fix eslint 2023-04-14 19:34:10 +03:00
meta-property fix handling of MetaProperty 2021-01-05 21:26:28 +01:00
missing-export-warning-nested provide better error message when a export name was not found 2020-01-15 22:44:06 +01:00
nullish-coalescing fix tests, filter nullish test cases 2020-07-22 13:44:48 +03:00
optional-catch-binding chore: fix eslint 2023-04-14 19:34:10 +03:00
optional-chaining dont count optional chaining in import specifier 2022-02-07 16:14:22 +03:00
pattern-in-for migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
precreated-ast test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
renaming migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
resolve-weak-context migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
spread chore: fix eslint 2023-04-14 19:34:10 +03:00
strict-mode migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
this-in-arrow-iife fixes parsing of 'this' in arrow iife 2020-09-15 13:46:10 +02:00
typeof partially fix test cases 2021-06-24 10:05:37 +02:00
typeof-non-module partially fix test cases 2021-06-24 10:05:37 +02:00
unsupported-amd Optimize error origin handling and module trace 2018-09-12 13:16:59 +02:00
var-hiding migrate should to expect, part 1 2018-01-26 22:51:03 +01:00
webpack-is-included add side effects to avoid optimization 2021-01-15 16:44:25 +01:00