Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions types/appcache-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Project: https://github.com/lettertwo/appcache-webpack-plugin
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

import webpack = require('webpack');

Expand Down
8 changes: 8 additions & 0 deletions types/appcache-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion types/assets-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/ztoben/assets-webpack-plugin
// Definitions by: Michael Strobel <https://github.com/kryops>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// TypeScript Version: 3.7

import { Compiler } from 'webpack';

Expand Down
8 changes: 8 additions & 0 deletions types/assets-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion types/brotli-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/mynameiswhm/brotli-webpack-plugin
// Definitions by: Karol Majewski <https://github.com/karol-majewski>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.7
// TypeScript Version: 3.7

import * as webpack from 'webpack';

Expand Down
8 changes: 8 additions & 0 deletions types/brotli-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion types/browser-sync-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/Va1/browser-sync-webpack-plugin/blob/master/README.md
// Definitions by: Derek Sifford <https://github.com/dsifford>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.5
// TypeScript Version: 3.7

import BrowserSync = require('browser-sync');
import { Plugin } from 'webpack';
Expand Down
6 changes: 6 additions & 0 deletions types/browser-sync-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
],
"micromatch": [
"micromatch/v2"
]
Expand Down
2 changes: 1 addition & 1 deletion types/case-sensitive-paths-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme
// Definitions by: Andrew Makarov <https://github.com/r3nya>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// TypeScript Version: 3.7

import { Plugin, Compiler } from 'webpack';

Expand Down
8 changes: 8 additions & 0 deletions types/case-sensitive-paths-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
Expand Down
2 changes: 1 addition & 1 deletion types/circular-dependency-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/aackerman/circular-dependency-plugin
// Definitions by: Olegs Jeremejevs <https://github.com/jeremejevs>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// TypeScript Version: 3.7

import { Plugin, Module, compilation } from 'webpack';

Expand Down
8 changes: 8 additions & 0 deletions types/circular-dependency-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
1 change: 1 addition & 0 deletions types/compression-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Definitions by: Anton Kandybo <https://github.com/dublicator>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

import { WebpackPluginInstance, Compiler } from 'webpack';
import { ZlibOptions as ZlibCompressionOptions } from 'zlib';
Expand Down
8 changes: 8 additions & 0 deletions types/compression-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion types/compression-webpack-plugin/v2/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/webpack-contrib/compression-webpack-plugin
// Definitions by: Anton Kandybo <https://github.com/dublicator>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
// TypeScript Version: 3.7

import { Plugin } from 'webpack';
import { ZlibOptions as ZlibCompressionOptions } from 'zlib';
Expand Down
6 changes: 6 additions & 0 deletions types/compression-webpack-plugin/v2/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"paths": {
"compression-webpack-plugin": [
"compression-webpack-plugin/v2"
],
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
Expand Down
1 change: 1 addition & 0 deletions types/copy-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// avin-kavish <https://github.com/avin-kavish>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7
import { WebpackPluginInstance as Plugin } from 'webpack';

interface ObjectPattern {
Expand Down
8 changes: 8 additions & 0 deletions types/copy-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion types/copy-webpack-plugin/v5/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Definitions by: flying-sheep <https://github.com/flying-sheep>
// avin-kavish <https://github.com/avin-kavish>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// TypeScript Version: 3.7

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

Expand Down
6 changes: 6 additions & 0 deletions types/copy-webpack-plugin/v5/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"paths": {
"copy-webpack-plugin": [
"copy-webpack-plugin/v5"
],
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
Expand Down
1 change: 1 addition & 0 deletions types/critters-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Definitions by: Juan José González Giraldo <https://github.com/JuanJoseGonGi>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

import { Plugin } from 'webpack';

Expand Down
8 changes: 8 additions & 0 deletions types/critters-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": ["../"],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion types/csp-html-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/slackhq/csp-html-webpack-plugin
// Definitions by: Porama Ruengrairatanaroj <https://github.com/Seally>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.7

import { Compiler as WebpackCompiler } from 'webpack';
import { AsyncSeriesWaterfallHook } from 'tapable';
Expand Down
8 changes: 8 additions & 0 deletions types/csp-html-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
1 change: 1 addition & 0 deletions types/css-minimizer-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Project: https://github.com/webpack-contrib/css-minimizer-webpack-plugin
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7
import { Compiler, WebpackPluginInstance } from 'webpack';
import { CssNanoOptions } from 'cssnano';
import { SourceMapOptions } from 'postcss';
Expand Down
8 changes: 8 additions & 0 deletions types/css-minimizer-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion types/customize-cra/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/arackaf/customize-cra#readme
// Definitions by: Kyle Hensel <https://github.com/k-yle>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.4
// Minimum TypeScript Version: 3.7

export * from './src/core';
export * from './src/babel';
Expand Down
14 changes: 10 additions & 4 deletions types/customize-cra/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
],
"@babel/*": ["babel__*"]
}
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": ["index.d.ts", "customize-cra-tests.ts"]
}
1 change: 1 addition & 0 deletions types/dotenv-webpack/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// Dave Cardwell <https://github.com/davecardwell>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

import { Compiler } from 'webpack';

Expand Down
8 changes: 8 additions & 0 deletions types/dotenv-webpack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion types/duplicate-package-checker-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#readme
// Definitions by: Matt Traynham <https://github.com/mtraynham>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// TypeScript Version: 3.7

import { Plugin } from 'webpack';

Expand Down
8 changes: 8 additions & 0 deletions types/duplicate-package-checker-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"typeRoots": [
"../"
],
"paths": {
"webpack": [
"webpack/v4"
],
"tapable": [
"tapable/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
Expand Down
1 change: 1 addition & 0 deletions types/event-hooks-webpack-plugin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Definitions by: Pine Mizune <https://github.com/pine>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7
import { Compiler, WebpackPluginInstance } from 'webpack';

export = EventHooksPlugin;
Expand Down
Loading