How to use the @seagull/commands.FS.DeleteFile function in @seagull/commands

To help you get started, we’ve selected a few @seagull/commands examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github seagull-js / seagull / packages / build / src / compile / typescript.ts View on Github external
async revert() {
    await new FS.DeleteFile(this.dstFile).execute()
  }
}
github seagull-js / seagull / packages / build / src / generate / server.ts View on Github external
async revert() {
    await new FS.DeleteFile(this.dstFile).execute()
  }
}
github seagull-js / seagull / packages / build / src / bundle / backend.ts View on Github external
async revert() {
    await new FS.DeleteFile(this.dstFile).execute()
  }

@seagull/commands

Side Effect Functions implemented as Command Pattern for the Seagull Framework

LGPL-3.0
Latest version published 2 years ago

Package Health Score

49 / 100
Full package analysis