run abstract method

dynamic run(
  1. String filepath
)

Run a JS script which would be find from fileSystems, and the script would be treat as a module.

The result is the default module exports.

Implementation

run(String filepath);