Open alexeirivera87 opened 3 months ago
Hello @pedrobaeza @sergio-teruel
I fixed most of the tests, but still one raises when running pre-commit:
Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
It is related to this line:
import {registry} from "@web/core/registry";
Can you help me to fix it?
regards
Hello @chienandalu
Any news?
regards
@alexeirivera87 To avoid the pre-commit error you must change the .js file extension to .esm.js.
Thanks a lot @pilarvargas-tecnativa
regards
Let me know @chienandalu
regards
939 already migrates this module, but both have red CI