Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/boa-dev/boa

Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
https://github.com/boa-dev/boa

Feature `JsArray` (#1746)

This PR introduces a new API for JavaScript builtin objects in Rust (such as `Array`, `Map`, `Pr...

9f6aa1972ce37f10ac15d71a46a616b0652a2786 authored almost 3 years ago
Refactor mapped `Arguments` object (#1849)

This refactors the representation of the `[[ParameterMap]]` internal slot on the `Arguments` exo...

1d6e14763bb3fb780828ad9f265c7c60285b36d2 authored almost 3 years ago
Fix wasm use outside browsers (#1846)

This Pull Request fixes/closes #1670.

It changes the following:

- Removes the "js" feature...

46f96d4bea3e2f16c07db5e6cb51785bc6e321d1 authored almost 3 years ago
Handle allocation errors (#1850)

Fixes #1847 by wrapping the `std::alloc::alloc()` call in `try_alloc()`, which checks that the r...

fabbf15dd3cd76495b3bd2ada9323becbcfe5832 authored almost 3 years ago
Refactor the environment for runtime performance (#1829)

This is an attempt to refactor the environments to be more performant at runtime. The idea is, t...

29cd909f88d9bcab59eedda95639756a45235d70 authored almost 3 years ago
Bump benchmark-action/github-action-benchmark from 1.12.0 to 1.13.0 (#1845)

Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-acti...

e80028355217e498008c0b9b27f8be5b0d737bab authored almost 3 years ago
Bump webpack from 5.69.0 to 5.69.1 (#1843)

Bumps [webpack](https://github.com/webpack/webpack) from 5.69.0 to 5.69.1.
<details>
<summary>Re...

4a33d20c7156ba5f6d6d99cea41fa3e959afbdf3 authored almost 3 years ago
Unwrap removal (#1842)

This removes all the calls to `unwrap()` in the codebase, which made me found a couple of place...

748465d17b16287901d8540a8ae3fe6a0b69d365 authored almost 3 years ago
Bump serde_json from 1.0.78 to 1.0.79 (#1838)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.78 to 1.0.79.
<details>
<summary>R...

3d9c8b229d3b3802fd8fcd7f65e9a9d26c94aae4 authored almost 3 years ago
Ignore wastefull `RegExp` tests (#1840)

With the implementation of `String.fromCodePoint` in #1123 some `RegExp` tests are now running f...

51537badc3c481d03313f52dbbf3ffc510b09267 authored almost 3 years ago
Rework RegExp struct to include bitflags field (#1837)

This Pull Request fixes/closes #1819.

It changes the following:

- Move the bitflags from `...

826adb200945e06a5fd79b4dba433578103356da authored almost 3 years ago
Bump rand from 0.8.4 to 0.8.5 (#1839)

Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 to 0.8.5.
<details>
<summary>Change...

7716c53fa6689aeb2d3d9cfe2979af9240a14c9c authored almost 3 years ago
Bump webpack from 5.68.0 to 5.69.0 (#1841)

Bumps [webpack](https://github.com/webpack/webpack) from 5.68.0 to 5.69.0.
<details>
<summary>Re...

6db813f05509f1d449353aa143acb0429761585e authored almost 3 years ago
Fix string.prototype methods and add static string methods (#1123)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

be26b10ea83b9ee55568e4d311e894dd510f30c4 authored almost 3 years ago
Give the arrow function its proper name (#1832)

With this change an arrow function name is correctly set to the name of the variable:

```java...

7e772768e2644eaedaedf5f0a0794f7b16fd6d93 authored almost 3 years ago
Using the new formatting arguments from Rust 1.58 (#1834)

In [Rust 1.58](https://blog.rust-lang.org/2022/01/13/Rust-1.58.0.html#captured-identifiers-in-fo...

53ef07b1a6201c3c459563b6aa4dde53047637b6 authored almost 3 years ago
Bump follow-redirects from 1.14.7 to 1.14.8 (#1833)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1....

7b2dc881a0262794183537973f8bc6da46567f20 authored almost 3 years ago
Bump boa-dev/criterion-compare-action from 3.0.2 to 3.1.0 (#1827)

Bumps [boa-dev/criterion-compare-action](https://github.com/boa-dev/criterion-compare-action) fr...

7779c1a6f1f5d467c3307ab0cff1aa412a990db5 authored almost 3 years ago
Reduced the size of AST nodes (#1821)

This PR boxes the `Try` and `TaggedTemplate` nodes reducing the size of the `Node` structure fro...

5759447250b684460b2e24e28988c53bf0694936 authored almost 3 years ago
Fixed #1768 (#1820)

This Pull Request fixes/closes #1768.

It adds one extra peeked token in the buffered lexer, s...

4a11ca1773837a2a6f04bf41f4238f1753dabc26 authored almost 3 years ago
Using production builds for WebAssembly (#1825)

This commit selects the production build (instead of development) for the WebAssembly compilatio...

55e85adbc5af7da4d0474a948b6a00c9890aafb7 authored almost 3 years ago
Bump monaco-editor from 0.31.1 to 0.32.0 (#1818)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.31.1 to 0.32.0.
<detail...

b34d581db50bdef70e6598f96bcf04c19b618341 authored almost 3 years ago
Fixed the GitHub actions badge (#1813)

This uses the official GitHub actions badge.

3d21e8370125296aec3e2139879f9af74ed26eb8 authored almost 3 years ago
Bump webpack from 5.67.0 to 5.68.0 (#1814)

Bumps [webpack](https://github.com/webpack/webpack) from 5.67.0 to 5.68.0.
<details>
<summary>Re...

0dfe6ec8b28fe0a321d7e80b58243c07b517e01a authored almost 3 years ago
Bump css-loader from 6.5.1 to 6.6.0 (#1817)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.1 to 6.6.0.
<details>...

6777eb42868c2cb4bc18aa5c6b8093d44e55a30b authored almost 3 years ago
Bump webpack-dev-server from 4.7.3 to 4.7.4 (#1816)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.3 to 4.7.4.
<...

fdd23b154b1c5fb5d58d2fdd196a4ce6842aa3c1 authored almost 3 years ago
Bump copy-webpack-plugin from 10.2.3 to 10.2.4 (#1815)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.3 ...

23208d81345e823b260a47ae7c777f817fd88905 authored almost 3 years ago
General code clean-up and new lint addition (#1809)

This PR adds some Clippy lints. Mainly, it adds the list of pedantic lints excluding some lints ...

60b7eb89340c266a2b4f180690e8781245b6a1c8 authored almost 3 years ago
Bump benchmark-action/github-action-benchmark from 1.11.3 to 1.12.0 (#1811)

Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-acti...

d96b6407d5b3a8ac6bc3e54138fcd6273eddebeb authored almost 3 years ago
Bump copy-webpack-plugin from 10.2.2 to 10.2.3 (#1810)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.2 ...

f685a6757dffbc5267fb3b21091e6cc66c706184 authored almost 3 years ago
Update the PR benchmarks action (#1774)

This is just for debugging for now. If we find out a fix, we can merge it.

98faa73bbe963449317f1dd1f203a781c665387e authored almost 3 years ago
Updated the Test262 test suite (#1794)

This PR just updates the Test262 sub-module to bring all the new tests created in the last month...

db067cf864781c4858b1ea80ed0f9e3f61d447d3 authored almost 3 years ago
Updated dependencies (#1803)

The main idea behind this is to upgrade the Unicode version from 13 to 14. I also upgraded the r...

e37cb6c9f6d9fd61f3b58155727c9e3dbce46ea4 authored almost 3 years ago
Convert `Codeblock` variables to `Sym` (#1798)

It changes the following:

- Convert `Codeblock` variables to `Sym`

672eede30d7bcc46a58ae08acdb864678a54d46b authored almost 3 years ago
Bump serde from 1.0.134 to 1.0.135 (#1797)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.134 to 1.0.135.
<details>
<summary>Com...

090d7ace806becb0b63a9562221d0fe5e0cede31 authored about 3 years ago
Bump serde_json from 1.0.76 to 1.0.78 (#1796)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.76 to 1.0.78.
<details>
<summary>R...

4eb29c966ae0f50015ee56152b233e8d2e04308c authored about 3 years ago
Interner support in the parser (#1765)

This builds on top of #1758 to try to bring #1763 to life.

Something that should probably be ...

e92cff592078106d6ada1387d0bf8b779de2596a authored about 3 years ago
Adjust `compile` and `execute` to avoid clones (#1778)

It changes the following:

- Adjust the `context` methods `compile` and `execute` to avoid clo...

80794e5ba59cc98b00808e9cd877674fc951669c authored about 3 years ago
Lexer string interning (#1758)

This Pull Request is part of #279.

It adds a string interner to Boa, which allows many types...

48185f393dbac48c4199ee5bda596240961c9f04 authored about 3 years ago
Bump wasm-bindgen from 0.2.78 to 0.2.79 (#1789)

Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.78 to 0.2.79.
<details>
...

76a27ce2a5ac953c18fcc9f9376fe9e44af61a0e authored about 3 years ago
Copy/paste fix in Proxy error message (#1787)

(Really small self-explanatory change - maybe the commit message could be better)

<!---
Than...

01e0480cd8d6eaca46f738e84e876a217fed525f authored about 3 years ago
Bump structopt from 0.3.25 to 0.3.26 (#1786)

Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.25 to 0.3.26.
<details>
<summar...

dc005e17ef91669316d6af3fc367cfb5ae62bda6 authored about 3 years ago
Bump serde_json from 1.0.73 to 1.0.75 (#1785)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.75.
<details>
<summary>R...

5c4d970119df1ef3a951ae2803fab2d15758ac92 authored about 3 years ago
Bump crazy-max/ghaction-github-pages from 2.5.0 to 2.6.0 (#1782)

Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from...

2fda7b3e3f21eb8285843df26df556e32a513868 authored about 3 years ago
Bump follow-redirects from 1.14.6 to 1.14.7 (#1781)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1....

08388fb26473a11d7f6bb63968156c47e761b8b4 authored about 3 years ago
Bump webpack from 5.65.0 to 5.66.0 (#1780)

Bumps [webpack](https://github.com/webpack/webpack) from 5.65.0 to 5.66.0.
<details>
<summary>Re...

4b5319c52915b80b0fca26145645e06d1d436d3b authored about 3 years ago
Bump webpack-dev-server from 4.7.2 to 4.7.3 (#1779)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.2 to 4.7.3.
<...

1218241a19d0194638c4c3a8debfe4aa4456d501 authored about 3 years ago
Bump getrandom from 0.2.3 to 0.2.4 (#1783)

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.3 to 0.2.4.
<details>
<summ...

4bae3bbe99a026c8aca7e685763fd27625dbc8e3 authored about 3 years ago
Add proxy handling in `isArray` method (#1777)

It changes the following:

- Add handling for proxy objects to the abstract `is_array` operati...

4365c7d3885506813187cf2699f662c255a29e1a authored about 3 years ago
Refactor: optimize println!()

Clippy 1.58.0 complains about `format!()` inside `println!()` being
inefficient

7f18d7a85168e02b0da51abfdeedcd1c5e96db0c authored about 3 years ago
add more timers on object functions (#1775)

```
+------------------------------------------------+-----------+-----------------+----------+...

2300d87e227242ce12c4880ae14ce50e6b698386 authored about 3 years ago
Bump indexmap from 1.7.0 to 1.8.0 (#1776)

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.7.0 to 1.8.0.
<details>
<summary>Chan...

7fba7c0c45c6a79114d01721f41ca27722fdbd5c authored about 3 years ago
Bump benchmark-action/github-action-benchmark from 1.11.2 to 1.11.3 (#1769)

Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-acti...

89d91f5b10bae4c85c923d1a7683b8cbd48f701f authored about 3 years ago
Bump webpack-dev-server from 4.7.1 to 4.7.2 (#1766)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.1 to 4.7.2.
<...

d831ff3dc599eb5fbf1d0e01a0120f530e184c17 authored about 3 years ago
Fix bors hanging (#1767)

This Pull Request fixes the bors hanging we've had recently
The vm action had been removed but ...

56cd7f38b89599c5d32841f4855f4c648142d17c authored about 3 years ago
Using upstream benchmark action (#1753)

* Using upstream benchmark action

* Updated benchmarks action

50dda0ba7e4a12a044731e1f6b0363403620c551 authored about 3 years ago
Start removing non-VM path (#1747)

dfb3df5bf2c920262a0250d4b924201e78373541 authored about 3 years ago
Updated test262 suite and dependencies (#1755)

This Pull Request updates the Test262 test suite with the latest tests, and updates both the Jav...

0545f004248c26c4afaf1ca5d9dbe787f4064575 authored about 3 years ago
Fix some broken links in the profiler documentation (#1762)

The `measureme` repo changed their file names for their READMEs, so the links were broken. This ...

949e481be88c48b833ef3daaa9995ade691f672c authored about 3 years ago
Removed a bunch of warnings and clippy errors (#1754)

This Pull Request fixes some warnings and clips errors. It conflicts with the VM/non-VM PR, so s...

039c46ba7b3d6d672bfe7c6bc395677e1240874b authored about 3 years ago
Bump webpack-dev-server from 4.6.0 to 4.7.1 (#1759)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.6.0 to 4.7.1.
<...

baa272c9bbc38ee3d38ce20c890986f739af13e1 authored about 3 years ago
auto generate release notes based on labels (#1756)

This should help with the process of making the changelogs on releases.
https://docs.github.com...

13b29ecd682f323a1221d227428f61f0985e36cf authored about 3 years ago
Bump serde from 1.0.131 to 1.0.132 (#1750)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.131 to 1.0.132.
<details>
<summary>Rel...

d124c1243d93e374932d5b0b15294d4969faa82a authored about 3 years ago
Bump copy-webpack-plugin from 10.1.0 to 10.2.0 (#1749)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.1.0 ...

fed019d94fc84e115283ec4522f26c5ed9c5527b authored about 3 years ago
Bump ryu-js from 0.2.1 to 0.2.2 (#1751)

Bumps [ryu-js](https://github.com/boa-dev/ryu-js) from 0.2.1 to 0.2.2.
<details>
<summary>Releas...

e2f96222ddf46d73e1bfa51e550c84c17dca362a authored about 3 years ago
Bump once_cell from 1.8.0 to 1.9.0 (#1745)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.8.0 to 1.9.0.
<details>
<summary>...

2037ae85c4df022be53052f4d9ebbcdcb0bad523 authored about 3 years ago
Bump monaco-editor from 0.31.0 to 0.31.1 (#1744)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.31.0 to 0.31.1.
<detail...

574bedb5fc2d47991a82462d6f37d4e5c5e8f30d authored about 3 years ago
Bump serde_json from 1.0.72 to 1.0.73 (#1742)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.72 to 1.0.73.
<details>
<summary>R...

928235e4da2067ef63a2bb301658b7f084a0f0e9 authored about 3 years ago
Implement `String.raw( template, ...substitutions )` (#1741)

It changes the following:
- Implement `String.raw( template, ...substitutions )`

ace98f81bfb1ce288fea0371b9af3de3b8d6493a authored about 3 years ago
Bump serde_yaml from 0.8.21 to 0.8.23 (#1740)

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.21 to 0.8.23.
<details>
<summ...

6cb93cfe1c7ad119129db74d2d6d535b94b529a1 authored about 3 years ago
Bump copy-webpack-plugin from 10.0.0 to 10.1.0 (#1738)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.0.0 ...

a64bffeaa83384e689d73b534bfa8a60589a4ce7 authored about 3 years ago
Bump monaco-editor from 0.30.1 to 0.31.0 (#1737)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.30.1 to 0.31.0.
<detail...

41be7e5505898891e4826a232bcdb7db501f894f authored about 3 years ago
Bump rustyline from 9.1.0 to 9.1.1 (#1739)

Bumps [rustyline](https://github.com/kkawakam/rustyline) from 9.1.0 to 9.1.1.
<details>
<summary...

e9d549dcfa0b2a77ab728943456fb78b14bdbb45 authored about 3 years ago
Fix internal vm tests (#1718)

This PR fixes some vm implementation code. All our internal tests should now pass with the vm en...

d8a71bc78e3aef0d96ff8f7f8e4a02c403adc8b7 authored about 3 years ago
Bump serde from 1.0.130 to 1.0.131 (#1736)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.131.
<details>
<summary>Rel...

c673714e7e45a5807ce924ab3fa962a6e298734f authored about 3 years ago
Bump webpack from 5.64.4 to 5.65.0 (#1735)

Bumps [webpack](https://github.com/webpack/webpack) from 5.64.4 to 5.65.0.
<details>
<summary>Re...

344687bdf9540c97edb4ca89621d1d7104a687ab authored about 3 years ago
Bump rustyline from 9.0.0 to 9.1.0 (#1732)

Bumps [rustyline](https://github.com/kkawakam/rustyline) from 9.0.0 to 9.1.0.
<details>
<summary...

145efbe1c52fd1f7f6270f43a590c1341343b236 authored about 3 years ago
Generic `JsResult<R>` in `context.throw_` methods (#1734)

Previously when we had the `context.throw_` methods (like `context.thtrow_type_error()`) they we...

3269c1b9016ff4503c8f935e81b580c3f8d20708 authored about 3 years ago
Bump rustyline-derive from 0.5.0 to 0.6.0 (#1733)

ed21252dfd76dad7549e78a98a3c2b6ed9a43832 authored about 3 years ago
Bump prettier from 2.5.0 to 2.5.1 (#1730)

Bumps [prettier](https://github.com/prettier/prettier) from 2.5.0 to 2.5.1.
- [Release notes](h...

9b3a0bd95c772aa6ea0d8f428cd889557f3d8070 authored about 3 years ago
Document CodeBlock (#1691)

* Begin adding CodeBlock docs
* Add docs for `CodeBlock` methods and fields
Also fix some typo...

e1b2abbc86dd32cc6805f6a1b89c8e6cc42a6c01 authored about 3 years ago
Added fallible allocation to data blocks (#1728)

This Pull Request uses the new fallible allocation API in Rust 1.57 to follow the JavaScript spe...

0724a7832b9a765e45c5d431df0f00b665d4ea94 authored about 3 years ago
Upgraded dependencies and updated spec tests (#1729)

This Pull Request updates the official ECMAScript test suite (Test262) with the latest tests, an...

8c6bc8c6a53bc593b7884aa11482612afac852fd authored about 3 years ago
Bump git2 from 0.13.24 to 0.13.25 (#1727)

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.24 to 0.13.25.
- [Release notes](h...

65e4ab64bb1ef9f82b14e2b9b970b9daa990ad59 authored about 3 years ago
Bump webpack from 5.64.2 to 5.64.4 (#1725)

Bumps [webpack](https://github.com/webpack/webpack) from 5.64.2 to 5.64.4.
<details>
<summary>Re...

1cb08d9de42d93d79aa8c901420d1f162a5360cd authored about 3 years ago
Bump prettier from 2.4.1 to 2.5.0 (#1724)

Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.0.
<details>
<summary>R...

c20d80e7d8fce421c237c42a81d89198450ca9a0 authored about 3 years ago
Bump webpack-dev-server from 4.5.0 to 4.6.0 (#1723)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.5.0 to 4.6.0.
<...

c10b0814b95e8f9ae7b295ddab63d62777186060 authored about 3 years ago
Bump serde_json from 1.0.71 to 1.0.72 (#1722)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.71 to 1.0.72.
<details>
<summary>R...

b4f2f45b0ef9309de9ce83d849d92bf26a6f8907 authored about 3 years ago
Bump actions/cache from 2.1.6 to 2.1.7 (#1720)

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
<details>
<summary>...

847d9c10df94e476204cad5f6c96f12052f4ea3f authored about 3 years ago
Bump webpack from 5.64.1 to 5.64.2 (#1719)

Bumps [webpack](https://github.com/webpack/webpack) from 5.64.1 to 5.64.2.
- [Release notes](ht...

7190166f5c03ed6f9c93c9b40dc64f638e1698ed authored about 3 years ago
Bump serde_json from 1.0.70 to 1.0.71 (#1717)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.70 to 1.0.71.
<details>
<summary>R...

b5afc1c88151760fe5fe4eeab73fa0a752939a4c authored about 3 years ago
Bump copy-webpack-plugin from 9.1.0 to 10.0.0 (#1716)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 9.1.0 t...

a66cfebc4b8211e779dae3921d8541e2b087fa10 authored about 3 years ago
Implement missing vm operations (#1697)

This implements most of the missing vm operations and fixes most of the panics.

The early err...

ca922310f2a868662f560588c0a0858ad475699c authored about 3 years ago
Bump git2 from 0.13.23 to 0.13.24 (#1715)

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.23 to 0.13.24.
<details>
<summary>C...

f0dde89a679e9e2d49ac84cf5461ac2a8e5f7d36 authored about 3 years ago
Bump webpack from 5.64.0 to 5.64.1 (#1714)

Bumps [webpack](https://github.com/webpack/webpack) from 5.64.0 to 5.64.1.
<details>
<summary>Re...

d7413697e9924f7a1b6a69502bd8150177a671ae authored about 3 years ago
Bump serde_json from 1.0.69 to 1.0.70 (#1713)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.69 to 1.0.70.
<details>
<summary>R...

871a5ea2294ca14ebdd62bef8e2fd9744ef495fb authored about 3 years ago
Bump webpack-dev-server from 4.4.0 to 4.5.0 (#1712)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.4.0 to 4.5.0.
<...

377228fb843b56e3446abb6994c005eeadfb600b authored about 3 years ago
refactor: fix construct_error functions (#1703)

Before the interpreter would create the AST equivalent to `new Error(message)` and interpret it ...

49ae8441c472910addb16b05bbb06d981903ad83 authored about 3 years ago
Bump copy-webpack-plugin from 9.0.1 to 9.1.0 (#1709)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 9.0.1 t...

db520ebc46321f609ebdc93e54e9fe68eb0be811 authored about 3 years ago
Bump webpack from 5.61.0 to 5.64.0 (#1710)

Bumps [webpack](https://github.com/webpack/webpack) from 5.61.0 to 5.64.0.
<details>
<summary>Re...

2d183ea98347d2b8dd4fe3fbd6c230d363e78dca authored about 3 years ago