91 Commits (ceaaec72cb7dabf41a270d662d00ade1f634e645)

Author SHA1 Message Date
Haled Odat 4bdb6c6fe5
Fix regular expression construction (#3338) 12 months ago
raskad ebb40aeb14
Fix anonymous function name in cover assignment (#3325) 12 months ago
José Julián Espina ae414797af
Format code snippets in docs (#3317) 12 months ago
José Julián Espina 940e603d3b
Migrate to workspace deps (#3313) 1 year ago
José Julián Espina 57604ae0cb
Bump ICU4X to 1.3 (#3306) 1 year ago
José Julián Espina 0bb51b189e
Replace #[deny] with #[warn] (#3309) 1 year ago
dependabot[bot] 2b0f96333c
Bump num-bigint from 0.4.3 to 0.4.4 (#3232) 1 year ago
dependabot[bot] e1791adbdc
Bump regress from 0.6.0 to 0.7.1 (#3236) 1 year ago
Kevin f92e7489d8
Clippy updates: add panics and etc. (#3235) 1 year ago
dependabot[bot] 4567e5b560
Bump bitflags from 2.3.3 to 2.4.0 (#3212) 1 year ago
raskad 22b014d5d5
Add early errors for `LexicalDeclaration` (#3207) 1 year ago
dependabot[bot] 07e55006d1
Bump num-traits from 0.2.15 to 0.2.16 (#3166) 1 year ago
José Julián Espina 395d0c8d42
Format let-else expressions (#3102) 1 year ago
raskad 73af19b2bd
Allow escaped yield and await in labelled statement (#3117) 1 year ago
José Julián Espina ce520fa2ba
Prepare for release 0.17 (#3083) 1 year ago
José Julián Espina 551a287718
Copy `ABOUT.md` file to all published crates (#3074) 1 year ago
dependabot[bot] 5da8846020
Bump bitflags from 2.3.1 to 2.3.2 (#3039) 1 year ago
raskad b502d25a8f
Add early error for `await` in class static blocks (#3019) 1 year ago
José Julián Espina 9a903fb5f6
Correctly parse `yield import(..)` expressions (#3006) 1 year ago
dependabot[bot] f18b3be672
Bump once_cell from 1.17.2 to 1.18.0 (#2999) 1 year ago
raskad 940529ac8a
Fix panic in optional expressions with private identifiers (#2995) 1 year ago
José Julián Espina ee97198d01
Allow `true`, `false` and `null` in object patterns (#2994) 1 year ago
Veera 4a68fb5120
Deny Unicode Escapes in boolean and null expressions (#2931) 1 year ago
dependabot[bot] 867685e1f0
Bump once_cell from 1.17.1 to 1.17.2 (#2978) 1 year ago
raskad 4ea80f4621
Remove unused lint allows (#2968) 1 year ago
José Julián Espina 7ae858204b
Implement pseudo-property `import.meta` (#2956) 1 year ago
José Julián Espina 9bbe0184a4
Fix remaining static module bugs (#2955) 1 year ago
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