Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 16, 2024
1 parent 283b96c commit aa2b5ac
Show file tree
Hide file tree
Showing 15 changed files with 2,886 additions and 1,853 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ type sources =
tag: string,
attribute: string,
attributes: string,
resourcePath: string
resourcePath: string,
) => boolean;
}>;
urlFilter?: (
attribute: string,
value: string,
resourcePath: string
resourcePath: string,
) => boolean;
scriptingEnabled?: boolean;
};
Expand Down Expand Up @@ -210,7 +210,7 @@ type list = Array<{
tag: string,
attribute: string,
attributes: string,
resourcePath: string
resourcePath: string,
) => boolean;
}>;
```
Expand Down Expand Up @@ -411,7 +411,7 @@ Type:
type urlFilter = (
attribute: string,
value: string,
resourcePath: string
resourcePath: string,
) => boolean;
```

Expand Down Expand Up @@ -492,7 +492,7 @@ Type:
```ts
type preprocessor = (
content: string | Buffer,
loaderContext: LoaderContext
loaderContext: LoaderContext,
) => HTMLElement;
```

Expand Down Expand Up @@ -876,7 +876,7 @@ a {
**file.html**

```html
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
Expand Down
Loading

0 comments on commit aa2b5ac

Please sign in to comment.