javascript icon indicating copy to clipboard operation
javascript copied to clipboard

SyntaxError: import declarations may only appear at top level of a module

Open moehwald opened this issue 6 years ago • 0 comments

Explanation

For my bachelor thesis I am writing my own SEO module for TYPO3 and would like to implement the YoastJS-Module.

I try to implement the module and get the following error message in the Firefox console: SyntaxError: import declarations may only appear at top level of a module

Technical decisions

I use Firefox 63.03

moehwald avatar May 10 '19 11:05 moehwald