warengonzaga / gathertown.js

Simple and lightweight community contributed unofficial JS/TS SDK for Gather Town's HTTPS and WebSocket APIs. 🌏🕹💬
https://gathertown.js.org
MIT License
40 stars 6 forks source link

use esbuild #25

Closed princejoogie closed 2 years ago

princejoogie commented 2 years ago

both parcel and esbuild dont do typechecking, this has been a discussion in the community.

do we stick with this?

warengonzaga commented 2 years ago

Hi, @princejoogie is this already added?

warengonzaga commented 2 years ago

Any updates on this? @princejoogie I guess we already solved this?

princejoogie commented 2 years ago

Any updates on this? @princejoogie I guess we already solved this?

searching more on the parcel docs, I found an experimental type-checking feature of parcel. we can opt to set this up. https://parceljs.org/languages/typescript/#type-checking

warengonzaga commented 2 years ago

Any updates on this? @princejoogie I guess we already solved this?

searching more on the parcel docs, I found an experimental type-checking feature of parcel. we can opt to set this up. https://parceljs.org/languages/typescript/#type-checking

Awesome, let's try it and submit a PR.

warengonzaga commented 2 years ago

Closing this issue now as per #39