-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: support tsconfig paths #74
feat: support tsconfig paths #74
Conversation
tests/specs/builds/typescript.ts
Outdated
expect(pkgrollProcess.exitCode).toBe(0); | ||
expect(pkgrollProcess.stderr).toBe(''); | ||
|
||
/** @todo expect */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that the preceding expectations (no errors during pkgrollProcess) are sufficient. On the other hand I couldn't come up with a simple test due to the complexity of the fixtures. Maybe on could reduce the latter.
I refactored the plugin a bit. Thanks for the PR and the contribution! Great PR and looking forward to collaborating with you more :) |
🎉 This issue has been resolved in version 2.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This implements support for the tsconfig compiler options
paths
andbaseUrl
and solves #48fs-fixtures
does not have all permissions.pnpm run lint
fails due to 'ERR_MODULE_NOT_FOUND'. 'Did you mean to import [email protected]/node_modules/eslint-plugin-no-use-extend-native/index.js?' Don't know exactly why yet. Could be lintroll or my setup.Please bear with me because it's my first time working with pnpm and under the hood of rollup.
Cheers