0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-05 18:37:20 -05:00
deno/tests/specs/lint/lint_plugin_runtime_api/run.out

6 lines
246 B
Text
Raw Normal View History

error: Uncaught (in promise) Error: `Deno.lint.runPlugin` is only available in `deno test` subcommand.
Deno.lint.runPlugin(plugin, "source.ts", "export default {}");
^
at Object.runPlugin ([WILDCARD])
at [WILDCARD]main.ts:12:11