-
```
What steps will reproduce the problem?
1. source code:
int main(void){
unsigned int getchar_ret;
htmlparser_ctx *parser = htmlparser_new();
int js_stat = 0;
while((getchar_ret …
-
```
What steps will reproduce the problem?
1. source code:
int main(void){
unsigned int getchar_ret;
htmlparser_ctx *parser = htmlparser_new();
int js_stat = 0;
while((getchar_ret …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and didn't find mine.
### Steps to reproduce
1. Create JS file that will perform some action.
2. Add `thro…
-
Platform : PC desktop
Host: Word
Office version number: Microsoft® Word for Microsoft 365 MSO (Version 2404 Build 16.0.17531.20140) 64-bit
Operating System: Microsoft Windows 11 pro.
Hi team,
I…
-
### Summary
There is an issue on function: https://github.com/LadybirdBrowser/ladybird/blob/c04297129323904f15c743eb83a3ff934769b14d/Userland/Libraries/LibXML/Parser/Parser.cpp#L754
I was able to fi…
-
It seems the `go.mod` still has the old package name `github.com/tree-sitter/tree-sitter-swift`
```
go: github.com/alex-pinkus/tree-sitter-swift@upgrade (v0.0.0-20241106144109-042041d0ff89) requires…
-
# Suggestion
## 🔍 Search Terms
- JavaScript return never
- JavaScript method return never
- JavaScript override method return never
- JavaScript abstract method return never
## ✅ V…
-
```
What steps will reproduce the problem?
1. source code:
int main(void){
unsigned int getchar_ret;
htmlparser_ctx *parser = htmlparser_new();
int js_stat = 0;
while((getchar_ret …
-
**Uglify version (`uglifyjs -V`)** 3.19.3
**JavaScript input**
```js
self.MyGlobal = 1
console.log(self.MyGlobal);
console.log(self.MyGlobal2);
```
**The `uglifyjs` CLI command executed…
-
the comment parser breaks if the controller file has a number with javascript literal number separator (underscore), like `1_000_000` for one million, instead of `1000000`. This feature is part of Jav…