Logo
Explore Help
Sign In
fergalmoran/ladybird
1
0
Fork 0
You've already forked ladybird
mirror of https://github.com/fergalmoran/ladybird.git synced 2026-04-09 22:27:46 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
0729c8ed65cf284fa9a275cbaf4cfa490aeb5309
ladybird/Libraries/LibJS/Tests/operators
History
Linus Groh 0974991d05 LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriod
From the spec: https://tc39.es/ecma262/#sec-punctuators

    OptionalChainingPunctuator ::
        ?. [lookahead ∉ DecimalDigit]

We were missing the lookahead and therefore incorrectly treating any
'?.' as TokenType::QuestionMarkPeriod.

Fixes #4409.
2020-12-14 22:25:46 +01:00
..
assignment-operators.js
LibJS: Implement logical assignment operators (&&=, ||=, ??=)
2020-10-05 17:57:26 +02:00
binary-bitwise-and.js
…
binary-bitwise-left-shift.js
…
binary-bitwise-or.js
…
binary-bitwise-right-shift.js
…
binary-bitwise-unsigned-right-shift.js
…
binary-bitwise-xor.js
…
binary-relational.js
…
comma-operator.js
…
delete-basic.js
LibJS: Fix Object::delete_property() with numeric string property
2020-11-05 19:15:00 +01:00
delete-global-variable.js
…
delete-globalThis-property-crash.js
…
in-operator-basic.js
…
instanceof-basic.js
LibJS: Fix crashing exception in Value::ordinary_has_instance()
2020-11-03 19:14:13 +01:00
logical-and.js
…
logical-expressions-short-circuit.js
…
logical-nullish-coalescing.js
…
logical-or.js
…
modulo-basic.js
…
ternary-basic.js
LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriod
2020-12-14 22:25:46 +01:00
typeof-basic.js
…
void-basic.js
…
Powered by Gitea Version: 1.25.0+dev-360-gc4c1a4bd18 Page: 1308ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API