/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/fixtures/errors/throw-error-plugin.js
10 строк
231 B
Alexander Akait
refactor: strict types for the test suite (#21147)
09 июн 2026, 20:15
Не верифицирован
09 июн 2026, 20:15
9bd0b91
Код
Авторство
О чём код?
module.exports = { /** * @param {import("../../../").Compiler} compiler compiler */ apply(compiler) { compiler.hooks.compilation.tap("Errors.test-unhandled-throws", (compilation) => { throw new Error('foo'); }); } };