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

Introduce TypeScript #31

Merged
merged 5 commits into from
Jun 12, 2023
Merged

Introduce TypeScript #31

merged 5 commits into from
Jun 12, 2023

Conversation

ijlee2
Copy link
Owner

@ijlee2 ijlee2 commented Jun 12, 2023

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:

  • @codemod-utils/files
  • @codemod-utils/json
  • @codemod-utils/tests

@ijlee2 ijlee2 added the enhance: code Issue asks for new feature or refactor label Jun 12, 2023
Comment on lines +88 to +91
"pnpm": {
"overrides": {
"eslint-plugin-import@2.27.5>tsconfig-paths": "^4.2.0"
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ijlee2 ijlee2 marked this pull request as ready for review June 12, 2023 07:41
"bin": "./bin/ember-codemod-pod-to-octane.js",
"directories": {
"test": "tests"
},
"files": [
"bin/",
"src/"
"dist"
Copy link
Owner Author

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.

@ijlee2 ijlee2 merged commit ec1a5cc into main Jun 12, 2023
@ijlee2 ijlee2 deleted the introduce-typescript branch June 12, 2023 07:45
ijlee2 added a commit that referenced this pull request Jun 12, 2023
* chore: Removed declaration files from dist

* bugfix: Fixed relative paths

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhance: code Issue asks for new feature or refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant