dependabot[bot]
bd199677ac
Bump css-loader from 5.2.1 to 5.2.2 ( #1210 )
4 years ago
dependabot[bot]
624632be52
Bump webpack from 5.32.0 to 5.33.2 ( #1209 )
4 years ago
João Borges
ee6c98ca92
Clippy prefers From instead of Into ( #1208 )
4 years ago
0x7D2B
ea8d9a2458
Merge Const/Let/Var DeclList into DeclarationList ( #1181 )
4 years ago
dependabot[bot]
8b961a08d1
Bump actions/cache from v2.1.4 to v2.1.5 ( #1207 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
1d201bfaf0
Bump webpack from 5.31.0 to 5.32.0 ( #1206 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.31.0 to 5.32.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.31.0...v5.32.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
7aff788cf1
Bump css-loader from 5.2.0 to 5.2.1 ( #1204 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.2.0...v5.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Teymour Aldridge
6400af2188
Fix a typo in gc.rs ( #1202 )
4 years ago
dependabot[bot]
c5c8aa5f14
Bump copy-webpack-plugin from 8.0.0 to 8.1.1 ( #1198 )
4 years ago
dependabot[bot]
6b01f44e76
Bump @wasm-tool/wasm-pack-plugin from 1.3.3 to 1.4.0 ( #1199 )
4 years ago
dependabot[bot]
67a0ad008c
Bump webpack from 5.30.0 to 5.31.0 ( #1200 )
4 years ago
0x7D2B
57bd79ae24
Rework environment records ( #1156 )
...
* Add test for function scope
* Make the environment iterator follow outer environments
* Make FunctionEnvironmentRecord reuse code
* Refactor environment records
* Override default methods instead of checking environment types
* Fix various environment cleanup issues
* Fix lint issues
4 years ago
dependabot[bot]
93d7650a6e
Bump webpack from 5.27.2 to 5.30.0 ( #1196 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.27.2 to 5.30.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.27.2...v5.30.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
f8d0b66daf
Bump unicode-general-category from 0.3.0 to 0.4.0 ( #1191 )
4 years ago
dependabot[bot]
f294dd294e
Bump wasm-bindgen from 0.2.72 to 0.2.73 ( #1195 )
4 years ago
João Borges
505a2ddaf6
Style: Respect the new lints from 1.51 ( #1194 )
4 years ago
dependabot[bot]
a96cf4b33d
Bump webpack-cli from 4.5.0 to 4.6.0 ( #1193 )
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.5.0...webpack-cli@4.6.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
c929dd3e74
Bump css-loader from 5.1.3 to 5.2.0 ( #1189 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.1.3 to 5.2.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.1.3...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Jevan Chan
6333daae3f
Lazy evaluation for cooked template string ( #1103 )
...
* Lazy evaluate cooked template string
Fix octal escape in string literal
Add tests
Fix zero escape
Fix zero escape lookahead
Rename variables
Rename helper functions
Refactor match arms
Fix escape line terminator sequence
Fix single character escape
Fix line terminator and escape followed by unicode char
Add NonOctalDecimalEscapeSequence
Fix comment
Refactor
Modify error message
Add tests
Rename tests
Add test for error
Add comments for unsafe bytes to str
Update boa/src/syntax/lexer/string.rs
Co-authored-by: tofpie <75836434+tofpie@users.noreply.github.com>
Minor refactor
Remove unsafe bytes to str
Fix panic when reading invalid utf-8 chars
Refactor string literal
Support invalid utf-8 chars in string literal input
Add cook function for template literal
Fix line continuation bug
Add methods for utf16 buffer trait
Add trait comments
Add error message for template literal
Add and fix comments
Hide unused exported function and modify tests
Fix bug
Lazy evaluate cooked template string
Fix clippy
Fix test262 stack overflow issue
Fix invalid setting strict mode with template literal
Remove unnecessary cache
Remove
* Add comments
* Minor update
4 years ago
dependabot[bot]
ff3dd4e156
Bump serde from 1.0.124 to 1.0.125 ( #1188 )
4 years ago
0x7D2B
57e38adad5
Include name in verbose results output of boa-tester ( #1158 )
...
* Include name in verbose results output of boa-tester
Would make the logs a lot more readable.
* Fix typo
4 years ago
dependabot[bot]
e3ecaa8f56
Bump webpack from 5.27.1 to 5.27.2 ( #1186 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.27.1 to 5.27.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.27.1...v5.27.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
13467ec5d7
Bump webpack from 5.26.3 to 5.27.1 ( #1185 )
4 years ago
dependabot[bot]
39764b9e00
Bump webpack from 5.26.2 to 5.26.3 ( #1179 )
4 years ago
dependabot[bot]
4d9374397a
Bump wasm-bindgen from 0.2.71 to 0.2.72 ( #1182 )
4 years ago
dependabot[bot]
c368337e11
Bump css-loader from 5.1.2 to 5.1.3 ( #1176 )
4 years ago
dependabot[bot]
dc6d8a483f
Bump webpack from 5.24.4 to 5.26.2 ( #1178 )
4 years ago
dependabot[bot]
105dde4628
Bump regex from 1.4.4 to 1.4.5 ( #1174 )
4 years ago
QZQ
7262882665
Fully implement EmptyStatement ( #1151 )
...
* add EmptyStatement
* add comments
* format code
* add test
* add test
* fmt
4 years ago
dependabot[bot]
a93e89559c
Bump css-loader from 5.1.1 to 5.1.2 ( #1170 )
4 years ago
dependabot[bot]
44926353af
Bump regex from 1.4.3 to 1.4.4 ( #1171 )
4 years ago
0x7D2B
0501f0e10d
Update to gc 0.4.0 ( #1172 )
4 years ago
tofpie
b7ba0b3924
Implement Reflect built-in object ( #1033 )
...
* Implement Reflect built-in object
* Use receiver in get and set
* Implement Reflect.construct with newTarget
Co-authored-by: tofpie <tofpie@users.noreply.github.com>
4 years ago
dependabot[bot]
4194e5cf0a
Bump html-webpack-plugin from 5.3.0 to 5.3.1 ( #1169 )
4 years ago
dependabot[bot]
20c5cfe570
Bump webpack from 5.24.3 to 5.24.4 ( #1168 )
4 years ago
dependabot[bot]
0b3fa021c6
Bump html-webpack-plugin from 5.2.0 to 5.3.0 ( #1162 )
4 years ago
dependabot[bot]
96d75cb674
Bump monaco-editor from 0.22.3 to 0.23.0 ( #1163 )
4 years ago
dependabot[bot]
76afaba014
Update rustyline requirement from 7.1.0 to 8.0.0 in /boa_cli ( #1167 )
4 years ago
dependabot[bot]
e146a68240
Bump indexmap from 1.6.1 to 1.6.2 ( #1165 )
4 years ago
dependabot[bot]
7e17a5f9a7
Bump num-bigint from 0.3.1 to 0.4.0 ( #1166 )
4 years ago
dependabot[bot]
89658817de
Update num-bigint requirement from 0.3.1 to 0.4.0 in /boa ( #1164 )
4 years ago
Stéphane Magnenat
f3f39490ca
Removed duplicated code in vm.run using macros. ( #1044 )
4 years ago
dependabot[bot]
835acc9af4
Bump serde from 1.0.123 to 1.0.124 ( #1159 )
4 years ago
dependabot[bot]
6b6c2bfad3
Bump webpack from 5.22.0 to 5.24.3 ( #1153 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.22.0 to 5.24.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.22.0...v5.24.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
864f64dc91
Bump once_cell from 1.5.2 to 1.7.2 ( #1152 )
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.5.2 to 1.7.2.
- [Release notes](https://github.com/matklad/once_cell/releases )
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.5.2...v1.7.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
2f215da916
Bump serde_json from 1.0.62 to 1.0.64 ( #1149 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.62 to 1.0.64.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.62...v1.0.64 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
9110434fc8
Bump css-loader from 5.0.2 to 5.1.1 ( #1150 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.0.2 to 5.1.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.0.2...v5.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
4d0002ce29
Bump wasm-bindgen from 0.2.70 to 0.2.71 ( #1148 )
...
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen ) from 0.2.70 to 0.2.71.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.70...0.2.71 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
82213d90e7
Bump hex from 0.4.2 to 0.4.3 ( #1154 )
...
Bumps [hex](https://github.com/KokaKiwi/rust-hex ) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/KokaKiwi/rust-hex/releases )
- [Commits](https://github.com/KokaKiwi/rust-hex/compare/v0.4.2...v0.4.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
c29b62be67
Bump html-webpack-plugin from 5.1.0 to 5.2.0 ( #1138 )
...
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases )
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.1.0...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago