I guess a string is unambiguously a no-op, where my example isn't
I guess a string is unambiguously a no-op, where my example isn't
import { useServer } from '$compiler/react';
function() {
useServer;
// ...
}
import { useServer } from '$compiler/react';
function() {
useServer;
// ...
}
If compilation is a requirement, why not skip the backwards compatibility and use syntax that could handle versioning, namespacing, etc.
If compilation is a requirement, why not skip the backwards compatibility and use syntax that could handle versioning, namespacing, etc.