Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] web_widget_json_graph: Migration to 16.0 #2476

Open
wants to merge 11 commits into
base: 16.0
Choose a base branch
from

Conversation

therbin404
Copy link

The js file was rewrited with the new javascript module templates

@pedrobaeza
Copy link
Member

/ocabot migration web_widget_json_graph

Please check pre-commit. You can install it locally for avoiding that problem.

@OCA-git-bot OCA-git-bot added this to the 16.0 milestone Apr 1, 2023
@OCA-git-bot OCA-git-bot mentioned this pull request Apr 1, 2023
47 tasks
@pedrobaeza
Copy link
Member

@pedrobaeza
Copy link
Member

The error is due to:

/home/runner/work/web/web/web_widget_json_graph/static/src/js/web_widget_json_graph.js
  4:1  error  Parsing error: 'import' and 'export' may appear only with 'sourceType: module'

If you are writing new-style JS, your file should be renamed to .esm.js.

@therbin404
Copy link
Author

I've disabled es-lint for the following line in web_widget_json_graph.esm.js :
this.chart = new Chart(this.canvasRef.el, this.data);

Chart is loaded by onWillStart(() => loadJS("/web/static/lib/Chart/Chart.js")); but es-lint does'nt seems to recognize it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants