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

feat(runner): support pnpm #334

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

feat(runner): support pnpm #334

wants to merge 4 commits into from

Conversation

kyu08
Copy link
Owner

@kyu08 kyu08 commented Nov 24, 2024

Resolves #331

How to identify line number in json

  1. Use https://github.com/MaulingMonkey/json-spanned-value/blob/db682d75b30438866b6e9d02f1187918eb329e1b/examples/demo.rs.
  2. Implement by myself. It may be naive, but there will be no big problem.

TODO

  • あらかじめHashMap<String, HashMap<String, command::Command>をつくるっておく

@kyu08 kyu08 added the enhancement New feature or request label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runner: support pnpm
1 participant