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

package feature #16

Open
marihachi opened this issue Feb 4, 2024 · 0 comments
Open

package feature #16

marihachi opened this issue Feb 4, 2024 · 0 comments

Comments

@marihachi
Copy link
Owner

marihachi commented Feb 4, 2024

パッケージ

パッケージ構成

  • src
  • dist
  • package.toml

srcディレクトリ内の.hoファイルはすべてパッケージに含まれる
自身のパッケージ内のメンバは名前解決できる。

パッケージファイル(package.toml)

  • パッケージ名
  • バージョン
  • 依存関係

他のパッケージの使用手順

  1. パッケージファイルに他のパッケージの依存関係を追記する。
  2. .hoファイル内でimport宣言を追加し、インポートしたパッケージに含まれるメンバの名前解決ができるようにする。

パッケージの作成手順

TODO

@marihachi marihachi changed the title import statement package feature Feb 4, 2024
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

No branches or pull requests

1 participant