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
The Go code in this repo isn't intended to be built upon. Go is just an implementation detail of how I built this tool. The stable interfaces for this project are the command-line API and the JavaScript API, not the internal Go code. I'm may change the internals in a backwards-incompatible way at any time to improve performance or introduce new features.
The AST structure and the parser are potentially going to change quite a bit in the next month or two to accommodate new features.
Can you move out
parse
andast
frominternal
to export they?Thx, I want to use Golang to render Jsx.
The text was updated successfully, but these errors were encountered: