Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
bworline committed Oct 1, 2023
1 parent d4e8485 commit d36804e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5527,7 +5527,13 @@ declare class JavascriptParser extends Parser {
>;
callMemberChainOfCallMemberChain: HookMap<
SyncBailHook<
[CallExpression, string[], CallExpression, string[], [number, number][]],
[
CallExpression,
string[],
CallExpression,
string[],
[number, number][]
],
boolean | void
>
>;
Expand Down Expand Up @@ -7276,6 +7282,7 @@ declare interface LoaderRunnerLoaderContext<OptionsType> {
/**
* An array of all the loaders. It is writeable in the pitch phase.
* loaders = [{request: string, path: string, query: string, module: function}]
*
* In the example:
* [
* { request: "/abc/loader1.js?xyz",
Expand Down

0 comments on commit d36804e

Please sign in to comment.