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: interpreterがreturnの文字列化をできるようにする #269

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tai-cha
Copy link
Contributor

@tai-cha tai-cha commented May 12, 2023

What

interpreterのutilのvalToJsにタイプreturnに対するものを追加することでreturnされたものがわかるようにする

Why

PlaygroundやMisskeyのスクラッチパッドでreturnが使用されている場合にも最後に評価された値が知りたい
今はreturn<null>が必ず表示される
close #268

Additional info (optional)

simpleも一応書いたけどreturnということがはっきりわかるようにsimpleの時の出し分けは要らないかもしれない

@tai-cha tai-cha changed the title feat: feat: interpretergareturnの文字列化 May 12, 2023
@tai-cha tai-cha changed the title feat: interpretergareturnの文字列化 feat: interpreterがreturnの文字列化をできるようにする May 12, 2023
@syuilo
Copy link
Collaborator

syuilo commented May 12, 2023

ありがとうございます!
テストがあると良さそうです🙏

@tai-cha tai-cha marked this pull request as draft October 31, 2023 06:10
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.

valToStrへのtype 'return'の文字列追加
2 participants