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

Not working with Deno #12

Closed
kefniark opened this issue Jan 22, 2022 · 0 comments
Closed

Not working with Deno #12

kefniark opened this issue Jan 22, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kefniark
Copy link
Contributor

kefniark commented Jan 22, 2022

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.

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

@kefniark kefniark added the bug Something isn't working label Jan 22, 2022
@kefniark kefniark self-assigned this Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant