[pdfmake] add missing types from version 0.3.4 till 0.3.8#75005
Open
tmwrnr wants to merge 6 commits into
Open
Conversation
…olicy and setLocalAccessPolicy
Contributor
|
@tmwrnr Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through. This is a live comment that I will keep updated. 1 package in this PRCode ReviewsBecause you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 75005,
"author": "tmwrnr",
"headCommitOid": "ff4827e6bdb60cf23d488ff922c2b3985488f059",
"mergeBaseOid": "ca06abb4cc3399ea070c122be329a22f1c3b6800",
"lastPushDate": "2026-05-15T10:54:12.000Z",
"lastActivityDate": "2026-05-15T10:54:12.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"tooManyCommits": false,
"tooManyReviews": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "pdfmake",
"kind": "edit",
"files": [
{
"path": "types/pdfmake/index.d.ts",
"kind": "definition"
},
{
"path": "types/pdfmake/interfaces.d.ts",
"kind": "definition"
},
{
"path": "types/pdfmake/test/pdfmake-examples-tests.ts",
"kind": "test"
},
{
"path": "types/pdfmake/test/pdfmake-module-server-tests.ts",
"kind": "test"
}
],
"owners": [
"m1llen1um",
"radziksh",
"evolkmann",
"andipaetzold",
"nmummau",
"jeralm",
"kryops"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [],
"mainBotCommentID": 4459157317,
"ciResult": "pass"
} |
Contributor
|
🔔 @m1llen1um @radziksh @evolkmann @andipaetzold @nmummau @jeralm @kryops — please review this PR in the next few days. Be sure to explicitly select |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pnpm test <package to test>.package.json.I did not update the version in the
package.jsonbecause currently it is set to 0.3.9999. Should I downgrade the version?verticalAlignmentproperty for table cells was added with version 0.3.4snakingColumnsproperty for columns to enable newspaper-like column flow was added with version 0.3.5outlinesandbookmarksfor text nodes was added with version 0.3.5setUrlAccessPolicywas added with version 0.3.6setLocalAccessPolicywas added with version0.3.8