-
Shivas-MacBook-Pro:JSParser shivakatravath$ python3 handler.py
Traceback (most recent call last):
File "/Users/shivakatravath/recon/JSParser/handler.py", line 5, in
import safeurl, types, s…
-
go install github.com/BishopFox/jsluice/cmd/jsluice@latest
go: downloading github.com/BishopFox/jsluice v0.0.0-20240110145140-0ddfab153e06
go: downloading github.com/spf13/pflag v1.0.5
go: downloa…
-
js-beautify/python/jsbeautifier/javascript/options.py
class BeautifierOptions(BaseOptions):
......
self.eval_code = False
so eval_code can't be set to True
-
I think it's worth considering some revisions to the JS coding standards as there are a few things about them at the moment that stand out to me as a little funny. I know people sometimes get overly s…
-
Source misalignment makes code very difficult to read. this.text starts at ident level but finishes at position 0 and rest of module is misaligned. There is online JS beautifier http://jsbeautifier.or…
-
Something simple is fine; I like the look of https://www.hackterms.com/ but something uglier like http://jsbeautifier.org/ would suffice. We shouldn't need any site generators or the like, we only nee…
-
from html5print import HTMLBeautifier
Traceback (most recent call last):
File "", line 1, in
File "/home/XXXXX/.local/lib/python3.9/site-packages/html5print/__init__.py", line 20, in
fro…
-
I got to this project while discussing ways to do advanced code formatting for JS ([source](https://twitter.com/#!/millermedeiros/status/178501265813291008))
It would be great if it had the same leve…
-
```
What steps will reproduce the problem?
1. I find there are too many newlines in pretty printing, I prefer the style
from http://jsbeautifier.org/
2. Provide setters for controlling if newline is …
-
```
What steps will reproduce the problem?
1. I find there are too many newlines in pretty printing, I prefer the style
from http://jsbeautifier.org/
2. Provide setters for controlling if newline is …