Skip to content

Migrate parser-sdk to typescript#3254

Merged
J12934 merged 1 commit intosecureCodeBox:mainfrom
J12934:feature/parser-sdk-typescript
Sep 4, 2025
Merged

Migrate parser-sdk to typescript#3254
J12934 merged 1 commit intosecureCodeBox:mainfrom
J12934:feature/parser-sdk-typescript

Conversation

@J12934
Copy link
Member

@J12934 J12934 commented Sep 3, 2025

Description

Moves the parser-sdk to use typescript.
Would allow / make it easier to support typescript for parsers, or at least for type assistet parser development in the future :)

I've switched over the validate to not be async anymore. It was loading the schema async which really wasn't required as we are able to just import it so that it is preloaded, instead of handling the file read and json parse ourself.

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure that all your commits are signed-off and that you are added to the Contributors file.
  • Make sure that all CI finish successfully.
  • Optional (but appreciated): Make sure that all commits are Verified.

Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
@netlify
Copy link

netlify bot commented Sep 3, 2025

Deploy Preview for docs-securecodebox ready!

Name Link
🔨 Latest commit afb9307
🔍 Latest deploy log https://app.netlify.com/projects/docs-securecodebox/deploys/68b8399b8c711f000860de54
😎 Deploy Preview https://deploy-preview-3254--docs-securecodebox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 3, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
19.5% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@J12934 J12934 moved this from Triage to To Review in secureCodeBox Sep 3, 2025
@github-project-automation github-project-automation bot moved this from To Review to Reviewer Approved in secureCodeBox Sep 4, 2025
@J12934 J12934 self-assigned this Sep 4, 2025
@J12934 J12934 merged commit 19ff507 into secureCodeBox:main Sep 4, 2025
49 of 50 checks passed
@github-project-automation github-project-automation bot moved this from Reviewer Approved to Done in secureCodeBox Sep 4, 2025
@J12934 J12934 deleted the feature/parser-sdk-typescript branch September 4, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants