Reference
hasClientRuntimeSyntax
Checks whether a module contains syntax that requires client runtime execution.
Signature
function hasClientRuntimeSyntax(input: { code: string; filename?: string }): booleanReference
Checks whether a module contains syntax that requires client runtime execution.
function hasClientRuntimeSyntax(input: { code: string; filename?: string }): boolean