2233 Commits (c33000591252c398dde5997289709d8989645afe)
 

Author SHA1 Message Date
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
Haled Odat 49e39d42ef Fix panic when calling toString with radix (#2863) 1 year ago
Haled Odat 72866e217e Allow `Date` object to store invalid `NativeDateTime` (#2861) 1 year ago
Haled Odat 31bc679f9d Fix `Date.prototype[Symbol.primitive]` incorrect attributes (#2862) 1 year ago
José Julián Espina 53e4825a19 Implement var initializers in for-in loops (#2842) 1 year ago
Haled Odat 9159f90725 Fix `PropertyKey` index parse (#2843) 1 year ago
José Julián Espina 739bd5a9cb Optimize `String.prototype.normalize` (#2848) 1 year ago
raskad 93b52cd6ef Catch 'eval' and 'arguments' in setter method parameter (#2858) 1 year ago
dependabot[bot] 3db79f61a6 Bump regex from 1.7.3 to 1.8.0 (#2855) 1 year ago
José Julián Espina 338f6f8176 Create a unique `PromiseCapability` on each async function call (#2846) 1 year ago
dependabot[bot] f97ad0dde7 Bump clap from 4.2.3 to 4.2.4 (#2851) 1 year ago
dependabot[bot] b16aff29d9 Bump webpack from 5.79.0 to 5.80.0 (#2850) 1 year ago
dependabot[bot] 7821338a02 Bump @wasm-tool/wasm-pack-plugin from 1.6.0 to 1.7.0 (#2849) 1 year ago
raskad 54695cc620 Fix async generators (#2853) 1 year ago
José Julián Espina 65f910523b Fix setting properties inside `with` blocks (#2847) 1 year ago
José Julián Espina 1b67e5d607 Implement `Intl.Segmenter` (#2840) 1 year ago
raskad 8a29c5025b Fix sync generator yield expressions (#2838) 1 year ago
José Julián Espina 40a5ae0a2f Fix more Annex B tests (#2841) 1 year ago
dependabot[bot] 95a81984a0 Bump clap from 4.2.2 to 4.2.3 (#2844) 1 year ago
dependabot[bot] c87cf7c7f4 Bump bitflags from 2.1.0 to 2.2.0 (#2845) 1 year ago
Iban Eguia Moraza d288b63847 Upgraded to ICU 1.2 (#2826) 1 year ago
José Julián Espina 20f4a82479 Improve strictness of `GeneratorState` (#2837) 1 year ago
dependabot[bot] 4b72c06dbc Bump html-webpack-plugin from 5.5.0 to 5.5.1 (#2830) 1 year ago
dependabot[bot] 74ec5c1f96 Bump num_enum from 0.6.0 to 0.6.1 (#2836) 1 year ago
dependabot[bot] 249b26214c Bump webpack-dev-server from 4.13.2 to 4.13.3 (#2829) 1 year ago
dependabot[bot] 8e05aa56d4 Bump test262 from `f756ff6` to `e5a7450` (#2833) 1 year ago
Iban Eguia Moraza b1f4e0db6b Updated README (#2825) 1 year ago
José Julián Espina 9dc4dd1410 Add hooks to get the current time and timezone (#2824) 1 year ago
José Julián Espina a12f10e335 Implement `String.prototype.toLocaleUpper/LowerCase` (#2822) 1 year ago
dependabot[bot] 4a5d59da9a Bump webpack from 5.78.0 to 5.79.0 (#2814) 1 year ago
José Julián Espina 6d3550d0cb Implement async functions using generators (#2821) 1 year ago
dependabot[bot] 236012d853 Bump serde_json from 1.0.95 to 1.0.96 (#2815) 1 year ago
dependabot[bot] 841481803a Bump syn from 2.0.14 to 2.0.15 (#2820) 1 year ago
dependabot[bot] 78bc105add Bump writeable from 0.5.1 to 0.5.2 (#2819) 1 year ago
José Julián Espina 460051261a Implement HTML comments and gate behind the `annex-b` feature (#2817) 1 year ago
dependabot[bot] b6f929508d Bump clap from 4.2.1 to 4.2.2 (#2818) 1 year ago
Haled Odat bfa9815fe7 Fix `TypedArray`s minus zero key (#2808) 1 year ago
dependabot[bot] e012d2223a Bump h2 from 0.3.16 to 0.3.17 (#2816) 1 year ago
José Julián Espina 0d6ba53ff2 Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 1 year ago
dependabot[bot] 82769820fb Bump syn from 2.0.13 to 2.0.14 (#2812) 1 year ago
José Julián Espina c9759a8dc3 Lift `InternalObjectMethods` from `Object` (#2790) 1 year ago
Iban Eguia Moraza 6412b30d5d Make the `wasmbind` feature of the `chrono` crate optional (#2810) 1 year ago
Iban Eguia Moraza a8578f7cef Implement `TryFromJs` for `JsObject` wrappers (#2809) 1 year ago
raskad ff0a37f262 Fix destructive for-of loop assignments (#2803) 1 year ago
dependabot[bot] 2f580bbac3 Bump serde from 1.0.159 to 1.0.160 (#2807) 1 year ago
Haled Odat 4fbecb5084 Implement annex-b `trimLeft` and `trimRight` string methods (#2806) 1 year ago
Haled Odat 333b94a9ec Fix `String.prototype.substr()` (#2805) 1 year ago
Haled Odat 24a4770b21 Implement Annex-B string html methods (#2798) 1 year ago