-
Notifications
You must be signed in to change notification settings - Fork 2
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
Introduce TypeScript #31
Conversation
6b94ca9
to
10d026f
Compare
"pnpm": { | ||
"overrides": { | ||
"eslint-plugin-import@2.27.5>tsconfig-paths": "^4.2.0" | ||
} |
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.
Temporarily fixes import-js/eslint-plugin-import#2751.
"bin": "./bin/ember-codemod-pod-to-octane.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"files": [ | ||
"bin/", | ||
"src/" | ||
"dist" |
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.
At the moment, I'm unsure whether an end-developer will be able to continue to use npx
to run the codemod. Will check this after publishing a new version.
Description
By introducing TypeScript, we can improve documentation and maintainability of this project. In addition, the pull request checks that these utility packages shipped types correctly: