/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/inner-graph/default-pure-expression/module.js
7 строк
200 B
hai-x
feat: support cross-module pure detection in inner graph (#20907)
25 май 2026, 18:41
Не верифицирован
25 май 2026, 18:41
c95b845
Код
Авторство
О чём код?
import { a, b } from "dep"; // pure export default expression: statementPurePart path export default /*#__PURE__*/ a(); // pure declarator, independent usage export const other = /*#__PURE__*/ b();