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?