Skip to content

fix: imports in library for developing against dataview #2571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Mara-Li
Copy link

@Mara-Li Mara-Li commented Apr 28, 2025

This pull request includes several changes aimed at improving module import paths, updating the beta release process, and incrementing the version number for the Dataview plugin. Below is a summary of the most important changes grouped by theme:

Module Import Path Updates:

  • Updated relative import paths in multiple files across the src directory to use ../ instead of absolute paths. This change improves maintainability and compatibility with certain build tools. Examples include src/api/data-array.ts, src/api/plugin-api.ts, and src/data-import/common.ts. [1] [2] [3]
  • Also add export for Values
  • Remove type for instance of comparaison

Close #2080

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.

[BUG]: Broken API (0.5.58 → 0.5.64) : ERROR TS2307 - Cannot find module 'xxx' or its corresponding type declarations
1 participant