Replies: 1 comment
-
Yes, technically it is a standard Rust crate so you should be able to check JS/TS code in build.rs, macros etc. I currently wouldn't recommend doing it today while Ezno and the exposed API is still WIP. But in the future certainly! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for example, is sqlx, we can do compile time syntax check on sql. it would be fantastic if we can do the same for js/ts. This would be veryy useful in
where you could just write correct js code with syntax check to run your test. Allows for better CI testing.
where you want to have customized type for the interfaces you provide.
Beta Was this translation helpful? Give feedback.
All reactions