Skip to content

Commit

Permalink
Removing @types/glob - They re-wrote the library in TS as of v9 (Defi…
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu authored Apr 12, 2023
1 parent 93cfb0e commit f93c95e
Show file tree
Hide file tree
Showing 22 changed files with 51 additions and 361 deletions.
1 change: 1 addition & 0 deletions types/barnard59-base/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Definitions by: Tomasz Pluskiewicz <https://github.com/tpluscode>
// Benjamin Hofstetter <https://github.com/BenjaminHofstetter>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 4.4

/// <reference types="node" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@types/minimatch": "*"
"@types/glob": "~7.2.0"
}
}
3 changes: 2 additions & 1 deletion types/clamav.js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
// Definitions by: NthMetal <https://github.com/NthMetal>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />

import { ReadStream } from 'fs';
import { Stream } from 'stream';
import * as glob from 'glob';

export interface ClamScanner {
port: 3310 | number;
Expand Down
2 changes: 1 addition & 1 deletion types/glob/package.json → types/dos2unix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@types/minimatch": "^5.1.2"
"@types/glob": "~5.0.36"
}
}
6 changes: 6 additions & 0 deletions types/glob-expand/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@types/glob": "~5.0.36"
}
}
6 changes: 6 additions & 0 deletions types/glob-stream/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@types/glob": "~7.2.0"
}
}
59 changes: 0 additions & 59 deletions types/glob/glob-tests.ts

This file was deleted.

92 changes: 0 additions & 92 deletions types/glob/index.d.ts

This file was deleted.

23 changes: 0 additions & 23 deletions types/glob/tsconfig.json

This file was deleted.

6 changes: 0 additions & 6 deletions types/glob/tslint.json

This file was deleted.

30 changes: 0 additions & 30 deletions types/glob/v5/glob-tests.ts

This file was deleted.

112 changes: 0 additions & 112 deletions types/glob/v5/index.d.ts

This file was deleted.

Loading

0 comments on commit f93c95e

Please sign in to comment.