Closed
      
        Bug 1878783
      
      
        Opened 1 year ago
          Closed 1 year ago
      
        
    
  
Get rid of babel-jsm-to-commonjs rules and script
Categories
(Firefox :: New Tab Page, task)
        Firefox
          
        
        
      
        
    
        New Tab Page
          
        
        
      
        
    Tracking
()
        RESOLVED
        FIXED
        
    
  
        
            124 Branch
        
    
  
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed | 
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
babel-jsm-to-commonjs.js is a script we've historically used to transmute the Mozilla-specific JSM module format to the CommonJS module format when those modules are loaded in the newtab / aboutwelcome / asrouter Karma / Mocha / Chai tests.
Once all of the JSMs are converted to standard ES6 modules, we won't need it anymore, and we can remove the rules as well as the script. One less thing to manage!
| Assignee | ||
| Updated•1 year ago
           | 
Assignee: nobody → mconley
| Assignee | ||
| Comment 1•1 year ago
           | ||
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/935c99812f98
Retire babel-jsm-to-commonjs since browser JSMs are gone now. r=Standard8,omc-reviewers,emcminn
|   | ||
| Comment 3•1 year ago
           | ||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
          status-firefox124:
          --- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•