We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
when is written this code:
export const sayName = () => { }
the compiler shows me some error message:
ERROR: JSC_LANGUAGE_FEATURE. This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
there have anyone knows about that?