Skip to content

Commit faec173

Browse files
committed
Convert all JavaScript files to TypeScript
- Converted all test files (71 files) from .js to .ts - Converted all configuration files to TypeScript - Updated package.json to reference .ts config files - Updated karma configs to use .ts test files and helpers - Fixed karma.common.conf to use dist files for coverage - All builds passing successfully - Prettier formatting applied to all files - No .js files remain in src/ or test/ directories
1 parent 73fb65c commit faec173

File tree

88 files changed

+58
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+58
-132
lines changed
File renamed without changes.

cli.js renamed to cli.ts

File renamed without changes.

convert-to-ts.js

Lines changed: 0 additions & 73 deletions
This file was deleted.
File renamed without changes.

dist/jspdf.es.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** @license
22
*
33
* jsPDF - PDF Document creation from JavaScript
4-
* Version 3.0.3 Built on 2025-11-09T19:51:50.170Z
5-
* CommitID 9b9941edcc
4+
* Version 3.0.3 Built on 2025-11-09T20:07:07.709Z
5+
* CommitID 73fb65c51f
66
*
77
* Copyright (c) 2010-2025 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
88
* 2015-2025 yWorks GmbH, http://www.yworks.com

dist/jspdf.es.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** @license
22
*
33
* jsPDF - PDF Document creation from JavaScript
4-
* Version 3.0.3 Built on 2025-11-09T19:51:50.204Z
5-
* CommitID 9b9941edcc
4+
* Version 3.0.3 Built on 2025-11-09T20:07:07.752Z
5+
* CommitID 73fb65c51f
66
*
77
* Copyright (c) 2010-2025 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
88
* 2015-2025 yWorks GmbH, http://www.yworks.com

dist/jspdf.node.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.umd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** @license
22
*
33
* jsPDF - PDF Document creation from JavaScript
4-
* Version 3.0.3 Built on 2025-11-09T19:51:50.135Z
5-
* CommitID 9b9941edcc
4+
* Version 3.0.3 Built on 2025-11-09T20:07:07.655Z
5+
* CommitID 73fb65c51f
66
*
77
* Copyright (c) 2010-2025 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
88
* 2015-2025 yWorks GmbH, http://www.yworks.com

dist/jspdf.umd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)