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
I have problem with extracting translates from *.vue files, wich use ES8 feature object-chaining.
As sample: const a = object?.someKey?.someValue provide to reject Make script with error: Trace: SyntaxError: Unexpected token. If i remove chaining, all scripts successfully done. How resolve this problem?