64 Commits (09658b02bc71aacf647a8fec10d80ddbbf3eb598)

Author SHA1 Message Date
José Julián Espina 09658b02bc
Implement dynamic imports (#2932) 1 year ago
raskad 5e9193aced
Implement Private Runtime Environments (#2929) 1 year ago
dependabot[bot] a0b769d5b1
Bump bitflags from 2.2.1 to 2.3.1 (#2945) 1 year ago
José Julián Espina 06161edcbd
Implement module execution (#2922) 1 year ago
José Julián Espina ab87b2fd5b
Extract "About Boa" section into a separate file (#2938) 1 year ago
raskad efeaa40ae2
Fix tagged template creation (#2925) 1 year ago
José Julián Espina 4f25f2c749
Allow escaped `async` as binding name (#2936) 1 year ago
Haled Odat 128c13752a
Allow `let` name in for-in loop in non-strict mode (#2915) 1 year ago
Haled Odat d7c03db7fa
Allow escaped `let` as expression (#2916) 1 year ago
Haled Odat 908015f9fd
Fix switch `default` execution (#2907) 1 year ago
raskad 484cc16bb9
Fix remaining object literal tests (#2906) 1 year ago
raskad e3d2056f5b
Refactor binding declarations (#2887) 1 year ago
Iban Eguia Moraza 7cb58dea97
Added a bunch more tests (#2885) 1 year ago
José Julián Espina 73e8d412af Disallow strict directives with escaped sequences (#2892) 1 year ago
dependabot[bot] f6c1d6360e Bump regress from 0.5.0 to 0.6.0 (#2888) 1 year ago
Haled Odat dff815d545 Fix `for-of` expression parsing (#2882) 1 year ago
Juan d49656d6c5 Bugfix/new.target is not understood by the parser as an expression #2793 (#2878) 1 year ago
José Julián Espina c330005912 Implement `is_identifier_(start/part)` using `icu_properties` (#2865) 1 year ago
dependabot[bot] cebec9da90 Bump bitflags from 2.1.0 to 2.2.1 (#2868) 1 year ago
Iban Eguia Moraza 63d9d67ecb Added a Boa runtime (#2743) 1 year ago
José Julián Espina 53e4825a19 Implement var initializers in for-in loops (#2842) 1 year ago
raskad 93b52cd6ef Catch 'eval' and 'arguments' in setter method parameter (#2858) 1 year ago
raskad 54695cc620 Fix async generators (#2853) 1 year ago
José Julián Espina 40a5ae0a2f Fix more Annex B tests (#2841) 1 year ago
dependabot[bot] c87cf7c7f4 Bump bitflags from 2.1.0 to 2.2.0 (#2845) 1 year ago
José Julián Espina 460051261a Implement HTML comments and gate behind the `annex-b` feature (#2817) 1 year ago
dependabot[bot] 303d8d4b69 Bump bitflags from 2.0.2 to 2.1.0 (#2788) 1 year ago
raskad e286d9fbb7 Add AST node for parenthesized expressions (#2738) 2 years ago
Iban Eguia Moraza 6ea4848bb5 Fix documentation links (#2741) 2 years ago
raskad 431a358b2f Implement `with` and object environments (#2692) 2 years ago
dependabot[bot] 7b2564e126 Bump bitflags from 2.0.1 to 2.0.2 (#2701) 2 years ago
dependabot[bot] 65bb0d890e Bump bitflags from 2.0.0 to 2.0.1 (#2677) 2 years ago
Iban Eguia Moraza 0a843d2096 Bump bitflags to 2.0.0 (#2666) 2 years ago
dependabot[bot] ced0024fc5 Bump regress from 0.4.1 to 0.5.0 (#2651) 2 years ago
Kevin 9da07dce72 Rust 1.68 clippy fixes (#2646) 2 years ago
José Julián Espina d94e40aa01 Migrate tests to new test API (#2619) 2 years ago
raskad 310c67195a Remove Syntax Errors from Bytecompiler (#2598) 2 years ago
Iban Eguia Moraza 3f9f6f0fce Module parsing (#2411) 2 years ago
raskad 3725ff85f7 Implement binary `in` operation with private names (#2582) 2 years ago
raskad b76050df44 Move increment and decrement operations to `Update` expression (#2565) 2 years ago
José Julián Espina ddf00c8c03 Improve identifier parsing (#2581) 2 years ago
José Julián Espina 515d28f0a2 Create `Source` to abstract JS code sources (#2579) 2 years ago
José Julián Espina 5a201daa98 Rename `check_parser` and `Identifier` (#2576) 2 years ago
raskad bd0652fe28 Add early errors for escaped identifiers (#2546) 2 years ago
raskad e6a1c3789d Fix rust 1.67 lints (#2567) 2 years ago
raskad 9355c77e0b Fix error for static class methods named `prototype` (#2552) 2 years ago
raskad f19467ab1d Fix some HoistableDeclaration parsing errors (#2532) 2 years ago
raskad 1269381ac8 Correctly parse consecutive semicolons (#2533) 2 years ago
raskad f52d1d3eb5 Recognize Directive Prologues correctly (#2521) 2 years ago
raskad 3dca430588 Refactor some class features (#2513) 2 years ago