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

refactor: change to monorepo #34

Closed
wants to merge 0 commits into from

Conversation

nakasyou
Copy link
Collaborator

Description

The repo has 2 package such as @evex/linejs and @evex/linejs-types, but @evex/linejs-types is put in @evex/linejs. This structure may cause confusion, so I changed it.

Checklist

  • Run tests (optional)
  • Add jsdoc (optional)
  • Test in your environment (optional)

If you feel good :), please do the contents of the checklist.

Comment on lines 7 to 12
"./entities": "./entities/index.ts",
"./read": "./read.ts",
"./declares": "./declares.ts",
"./thrift": "./thrift.ts",
"./parser": "./parser.ts",
"./write": "./write.ts"
Copy link
Member

Choose a reason for hiding this comment

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

These are internal types and functions.
So, you don't need include it in linejs-types.
Please transfer to /packages/linejs/libs/thrift from here.

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.

2 participants