editor icon indicating copy to clipboard operation
editor copied to clipboard

Investigate dash custom command bugs

Open outercloudstudio opened this issue 10 months ago • 0 comments

This happens for a simple custom command in 2.8.0 right now. Not sure if it is a dash or editor bug yet.

DashWorker.ts:70 Failed to execute command unknown: 
  x 'import', and 'export' cannot be used outside of module code
   ,----
 1 | export default defineCommand(()=>{});
   : ^^^^^^
   `----


Caused by:
    0: failed to minify file
    1: failed to parse input file
    2: Syntax Error

outercloudstudio avatar Mar 26 '24 06:03 outercloudstudio