You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It passes the smoke test :-) The missing parts are calls to the embedded js/css formatters and cli.
Any chances of it to be eventually merged ?
If yes, I would like to have need some guidance on cli part (now the js and css beautifiers are separate packages in Python) and running HTML tests.
If no, I'll just finalize and use my own fork.
I added a some typehints to the core to simplify the porting. Maybe merging these is a good first step, since there are no runtime changes.
The text was updated successfully, but these errors were encountered:
I (mostly) ported the html formatter to python:
https://github.com/jkmnt/js-beautify-py-html/tree/pyhtml/python/jsbeautifier/html
It passes the smoke test :-) The missing parts are calls to the embedded js/css formatters and cli.
Any chances of it to be eventually merged ?
If yes, I would like to have need some guidance on cli part (now the js and css beautifiers are separate packages in Python) and running HTML tests.
If no, I'll just finalize and use my own fork.
I added a some typehints to the core to simplify the porting. Maybe merging these is a good first step, since there are no runtime changes.
The text was updated successfully, but these errors were encountered: