Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new CLI, stateless macro and struct redesign #136

Merged
merged 15 commits into from
Nov 12, 2023
Merged

new CLI, stateless macro and struct redesign #136

merged 15 commits into from
Nov 12, 2023

Conversation

littledivy
Copy link
Member

@littledivy littledivy commented Nov 8, 2023

Closes #135
Closes #4

Compilation and rust-analyzer issues

Fixes #132
Fixes #131

Struct redesign

Export struct as classes using impl:
Closes #63

Issues for previous serde structs:
Closes #127
Closes #60
Closes #58
Closes #23

Memory leaks:
Fixes #108

Stronger typings

Async/non-blocking issues:
Fixes #109

Other changes

Support for some types like String removed. These may be added in the future with a faster approach and without memory leaks.

Added support for ECMAScript Explicit Resource Management

@littledivy littledivy changed the title new CLI, stateless macro and struct redesign [wip] new CLI, stateless macro and struct redesign Nov 8, 2023
@littledivy littledivy marked this pull request as ready for review November 12, 2023 08:21
@littledivy littledivy changed the title [wip] new CLI, stateless macro and struct redesign new CLI, stateless macro and struct redesign Nov 12, 2023
@littledivy littledivy merged commit 92e57fb into main Nov 12, 2023
2 of 4 checks passed
@littledivy littledivy deleted the rewrite_2 branch November 12, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment