Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

113
Views
javascript minify library with support to ES6 classes with private members

I'm looking for a library able to minify ES6 modules implementing clases with private members. All I have tried so far, including Google Closure Compiler, uglify-es, babel-minify, fails when they encounter #stage or any other member beginning with # (they explicitly complains about that character). For example this won't compile:

export default class QuiddisMakePlayer {

    #stage;
    #scormTracker;

    constructor(url, api){
        this.setup(url, api);
    }
   
    setup(){}

}
about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!