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

REPLの機能強化 #849

Open
takejohn opened this issue Nov 10, 2024 · 4 comments · May be fixed by #850
Open

REPLの機能強化 #849

takejohn opened this issue Nov 10, 2024 · 4 comments · May be fixed by #850
Assignees

Comments

@takejohn
Copy link
Contributor

簡単に短いコードの実験ができるようにしたい

@takejohn takejohn self-assigned this Nov 10, 2024
@uzmoi
Copy link
Member

uzmoi commented Nov 10, 2024

一応/console.jsがありますが、パッケージにCLIを追加するということですか?

@takejohn
Copy link
Contributor Author

一応/console.jsがありますが、パッケージにCLIを追加するということですか?

そんな実行ファイルがあったんですね
package.jsonのscriptsとdocs/execution.mdだけ見ていて気づきませんでした……
npm run replで実行できるようにしたい感じです

@uzmoi
Copy link
Member

uzmoi commented Nov 10, 2024

であればpackage.jsonに追記だけすれば良さそうですが、現状のconsole.jsだと実行ごとに変数が引き継がれないようなので、直してscripts/repl.mjsに移動したいですかね

@takejohn
Copy link
Contributor Author

終了するコマンドがexitだと変数名と衝突しそうなので.exitみたいに変えたいですね
複数行入力にも対応したいです(たぶんUnexpected Token: EOFをcatchして継続するようにしたらできる)

@takejohn takejohn changed the title REPLが欲しい REPLの機能強化 Nov 11, 2024
@takejohn takejohn linked a pull request Nov 11, 2024 that will close this issue
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 a pull request may close this issue.

2 participants