More precise type for 'offsetType'

Change-Id: I1328468ef7c34c708570937e96f203caa116500e
5 files changed
tree: 3b05d394024b1f42244fffd3abed62647b8a570e
  1. .phan/
  2. baseconfig/
  3. bin/
  4. docs/
  5. extension/
  6. lib/
  7. src/
  8. tests/
  9. tools/
  10. .eslintignore
  11. .eslintrc.json
  12. .gitattributes
  13. .gitignore
  14. .gitreview
  15. .phpcs.xml
  16. CODE_OF_CONDUCT.md
  17. composer.json
  18. COPYING.txt
  19. core-upgrade.js
  20. Doxyfile
  21. extension.json
  22. HISTORY.md
  23. package-lock.json
  24. package.json
  25. phpunit.xml.dist
  26. quibble.yaml
  27. README.md
README.md

Parsoid

Parsoid is a bidirectional parser between wikitext and HTML5.

It was originally written in JavaScript running on Node.js but was ported to PHP.

Please see the overview of the project for more information.

License

Copyright (c) 2011-2023 Wikimedia Foundation and others.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.