WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: antgroup/YASA-UAST

Release refs/tags/v0.1.66

01 Dec 05:11
8f0154a

Choose a tag to compare

bugfix for array init (#35)

Co-authored-by: benben.sap <[email protected]>

Release refs/tags/v0.1.65

28 Nov 03:17

Choose a tag to compare

Release refs/tags/v0.1.64

26 Nov 05:12
4448e75

Choose a tag to compare

several features and bugfix (#34)

* fix bug for .class access and negative number

* java parser support array type

* adjust loc of VariableDeclaration

* adjust loc of VariableDeclaration

* support varargs

---------

Co-authored-by: benben.sap <[email protected]>

Release refs/tags/v0.1.63

24 Nov 13:47
2c0a698

Choose a tag to compare

fix: add `IsDefaultImport` meta field to identify default import (#33)

Release refs/tags/v0.1.62

20 Nov 07:10
4d4971a

Choose a tag to compare

fixbug: fix location for assign and arguments (#32)

* fixbug: Differentiate VariableDeclaration and AssignmentExpression usage:
- Use VariableDeclaration only for function parameters
- Use AssignmentExpression for all assignment statements

* fixbug: correct CallExpression location info for await function calls

* fixbug: fix location for assign and arguments

---------

Co-authored-by: 王雅仪 <[email protected]>

Release refs/tags/v0.1.61

19 Nov 13:26
15cdca2

Choose a tag to compare

fixbug: fix location exception (#31)

* fixbug: Differentiate VariableDeclaration and AssignmentExpression usage:
- Use VariableDeclaration only for function parameters
- Use AssignmentExpression for all assignment statements

* fixbug: correct CallExpression location info for await function calls

---------

Co-authored-by: 王雅仪 <[email protected]>

Release refs/tags/v0.1.60

19 Nov 12:18
0f4df53

Choose a tag to compare

fixbug: correct CallExpression location info for await function calls…

Release refs/tags/v0.1.59

19 Nov 06:25
5fc5e34

Choose a tag to compare

fix bug: add support for inf/nan (#29)

Release refs/tags/v0.1.57

13 Nov 13:28
d5daea9

Choose a tag to compare

Release refs/tags/v0.1.55

05 Nov 07:59
5897c3a

Choose a tag to compare

Enable parallel processing and verbose logging for Python file parsing, upgrade Python version and build configuration, optimize JSON serialization, and update documentation accordingly

New Features:

  • Add parallel file parsing with configurable worker count via -j/--parallel
  • Add verbose mode (-v) for detailed progress output

Enhancements:

  • Implement timing and real-time progress tracking for parsing operations
  • Optimize JSON serialization performance using msgspec

Build:

  • Upgrade to Python 3.13.0 with pyenv support and update PyInstaller spec hiddenimports
  • Add msgspec dependency and update requirements

Documentation:

  • Revise README with installation steps, parallel and verbose usage examples, and packaging instructions