JS Programming: Fix tab loading + Monaco editor import#2445
JS Programming: Fix tab loading + Monaco editor import#2445sensei-hacker merged 3 commits intoiNavFlight:maintenance-9.xfrom
Conversation
Branch Targeting SuggestionYou've targeted the
If This is an automated suggestion to help route contributions to the appropriate branch. |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
Should now work in packed app
PR Type
Bug fix, Enhancement
Description
Replace jQuery load with ES6 import for HTML template
Wrap initialization logic inside import callback
Ensure proper async loading of Monaco Editor
Fix compatibility with packed application builds
Diagram Walkthrough
File Walkthrough
javascript_programming.js
Refactor HTML import to use ES6 modulestabs/javascript_programming.js
$('#content').load()to ES6import()with
?rawquery parameterproper async execution
example loading
ES6 modules