Skip to content

fix(loader): explain TypeScript loader requirement#16

Open
AysajanE wants to merge 1 commit into
Cryptoteep:mainfrom
AysajanE:northset/M-167
Open

fix(loader): explain TypeScript loader requirement#16
AysajanE wants to merge 1 commit into
Cryptoteep:mainfrom
AysajanE:northset/M-167

Conversation

@AysajanE

Copy link
Copy Markdown

Summary

Explain how to load TypeScript prompts when plain Node rejects their file extension.

Change

  • CHANGELOG.md
  • docs/getting-started.md
  • src/loader.ts
  • tests/loader.test.ts

Checks

  • ln -s "$PWD/node_modules" /tmp/node_modules && cp vitest.config.ts /tmp/vitest.config.ts && npm test -- --config /tmp/vitest.config.ts --root "$PWD" --no-cache tests/loader.test.ts — passed in a network-isolated container.

Fixes #15


AI assistance was used; I reviewed and own this change.

Verification

Northset proof-of-pass receipt M-167
Contributor self-run; not maintainer verification.

Signed-off-by: Aysajan Eziz <aeziz@northset.ai>
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.

loader: friendlier error when importing .ts without a TS loader

1 participant