mirror of
https://github.com/zhigang1992/esbuild.git
synced 2026-01-12 17:13:19 +08:00
fix typescript type error
This commit is contained in:
@@ -120,7 +120,7 @@ export interface OnResolveRequest {
|
||||
importer: string;
|
||||
namespace: string;
|
||||
resolveDir: string;
|
||||
kind: types.ResolveKind;
|
||||
kind: types.ImportKind;
|
||||
pluginData: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user