parsejs_null_safety 2.0.4
parsejs_null_safety: ^2.0.4 copied to clipboard
A robust JavaScript parser for Dart with full null safety support. This package provides a complete JavaScript parsing solution that generates Abstract Syntax Trees (ASTs) for JavaScript code, enablin [...]
2.0.4 - 2025-08-13 #
- Fixes for Dart 3.5+ compatibility
2.0.3 - 2025-08-13 #
- Updated for Dart 3.5+ compatibility
- Added null safety support
- Improved pubspec.yaml for pub.flutter-io.cn publication
- Updated documentation and examples
2.0.2 - 2024-12-19 #
- Updated for Dart 3.5+ compatibility
- Added null safety support
- Improved pubspec.yaml for pub.flutter-io.cn publication
- Updated documentation and examples
2.0.1 - 2024-12-19 #
- Amended Pub analysis suggestions
2.0.0 - 2024-12-19 #
- Updated for Dart 3.5+ with null safety
1.2.0 - 2017-05-06 #
- Added an option to parse the input as an expression.
1.1.0 - 2015-06-01 #
- Added visitor with one argument.
1.0.0 1.0.3 #
- Initial version with some bugfixes releases.