-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Chore/move gui to modules #3001
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
Chore/move gui to modules #3001
Conversation
cf48b50 to
a37ab86
Compare
| <script type="text/javascript" src="./js/port_handler.js"></script> | ||
| <script type="text/javascript" src="./js/port_usage.js"></script> | ||
| <script type="text/javascript" src="./js/serial.js"></script> | ||
| <script type="text/javascript" src="./js/gui.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anything what needed initialisation gets called with import of main.js
| @@ -1,4 +1,4 @@ | |||
| 'use strict'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modules are in strict mode by default
|
Kudos, SonarCloud Quality Gate passed!
|
|
AUTOMERGE: (FAIL)
|
|
I think I don't receive a mail when changed from draft to ready to review. It seems ok to me. |
|
Android build is failing as other builds are cancelled. |
a37ab86 to
91bb2fd
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
|
Do you want to test this code? Here you have an automated build: |








gui.js