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
Emit a compiler error if neither the json or the js features are enabled
I migrated some code from tsify to tsify-next and was scratching my head
at all the compiler errors like
```
const `CONFIG` is not a member of trait `Tsify`
```
and
```
associated constant in `impl` without body
```
Turns out, I was using tsify without default features, and I think it
must have been defaulting to
0 commit comments