pdf.js/src/scripting_api
Jonas Jenwald ec3bcadf56 Enable the unicorn/no-array-push-push ESLint plugin rule
There's generally speaking no need to use multiple consecutive `Array.prototype.push()` calls, since that method accepts multiple arguments, and this ESLint rule helps enforce that pattern.

Please see https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-array-push-push.md for additional information.
2021-05-25 13:54:46 +02:00
..
aform.js Enable the unicorn/no-array-push-push ESLint plugin rule 2021-05-25 13:54:46 +02:00
app.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
color.js [Regression] Prevent the *built* pdf.scripting.js/pdf.sandbox.js files from accidentally including most of the main-thread code (PR 12631 follow-up) 2020-12-04 14:17:26 +01:00
common.js JS - Handle correctly hierarchy of fields (#13133) 2021-03-30 08:50:35 -07:00
console.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
constants.js JS -- Add few missing constants in global scope 2021-01-11 17:19:28 +01:00
doc.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
error.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
event.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
field.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
fullscreen.js JS -- Implement app object 2020-11-20 15:46:52 +01:00
initialization.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
pdf_object.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
print_params.js JS -- Implement doc object 2020-11-10 16:16:42 +01:00
proxy.js JS - Add support for display property 2021-05-06 11:15:38 +02:00
thermometer.js JS -- Implement app object 2020-11-20 15:46:52 +01:00
util.js Account for formatting changes in Prettier version 2.3.0 2021-05-16 11:44:05 +02:00