Skip to content

Updating to support separation of browser code#719

Merged
VisLab merged 1 commit into
hed-standard:mainfrom
VisLab:fix_actions
May 6, 2026
Merged

Updating to support separation of browser code#719
VisLab merged 1 commit into
hed-standard:mainfrom
VisLab:fix_actions

Conversation

@VisLab
Copy link
Copy Markdown
Member

@VisLab VisLab commented May 6, 2026

No description provided.

@VisLab VisLab requested a review from Copilot May 6, 2026 15:34
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Claude code review could not run. The request to the Claude API failed (possible causes: billing limit reached, token expired, or service unavailable). Review this PR manually.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR exposes the existing BIDS TSV parsing helper as part of the library’s public API (and updates the TypeScript declarations accordingly), which supports using TSV parsing from external/browser code without importing internal modules directly.

Changes:

  • Re-export parseTSV from the package entry point (index.js).
  • Add a parseTSV TypeScript declaration (with JSDoc) to types/index.d.ts.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
types/index.d.ts Adds the public parseTSV(contents: string) type declaration and documentation.
index.js Re-exports parseTSV from src/bids/tsvParser as part of the public API.

@VisLab VisLab merged commit 4952f3c into hed-standard:main May 6, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants