1939 Commits (87aeb23b22c6c919b8f264f85a42bd5698e9d6a9)
 

Author SHA1 Message Date
dependabot[bot] 2362f7353c Bump webpack from 5.74.0 to 5.75.0 (#2427) 2 years ago
raskad 6eff7ca00e Handle `__proto__` fields in object literals (#2423) 2 years ago
Anuvrat 70f73b45d8 Safe wrapper for `JsDate` (#2181) 2 years ago
dependabot[bot] 2ffae5b6f3 Bump loader-utils from 2.0.2 to 2.0.3 (#2421) 2 years ago
dependabot[bot] 7f1a7aeac9 Bump clap from 4.0.18 to 4.0.22 (#2419) 2 years ago
dependabot[bot] e1f90a8025 Bump regex from 1.6.0 to 1.7.0 (#2418) 2 years ago
dependabot[bot] a7a51d2411 Bump benchmark-action/github-action-benchmark from 1.14.0 to 1.15.0 (#2417) 2 years ago
dependabot[bot] fe280ec268 Bump sys-locale from 0.2.1 to 0.2.3 (#2420) 2 years ago
raskad 6c7240195a Add early error for `yield` in `GeneratorExpression` parameters (#2413) 2 years ago
dependabot[bot] bc61243351 Bump test262 from `85373b4` to `f6c48f3` (#2414) 2 years ago
Addison Crump e64a20e2a6 Parser Idempotency Fuzzer (#2400) 2 years ago
José Julián Espina b88736a5c9 Extract the parser into a crate (#2409) 2 years ago
Iban Eguia Moraza 23f0335bf1 Reduced boilerplate code in the parser (#2410) 2 years ago
José Julián Espina 8a664f2f24 Make `JsString` conform to miri tests (#2412) 2 years ago
José Julián Espina 8e14d76893 Rewrite scope analysis operations using visitors (#2408) 2 years ago
José Julián Espina aad78154cf Pretty print promise objects (#2407) 2 years ago
José Julián Espina 73d23ead7f Fix async tests result values (#2406) 2 years ago
José Julián Espina 91235c77fe Rewrite some patterns with let-else and ok_or_else (#2404) 2 years ago
raskad dc3b09a001 Implement async arrow functions (#2393) 2 years ago
José Julián Espina 49a58675cc Replace `contains` and friends with visitors (#2403) 2 years ago
José Julián Espina b4da172f91 Extract the ast to a crate (#2402) 2 years ago
Addison Crump b5b8cdfa18 Implement AST Visitor pattern (attempt #3) (#2392) 2 years ago
José Julián Espina c72e4c20c9 Implement delete for references (#2395) 2 years ago
dependabot[bot] 6c70dd6243 Bump once_cell from 1.15.0 to 1.16.0 (#2396) 2 years ago
dependabot[bot] 8c58339b38 Bump test262 from `b5d3192` to `85373b4` (#2397) 2 years ago
Halid Odat bc2dd9c4bd Fix order dependent execution in assignment. (#2378) 2 years ago
José Julián Espina 18824baba8 Generate `Opcode` impl using macro (#2391) 2 years ago
José Julián Espina 4b892a931d Implement optional chains (#2390) 2 years ago
raskad f446c0970f Remove invalid optimization in addition (#2387) 2 years ago
raskad b67596bc9b Add named evaluation of logical assignments (#2389) 2 years ago
raskad 203c1961bb Skip prototype field definition for arrow function (#2388) 2 years ago
raskad 786357919f Set `in` to `true` when parsing AssignmentExpression in ConditionalExpression (#2386) 2 years ago
Kevin f026f2005a Implement `JsGenerator` and wrapper docs clean up (#2380) 2 years ago
José Julián Espina 762dd93d44 Fix var collisions in strict eval calls (#2382) 2 years ago
José Julián Espina 8a5f141125 Reduce documentation size in blog (#2383) 2 years ago
José Julián Espina 447fca4cc0 Implement member accessors in initializer of for loops (#2381) 2 years ago
José Julián Espina 89e3081672 Document the AST (#2377) 2 years ago
Iban Eguia Moraza 6a43878b04 Updated the Code of Conduct (#2365) 2 years ago
João Borges 48e6513564 Cleanup and speed-up CI (#2376) 2 years ago
dependabot[bot] 946a4ddf74 Bump serde from 1.0.145 to 1.0.147 (#2374) 2 years ago
dependabot[bot] d10df0221c Bump serde_yaml from 0.9.13 to 0.9.14 (#2373) 2 years ago
dependabot[bot] b9335b72ac Bump boa-dev/criterion-compare-action from 3.2.3 to 3.2.4 (#2372) 2 years ago
dependabot[bot] 5ba101d4bc Bump test262 from `ee7c379` to `b5d3192` (#2375) 2 years ago
raskad de231df63a Allow LineTerminator before Semicolon in `continue` (#2371) 2 years ago
Kevin af5970e8e7 Changes neccesary -> necessary (#2370) 2 years ago
Iban Eguia Moraza f4cef141b0 Removed some duplicate code, added `ToIndentedString` (#2367) 2 years ago
Kevin 9a05b1ef81 Split vm/opcode into modules (#2343) 2 years ago
raskad 80017fdf15 Fix error in `Proxy` set implementation (#2369) 2 years ago
José Julián Espina d4c220a70b Implement `LabelledStatement` (#2349) 2 years ago
Choongwoo Han 904e422d36 Fix Regex literal parsing in MemberExpression (#2328) 2 years ago