/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
declarations/plugins/IgnorePlugin.d.ts
23 строки
481 B
Alexander Akait
fix: types
11 сен 2025, 03:10
Не верифицирован
11 сен 2025, 03:10
16c6966
Код
Авторство
О чём код?
/* * This file was automatically generated. * DO NOT MODIFY BY HAND. * Run `yarn fix:special` to update */ export type IgnorePluginOptions = | { /** * A RegExp to test the context (directory) against. */ contextRegExp?: RegExp; /** * A RegExp to test the request against. */ resourceRegExp: RegExp; } | { /** * A filter function for resource and context. */ checkResource: import("../../lib/IgnorePlugin").CheckResourceFn; };