Skip to content

Fixing Imports#313

Open
Scullyon wants to merge 5 commits intomainfrom
feat/DF-555-fix-package-imports
Open

Fixing Imports#313
Scullyon wants to merge 5 commits intomainfrom
feat/DF-555-fix-package-imports

Conversation

@Scullyon
Copy link
Contributor

Resolving the issue of tilde (~) in import statements when creating the project package. This will allow types to correctly resolve in projects which consume the package, where the ~ character resolves to a different path (ie not the specific package). This will improve linting and should improve type enforcement within projects.

Jira ticket: https://eaflood.atlassian.net/browse/DF-555

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Misc. (documentation, build updates, etc)

Checklist

  • You have executed this code locally and it performs as expected.
  • You have added tests to verify your code works.
  • You have added code comments and JSDoc, where appropriate.
  • There is no commented-out code.
  • You have added developer docs in README.md and docs/* (where appropriate, e.g. new features).
  • The tests are passing (npm run test).
  • The linting checks are passing (npm run lint).
  • The code has been formatted (npm run format).

@sonarqubecloud
Copy link

@Scullyon Scullyon marked this pull request as ready for review March 3, 2026 10:07
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.

1 participant