test262/src
Nicolò Ribaudo 573058ed2e
Add syntax tests for `import.defer` (#4374)
These tests are all based on the existing dynamic import syntax tests, just updated to use the new syntax.

This PR does not contain any manually written tests -- they are all generated.
2025-02-04 11:38:19 -08:00
..
accessor-names
annex-b-fns
arguments
assignment-target-type Add syntax tests for `import.defer` (#4374) 2025-02-04 11:38:19 -08:00
async-functions Separate cases 2020-10-05 10:53:43 -04:00
async-generators Fix typo 2022-11-30 16:04:02 -08:00
class-elements Replace Object.hasOwnProperty.call with Object.prototype.hasOwnProperty.call 2022-11-30 16:04:02 -08:00
compound-assignment-private Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
computed-property-names Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
declarations
decorator Fixup template files 2023-10-05 10:23:12 -07:00
direct-eval-code Remove template that is generating duplicate tests 2020-10-29 13:48:50 -04:00
dstr-assignment Remove unused functions 2021-10-13 14:18:32 -04:00
dstr-assignment-for-await chore: migrate $ERROR -> throw new Test262Error in src/* 2021-07-22 10:56:15 -04:00
dstr-binding Array binding: add rest element direct binding test case 2020-08-20 12:48:08 -04:00
dstr-binding-for-await
dynamic-import Add syntax tests for `import.defer` (#4374) 2025-02-04 11:38:19 -08:00
function-forms Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
generators Replace Object.hasOwnProperty.call with Object.prototype.hasOwnProperty.call 2022-11-30 16:04:02 -08:00
identifier-names Fixed spelling error identifer -> identifier. 2022-06-21 10:14:17 +02:00
import-defer Update import defer tests for evaluation triggers (#4341) 2025-01-24 10:54:39 +01:00
insignificant-input-elements Add a maintenance file for src/insignificant-input-elements 2021-07-16 09:49:17 -04:00
invalid-private-names
logical-assignment-private Fix tests for private reference with logical assignment 2022-02-21 15:38:59 -05:00
spread Replace Object.hasOwnProperty.call with Object.prototype.hasOwnProperty.call 2022-11-30 16:04:02 -08:00
statementList Remove superfluous EmptyStatement 2021-10-05 16:28:06 -04:00
subclass-builtins Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
top-level-await