Convert additional src/annotator/ modules to ES modules
This converts all modules except those which: 1) Are written in CoffeeScript OR 2) Are written in JS AND have a default export AND are imported from a module written in CoffeeScript. This last case is a bit more complex to handle and needs a little investigation or a decision to punt it to after the CoffeeScript => JS conversion is complete
Showing
Please register or sign in to comment