/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/xpath/mod.rs
6 строк
297 B
Jayanta Pradhan
script: Move xpath interfaces into xpath/ (#43616)
24 мар 2026, 18:22
Не верифицирован
24 мар 2026, 18:22
ae33e48
Код
Авторство
О чём код?
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ pub(crate) mod xpathevaluator; pub(crate) mod xpathexpression; pub(crate) mod xpathresult;