JairusSW / as-json

The only JSON library you'll need for AssemblyScript. SIMD enabled
MIT License
79 stars 15 forks source link

Not using node resolution in library #2

Closed willemneal closed 3 years ago

willemneal commented 3 years ago

https://github.com/JairusSW/as-kati/blob/558296738f2fff45e574f8d10969c165f2b79ffb/assembly/index.ts#L5

Should be

import { StringSink } from 'as-string-sink`

Did this not work?

JairusSW commented 3 years ago

Hrmm... Let me try. I think it resolves to look in the ~lib/ directory. I get an error stating that it can't find ~lib/as-string-sink...

willemneal commented 3 years ago

Is it installed? It worked for me locally.

JairusSW commented 3 years ago

Hrm.. Let me try. Updating to the latest version...

JairusSW commented 3 years ago

Oh, great! Looks like it got fixed, @willemneal . Pushing changes...

JairusSW commented 3 years ago

Thanks! I'm closing this now. 😄