tree: 8665d02d8b859a9f447ae0c41d299c3397fb5adb [path history] [tgz]
  1. binaryExpr.js
  2. BUILD.bazel
  3. context.js
  4. dataType.js
  5. export.js
  6. expr.js
  7. filterExpr.js
  8. functionCall.js
  9. ieAttrWrapper.js
  10. kindTest.js
  11. lexer.js
  12. LICENSE
  13. literal.js
  14. nameTest.js
  15. node.js
  16. nodeModuleExports.js
  17. nodeModuleExterns.js
  18. nodeset.js
  19. nodeTest.js
  20. nsResolver.js
  21. number.js
  22. parser.js
  23. pathExpr.js
  24. predicates.js
  25. README.md
  26. step.js
  27. unaryExpr.js
  28. unionExpr.js
  29. userAgent.js
  30. wgxpath.js
third_party/js/wgxpath/README.md

wgxpath - Wicked Good XPath

https://github.com/google/wicked-good-xpath

The source in this directory is from:

https://github.com/google/wicked-good-xpath/tree/829cd0d85e51b7e23d6c4ef596cc83374ac1a430/src

excluding the _test files.

The easiest way to update wgxpath is:

rm *.js LICENSE
svn export https://github.com/google/wicked-good-xpath.git/trunk/src
rm *_test.js *_test_dom.html compile.sh

Once done, run the build and see what's broken :)