/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.100.2
declarations/plugins/JsonModulesPluginParser.d.ts
16 строк
398 B
hai-x
refactor: use `module.parser.json.exportsDepth`
13 дек 2024, 20:24
13 дек 2024, 20:24
3de7b0d
Код
Авторство
О чём код?
/* * This file was automatically generated. * DO NOT MODIFY BY HAND. * Run `yarn special-lint-fix` to update */ export interface JsonModulesPluginParserOptions { /** * The depth of json dependency flagged as `exportInfo`. */ exportsDepth?: number; /** * Function that executes for a module source string and should return json-compatible data. */ parse?: (input: string) => any; }