SYMBOL INDEX (25 symbols across 7 files) FILE: src/@types/webpack-module-filename-helpers.d.ts type Filter (line 2) | type Filter = string | RegExp; type FilterObject (line 3) | type FilterObject = { FILE: src/@types/webpack.d.ts type Compilation (line 7) | interface Compilation { type LoaderContext (line 18) | interface LoaderContext { type AssetInfo (line 23) | interface AssetInfo { FILE: src/index.d.ts class EsbuildPlugin (line 3) | class EsbuildPlugin { FILE: src/loader.ts function ESBuildLoader (line 19) | async function ESBuildLoader( FILE: src/plugin.ts type Compiler (line 12) | type Compiler = webpack4.Compiler | webpack5.Compiler; type Compilation (line 13) | type Compilation = webpack4.compilation.Compilation | webpack5.Compilation; type Asset (line 14) | type Asset = webpack4.compilation.Asset | Readonly; type EsbuildTransform (line 15) | type EsbuildTransform = typeof defaultEsbuildTransform; class EsbuildPlugin (line 127) | class EsbuildPlugin { method constructor (line 130) | constructor( method apply (line 146) | apply(compiler: Compiler) { FILE: src/types.ts type Filter (line 3) | type Filter = string | RegExp; type Implementation (line 5) | type Implementation = { type Except (line 9) | type Except = { type LoaderOptions (line 13) | type LoaderOptions = Except