We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to use tinyld in a deno project but run into an issue, I can't import the library, it explode for a weird reason.
tinyld
error: The module's source code could not be parsed: Unexpected character 'ำ'
It seem to be caused by a unique thai character in the profile language (json)
//... อ: 9, ฮ: 9, ะ: 9, า: 9, ำ: 9, // <= this line //...
I opened an issue on deno repo denoland/deno#13468
P.S. apparently a swc issue: swc-project/swc#3341
The text was updated successfully, but these errors were encountered:
kefniark
No branches or pull requests
Description
I was trying to use
tinyld
in a deno project but run into an issue, I can't import the library, it explode for a weird reason.It seem to be caused by a unique thai character in the profile language (json)
I opened an issue on deno repo denoland/deno#13468
P.S. apparently a swc issue: swc-project/swc#3341
The text was updated successfully, but these errors were encountered: