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

ts.createPrinter().printFile の結果に Unicode 文字を含む場合は unescape する #9

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

m0nch1
Copy link

@m0nch1 m0nch1 commented Oct 9, 2022

resolve: #8

解決したいこと

非アスキー文字の場合コンバート結果が escape されて文字化けしてしまうため、
Unicode 文字の場合は unescape するようにしたい

image

参考

ref: microsoft/TypeScript#36174 (comment)

@vercel
Copy link

vercel bot commented Oct 9, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
vue-composition-converter ✅ Ready (Inspect) Visit Preview Oct 9, 2022 at 7:19AM (UTC)

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.

非アスキー文字列が文字化けする
1 participant