Skip to content
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

Fix imports and add docblocks #1052

Merged
merged 1 commit into from Apr 10, 2024
Merged

Fix imports and add docblocks #1052

merged 1 commit into from Apr 10, 2024

Conversation

maetl
Copy link
Contributor

@maetl maetl commented Apr 6, 2024

Description

Fixes a problem introduced in #1049 where the relative imports changed to suit standalone references to these files on disk—but overlooked that the tsconfig had src already mapped.

Checklist

  • The new code additions passed the tests (npm test).
  • The linter ran and found no issues (npm run-script lint).

@smwhr
Copy link
Collaborator

smwhr commented Apr 6, 2024

I was wondering why those imports were changed indeed in your last PR but did not take the time to check.

It seems the namespace is now Capitalized, whereas is was all lowercase before. It's important for js includes.

@maetl
Copy link
Contributor Author

maetl commented Apr 6, 2024

It seems the namespace is now Capitalized, whereas is was all lowercase before. It's important for js includes.

Fixed now. Thanks for explaining.

Fixes a problem introduced in y-lohse#1049 where the relative imports changed
to suit standalone references to these files on disk—but overlooked that
the tsconfig had `src` already mapped.
@smwhr smwhr merged commit d33ca02 into y-lohse:master Apr 10, 2024
1 check passed
@maetl maetl deleted the ink-decl branch April 10, 2024 23:06
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.

None yet

2 participants