pdf.js/external/builder
Jonas Jenwald 24a688d6c6 Convert some usage of indexOf to startsWith/includes where applicable
In many cases in the code you don't actually care about the index itself, but rather just want to know if something exists in a String/Array or if a String starts in a particular way. With modern JavaScript functionality, it's thus possible to remove a number of existing `indexOf` cases.
2019-01-18 17:57:41 +01:00
..
fixtures Add the external/builder/fixtures/ directory to .eslintignore, to avoid having to disable various lint rules locally 2017-01-10 14:45:40 +01:00
fixtures_esprima Fix duplicated function name in the Esprima fixtures 2018-08-25 16:23:20 +02:00
builder.js Convert some usage of indexOf to startsWith/includes where applicable 2019-01-18 17:57:41 +01:00
preprocessor2.js Add support for async/await using Babel 2018-08-19 16:54:11 +02:00
test-fixtures_esprima.js Fix the remaining cases of inconsistent spacing and trailing commas in objects, and enable the comma-dangle and object-curly-spacing ESLint rules 2017-06-03 23:35:37 +02:00
test-fixtures.js Fix esprima tests. 2017-05-04 08:24:44 -05:00