improve the code generation of the typings

This commit is contained in:
Tobias Koppers 2020-04-21 08:45:35 +02:00
parent c7a962604f
commit ad55eb7233
4 changed files with 7129 additions and 9230 deletions

View File

@ -1,5 +1,7 @@
module.exports = {
nameMapping: {
FsStats: /^Stats Import fs/
}
FsStats: /^Stats Import fs/,
Configuration: /^WebpackOptions /
},
exclude: [/^devServer in WebpackOptions /]
};

View File

@ -79,7 +79,7 @@
"strip-ansi": "^6.0.0",
"style-loader": "^1.0.0",
"toml": "^3.0.0",
"tooling": "webpack/tooling#v1.0.0",
"tooling": "webpack/tooling#v1.1.0",
"ts-loader": "^6.0.4",
"typescript": "^3.6.4",
"url-loader": "^2.1.0",

16347
types.d.ts vendored

File diff suppressed because it is too large Load Diff

View File

@ -6765,9 +6765,9 @@ toml@^3.0.0:
resolved "https://registry.yarnpkg.com/toml/-/toml-3.0.0.tgz#342160f1af1904ec9d204d03a5d61222d762c5ee"
integrity sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==
tooling@webpack/tooling#v1.0.0:
tooling@webpack/tooling#v1.1.0:
version "1.0.0"
resolved "https://codeload.github.com/webpack/tooling/tar.gz/275ad8a94cca2040934655c07ea70bcb6d92c7b9"
resolved "https://codeload.github.com/webpack/tooling/tar.gz/82ece2e06f9c72c6a4e08f4e33a9615d94a882a3"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
commondir "^1.0.1"