diff --git a/apps/oxlint/src-js/cli.ts b/apps/oxlint/src-js/cli.ts index 7e63e3259a9fb..0a6e3691ceb09 100644 --- a/apps/oxlint/src-js/cli.ts +++ b/apps/oxlint/src-js/cli.ts @@ -1,4 +1,5 @@ import { lint } from './bindings.js'; +import { assertIsNonNull } from './utils/asserts.js'; // Lazy-loaded JS plugin-related functions. // Using `typeof wrapper` here makes TS check that the function signatures of `loadPlugin` and `loadPluginWrapper` @@ -24,7 +25,8 @@ function loadPluginWrapper(path: string, packageName: string | null): Promise