..
arguments-object.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
arrow-destructuring-param.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
arrow-functions.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
assignment-targets.txt
LibJS: Preserve source positions in bytecode source maps
2026-04-22 22:34:54 +02:00
async-arrow-await.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
async-generator-method.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
async-generator-yield-name.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
await-expression-precedence.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
await-in-static-init.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
await-yield-arrow-in-static-init.txt
LibJS: Fix await boundaries in class elements
2026-05-22 01:56:57 +02:00
bigint-property-key.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
binding-pattern-positions.txt
LibJS: Fix destructured primitive string const loops
2026-05-22 01:56:57 +02:00
binding-pattern-property-keys.txt
LibJS: Fix destructured primitive string const loops
2026-05-22 01:56:57 +02:00
catch-param-scope.txt
LibJS: Allocate local variable indices in source order
2026-04-27 08:04:11 +02:00
class-extends-tagged-template.txt
LibJS: Fix source range of TaggedTemplateLiteral in class extends
2026-02-19 12:02:50 +01:00
class-field-edge-cases.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
class-keyword-method-names.txt
LibJS: Check lookahead before consuming async in static class method
2026-02-19 02:45:37 +01:00
class-scope.txt
LibJS: Allocate local variable indices in source order
2026-04-27 08:04:11 +02:00
class-static-field.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
classes.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
closure-captures.txt
LibJS: Allocate local variable indices in source order
2026-04-27 08:04:11 +02:00
closures.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
comma-resets-forbidden-tokens.txt
Tests/LibJS: Import various tests developed alongside Rust pipeline
2026-02-24 09:39:42 +01:00
control-flow.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
cover-initialized-name-destructuring.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
default-param-scope.txt
LibJS: Allocate local variable indices in source order
2026-04-27 08:04:11 +02:00
destructured-parameter-locals.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
destructured-parameter-not-local.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
destructuring.txt
LibJS: Fix destructured primitive string const loops
2026-05-22 01:56:57 +02:00
do-while-asi.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
eval-binding-pattern-no-arguments.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
eval-defeats-locals.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
eval-direct-vs-indirect.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
eval-direct.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
eval-in-arrow.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
eval-in-scope-chain.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
eval-indirect.txt
LibJS: Allocate local variable indices in source order
2026-04-27 08:04:11 +02:00
eval-scope-chain-deep.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
eval-with-interaction.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
export-default.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
expressions.txt
LibJS: Ensure deterministic ordering in scope analysis and codegen
2026-02-24 09:39:42 +01:00
for-in-of-lhs-patterns.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
for-in-of-scoping.txt
LibJS: Fix destructured primitive string const loops
2026-05-22 01:56:57 +02:00
for-loop-init.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
for-of-rhs-precedence.txt
Tests/LibJS: Import various tests developed alongside Rust pipeline
2026-02-24 09:39:42 +01:00
function-declaration-hoisting.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
function-expressions.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
generators-and-async.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
global-vs-local-same-name.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
import-statement.txt
LibJS: Consume semicolons after import statements
2026-02-19 12:02:50 +01:00
label-and-break.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
labeled-function-declaration.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
let-identifier-for-loop.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
locals-and-globals.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
multiple-binding-forms.txt
LibJS: Fix destructured primitive string const loops
2026-05-22 01:56:57 +02:00
multiple-destructuring-parameters.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
named-function-expr-scope.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
nested-closures.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
nested-paren-expressions.txt
LibJS: Memoize failed arrow function attempts in Rust parser
2026-02-24 18:42:13 +01:00
new-target-default-param.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
numeric-literal-formatting.txt
Tests/LibJS: Import various tests developed alongside Rust pipeline
2026-02-24 09:39:42 +01:00
object-property-key-no-capture.txt
LibJS: Allocate local variable indices in source order
2026-04-27 08:04:11 +02:00
object-shorthand.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
overflowing-integer-literals.txt
LibJS: Parse overflowing integer literals correctly
2026-02-19 02:45:37 +01:00
parameter-forms.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
private-identifier-access-patterns.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
private-names.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
property-key-arguments.txt
LibJS: Fix destructured primitive string const loops
2026-05-22 01:56:57 +02:00
proto-destructuring-assignment.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
regex-after-block.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
regex-literals.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
rest-parameter-locals.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
return-asi-empty-statement.txt
Tests/LibJS: Import various tests developed alongside Rust pipeline
2026-02-24 09:39:42 +01:00
shadow-across-scopes.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
speculative-arrow-this-leak.txt
LibJS: Restore ancestor scope flags after failed arrow parsing
2026-02-24 09:39:42 +01:00
static-class-field.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
strict-mode.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
strict-reserved-word-identifier.txt
Tests/LibJS: Import various tests developed alongside Rust pipeline
2026-02-24 09:39:42 +01:00
super-in-method-params.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
super-property.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
switch-default.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
switch-scope.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
tagged-template-in-extends.txt
Tests/LibJS: Import various tests developed alongside Rust pipeline
2026-02-24 09:39:42 +01:00
tagged-template-literals.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
ternary-resets-forbidden-tokens.txt
Tests/LibJS: Import various tests developed alongside Rust pipeline
2026-02-24 09:39:42 +01:00
try-catch-scope.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
unicode-other-id-start.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
update-exponentiation.txt
LibJS: Ensure deterministic ordering in scope analysis and codegen
2026-02-24 09:39:42 +01:00
using-as-identifier-in-for.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
using-in-for-loop.txt
LibJS: Register using declarations in scope collector for for-loops
2026-02-24 09:39:42 +01:00
var-after-property-name.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
var-shadow-in-default-param.txt
LibJS: Use natural source positions for parser-synthesized identifiers
2026-04-27 08:04:11 +02:00
var-vs-let-hoisting.txt
LibJS: Ensure deterministic ordering in scope analysis and codegen
2026-02-24 09:39:42 +01:00
variable-scoping.txt
LibJS: Ensure deterministic ordering in scope analysis and codegen
2026-02-24 09:39:42 +01:00
with-defeats-locals.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
with-in-nested-scopes.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
with-statement.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
yield-await-function-names.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
yield-comma-expression.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00
yield-template-middle.txt
Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests
2026-02-17 20:44:57 +01:00