repo
stringlengths
5
106
file_url
stringlengths
78
301
file_path
stringlengths
4
211
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:56:49
2026-01-05 02:23:25
truncated
bool
2 classes
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/elif.js
external/builder/fixtures/elif.js
'use strict'; //#elif TRUE var a; //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-nested-expected.js
external/builder/fixtures/if-nested-expected.js
'use strict'; var a; var b; var d;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/confusing-comment.js
external/builder/fixtures/confusing-comment.js
'use strict'; //#if TRUE var i = 0; while(i-->0) { } //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/js-comment.js
external/builder/fixtures/js-comment.js
'use strict'; //#if TRUE ////var a; //var b; var c; //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/undefined-define-expected.js
external/builder/fixtures/undefined-define-expected.js
//Error: Could not evaluate "notdefined" at __filename:2 //ReferenceError: notdefined is not defined
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/else.js
external/builder/fixtures/else.js
'use strict'; //#else //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/unsupported-ifdef.js
external/builder/fixtures/unsupported-ifdef.js
'use strict'; //#ifdef TRUE //ifdef should not be recognized //#endif var a;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-unclosed-expected.js
external/builder/fixtures/if-unclosed-expected.js
//Error: Missing #endif in preprocessor for __filename
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/undefined-define.js
external/builder/fixtures/undefined-define.js
'use strict'; //#if notdefined var a; //#else var b; //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-false-elif-false-else.js
external/builder/fixtures/if-false-elif-false-else.js
'use strict'; //#if FALSE var a; //#elif FALSE var b; //#else var c; //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/error.js
external/builder/fixtures/error.js
'use strict'; //#if TRUE //#error "Some Error" //#endif var b;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-empty-expected.js
external/builder/fixtures/if-empty-expected.js
//Error: No JavaScript expression given at __filename:2
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/elif-expected.js
external/builder/fixtures/elif-expected.js
//Error: Found #elif without matching #if at __filename:2
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-false-else.js
external/builder/fixtures/if-false-else.js
'use strict'; //#if FALSE var a; //#else var b; //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-true-elif-false-else.js
external/builder/fixtures/if-true-elif-false-else.js
'use strict'; //#if TRUE var a; //#elif FALSE var b; //#else var c; //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/error-false.js
external/builder/fixtures/error-false.js
'use strict'; //#if FALSE //#error "Some Error" //#endif var a;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-nested.js
external/builder/fixtures/if-nested.js
'use strict'; //#if TRUE var a; //#if TRUE var b; //#else var c; //#endif var d; //#else var e; //#if TRUE var f; //#endif var g; //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-false-elif-true-else.js
external/builder/fixtures/if-false-elif-true-else.js
'use strict'; //#if FALSE var a; //#elif TRUE var b; //#else var c; //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-false-elif-true-else-expected.js
external/builder/fixtures/if-false-elif-true-else-expected.js
'use strict'; var b;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/else-expected.js
external/builder/fixtures/else-expected.js
//Error: Found #else without matching #if at __filename:2
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/unsupported-ifdef-expected.js
external/builder/fixtures/unsupported-ifdef-expected.js
//Error: Found #endif without #if at __filename:4
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/error-false-expected.js
external/builder/fixtures/error-false-expected.js
'use strict'; var a;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-unclosed.js
external/builder/fixtures/if-unclosed.js
'use strict'; //#if TRUE var a;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/js-comment-expected.js
external/builder/fixtures/js-comment-expected.js
'use strict'; //var a; var b; var c;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-true-else-expected.js
external/builder/fixtures/if-true-else-expected.js
'use strict'; var a;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-empty.js
external/builder/fixtures/if-empty.js
'use strict'; //#if var a; //#else var b; //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-true-else.js
external/builder/fixtures/if-true-else.js
'use strict'; //#if TRUE var a; //#else var b; //#endif
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-false-elif-false-else-expected.js
external/builder/fixtures/if-false-elif-false-else-expected.js
'use strict'; var c;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/error-expected.js
external/builder/fixtures/error-expected.js
//Error: Found #error "Some Error" at __filename:3
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/confusing-comment-expected.js
external/builder/fixtures/confusing-comment-expected.js
'use strict'; var i = 0; while(i-->0) { }
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-false-else-expected.js
external/builder/fixtures/if-false-else-expected.js
'use strict'; var b;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures/if-true-elif-false-else-expected.js
external/builder/fixtures/if-true-elif-false-else-expected.js
'use strict'; var a;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/unused-function.js
external/builder/fixtures_babel/unused-function.js
function usedByUsed() {} function usedByUnused() {} function usedByRemovedCode() {} function used() { usedByUsed(); return; usedByRemovedCode(); } function unused() { usedByUnused(); } used();
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/blocks-expected.js
external/builder/fixtures_babel/blocks-expected.js
function test() { "test"; "1"; "2"; "3"; if ("test") { "5"; } "4"; } test();
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/constants-expected.js
external/builder/fixtures_babel/constants-expected.js
var a = true; var b = false; var c = '1'; var d = false; var e = true; var f = '0'; var g = '1'; var h = '0'; var i = true; var j = false; var k = false; var l = true; var m = false; var n = false; var o = true;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/staticblock-expected.js
external/builder/fixtures_babel/staticblock-expected.js
class A { static { foo(); } static { var a = 0; } }
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/ifs.js
external/builder/fixtures_babel/ifs.js
if ('test') { "1"; } if (true) { "1"; } if (true) { "1"; } else { "2"; } if (false) { "1"; } if (false) { "1"; } else { "2"; } if (true && false) { "1"; } if (true && false || '1') { "1"; } function f1() { if (true) { "1"; } if (false) { "2"; } } f1();
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/constructors-expected.js
external/builder/fixtures_babel/constructors-expected.js
class A { constructor() { console.log("Hi!"); } } class B { constructor(x = console.log("Hi!")) {} } class C { constructor({ x }) {} } class D {} class E extends A { constructor() {} } class F { constructor() { var a = 0; } } class G {}
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/blocks.js
external/builder/fixtures_babel/blocks.js
function test() { {;} ; "test"; { "1"; if (true) { "2"; } ; { "3"; if ("test") { "5"; } } "4"; } } test();
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/comments-expected.js
external/builder/fixtures_babel/comments-expected.js
function f1() { "1"; "2"; } f1(); function f2() { "1"; "2"; } f2(); function f3() { if ("1") { "1"; } "2"; if ("3") { "4"; } } f3();
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/evals-expected.js
external/builder/fixtures_babel/evals-expected.js
var a = false; var b = true; var c = true; var d = false; var e = true; var f = "text"; var g = { obj: { i: 1 }, j: 2 }; var i = '0'; var j = { i: 1 }; var k = false; var l = true;
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/comments.js
external/builder/fixtures_babel/comments.js
/* globals f0 */ function f1() { /* head */ "1"; /* mid */ "2"; /* tail */ } f1(); function f2() { // head "1"; // mid "2"; // tail } f2(); function f3() { if ("1") { // begin block "1"; } "2"; // trailing if (/* s */"3"/*e*/) { "4"; } } f3();
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/unused-function-expected.js
external/builder/fixtures_babel/unused-function-expected.js
function usedByUsed() {} function used() { usedByUsed(); } used();
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/constants.js
external/builder/fixtures_babel/constants.js
var a = true; var b = false; var c = true && '1'; var d = false && '0'; var e = true || '1'; var f = false || '0'; var g = true ? '1' : '0'; var h = false ? '1' : '0'; var i = 'test' === 'test'; var j = 'test' !== 'test'; var k = 'test' === 'test2'; var l = 'test' !== 'test2'; var m = '1' === true; var n = !true; var o...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/staticblock.js
external/builder/fixtures_babel/staticblock.js
class A { static {} static { { foo() } } static { {;} } static { if (PDFJSDev.test('TRUE')) { var a = 0; } } static { if (PDFJSDev.test('FALSE')) { var a = 1; } } }
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/evals.js
external/builder/fixtures_babel/evals.js
var a = typeof PDFJSDev === 'undefined'; var b = typeof PDFJSDev !== 'undefined'; var c = PDFJSDev.test('TRUE'); var d = PDFJSDev.test('FALSE'); var e = PDFJSDev.eval('TRUE'); var f = PDFJSDev.eval('TEXT'); var g = PDFJSDev.eval('OBJ'); var i = typeof PDFJSDev === 'undefined' ? PDFJSDev.eval('FALSE') : '0'; var j = typ...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/importalias-expected.js
external/builder/fixtures_babel/importalias-expected.js
import { Test } from "import-name"; import { Test2 } from './non-alias'; export { Test3 } from "import-name"; await import( /*webpackIgnore: true*/ /*@vite-ignore*/ "./non-alias");
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/importalias.js
external/builder/fixtures_babel/importalias.js
import { Test } from 'import-alias'; import { Test2 } from './non-alias'; export { Test3 } from 'import-alias'; await __raw_import__("./non-alias");
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/constructors.js
external/builder/fixtures_babel/constructors.js
class A { constructor() { console.log("Hi!"); } } class B { constructor(x = console.log("Hi!")) {} } class C { constructor({ x }) {} } class D { constructor(x, y, z) {} } class E extends A { constructor() {} } class F { constructor() { if (PDFJSDev.test('TRUE')) { var a = 0; } } }...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/ifs-expected.js
external/builder/fixtures_babel/ifs-expected.js
if ('test') { "1"; } { "1"; } { "1"; } { "2"; } if ('1') { "1"; } function f1() { "1"; } f1();
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/deadcode.js
external/builder/fixtures_babel/deadcode.js
function f1() { return; var i = 0; } f1(); function f2() { return 1; var i = 0; } f2(); function f3() { var i = 0; throw "test"; var j = 0; } f3(); function f4() { var i = 0; if (true) { return; } throw "test"; var j = 0; } f4(); var obj = { method1() { return; var i = 0; }, method2(...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/builder/fixtures_babel/deadcode-expected.js
external/builder/fixtures_babel/deadcode-expected.js
function f1() {} f1(); function f2() { return 1; } f2(); function f3() { var i = 0; throw "test"; } f3(); function f4() { var i = 0; } f4(); var obj = { method1() {}, method2() {} }; class C { method1() {} method2() {} } var arrow1 = () => {}; var arrow2 = () => {};
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/qcms/qcms.js
external/qcms/qcms.js
/* THIS FILE IS GENERATED - DO NOT EDIT */ import { copy_result, copy_rgb, make_cssRGB } from './qcms_utils.js'; let wasm; const cachedTextDecoder = (typeof TextDecoder !== 'undefined' ? new TextDecoder('utf-8', { ignoreBOM: true, fatal: true }) : { decode: () => { throw Error('TextDecoder not available') } } ); if ...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/qcms/qcms_utils.js
external/qcms/qcms_utils.js
/* Copyright 2025 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/quickjs/quickjs-eval.js
external/quickjs/quickjs-eval.js
var Module = (() => { var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; return ( function(moduleArg = {}) { var d=moduleArg,k,n;d.ready=new Promise((a,b)=>{k=a;n=b});var p=Object.assign({},d),q="";"undefined"!=typeof document&&document.currentS...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
true
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/external/jbig2/jbig2.js
external/jbig2/jbig2.js
/* THIS FILE IS GENERATED - DO NOT EDIT */ async function JBig2(moduleArg={}){var moduleRtn;var Module=moduleArg;var ENVIRONMENT_IS_WEB=true;var ENVIRONMENT_IS_WORKER=false;var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var _scriptName=import.meta.url;var scriptDirectory=...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/docs/contents/js/bootstrap.min.js
docs/contents/js/bootstrap.min.js
/*! * Bootstrap v4.0.0 (https://getbootstrap.com) * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
true
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/docs/contents/js/jquery-3.7.1.min.js
docs/contents/js/jquery-3.7.1.min.js
/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
true
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/examples/webpack/webpack.config.js
examples/webpack/webpack.config.js
/* eslint-disable import/no-commonjs */ const webpack = require("webpack"); // eslint-disable-line no-unused-vars const path = require("path"); module.exports = { context: __dirname, entry: { main: "./main.mjs", "pdf.worker": "pdfjs-dist/build/pdf.worker.mjs", }, mode: "none", output: { path: pa...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/secondary_toolbar.js
web/secondary_toolbar.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/view_history.js
web/view_history.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/toolbar-geckoview.js
web/toolbar-geckoview.js
/* Copyright 2023 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/new_alt_text_manager.js
web/new_alt_text_manager.js
/* Copyright 2024 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/genericcom.js
web/genericcom.js
/* Copyright 2017 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/editor_undo_bar.js
web/editor_undo_bar.js
/* Copyright 2024 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/download_manager.js
web/download_manager.js
/* Copyright 2013 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_rendering_queue.js
web/pdf_rendering_queue.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_find_utils.js
web/pdf_find_utils.js
/* Copyright 2018 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_outline_viewer.js
web/pdf_outline_viewer.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/caret_browsing.js
web/caret_browsing.js
/* Copyright 2024 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/viewer.js
web/viewer.js
/* Copyright 2016 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/password_prompt.js
web/password_prompt.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/stubs-geckoview.js
web/stubs-geckoview.js
/* Copyright 2023 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_scripting_manager.js
web/pdf_scripting_manager.js
/* Copyright 2021 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/struct_tree_layer_builder.js
web/struct_tree_layer_builder.js
/* Copyright 2021 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/annotation_editor_layer_builder.js
web/annotation_editor_layer_builder.js
/* Copyright 2022 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/menu.js
web/menu.js
/* Copyright 2025 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_document_properties.js
web/pdf_document_properties.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/ui_utils.js
web/ui_utils.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/base_pdf_page_view.js
web/base_pdf_page_view.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/text_highlighter.js
web/text_highlighter.js
/* Copyright 2021 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_thumbnail_view.js
web/pdf_thumbnail_view.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/text_layer_builder.js
web/text_layer_builder.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/event_utils.js
web/event_utils.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/print_utils.js
web/print_utils.js
/* Copyright 2021 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_text_extractor.js
web/pdf_text_extractor.js
/* Copyright 2024 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/overlay_manager.js
web/overlay_manager.js
/* Copyright 2014 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/views_manager.js
web/views_manager.js
/* Copyright 2016 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/chromecom.js
web/chromecom.js
/* Copyright 2013 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/base_tree_viewer.js
web/base_tree_viewer.js
/* Copyright 2020 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/annotation_editor_params.js
web/annotation_editor_params.js
/* Copyright 2022 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/generic_signature_storage.js
web/generic_signature_storage.js
/* Copyright 2025 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/app.js
web/app.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
true
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/preferences.js
web/preferences.js
/* Copyright 2013 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_find_bar.js
web/pdf_find_bar.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_layer_viewer.js
web/pdf_layer_viewer.js
/* Copyright 2020 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_page_view.js
web/pdf_page_view.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
true
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_cursor_tools.js
web/pdf_cursor_tools.js
/* Copyright 2017 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdf_viewer.component.js
web/pdf_viewer.component.js
/* Copyright 2014 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false
mozilla/pdf.js
https://github.com/mozilla/pdf.js/blob/cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb/web/pdfjs.js
web/pdfjs.js
/* Copyright 2016 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
javascript
Apache-2.0
cb36cbdc132dd34536fe09a6bb2a77c81b5e00eb
2026-01-04T14:57:14.168219Z
false