slackapi / node-slack-sdk

Slack Developer Kit for Node.js
https://slack.dev/node-slack-sdk
MIT License
3.26k stars 656 forks source link

Bun runtime support for @slack/web-api #1748

Closed jozan closed 1 month ago

jozan commented 4 months ago

i've tried to run basic bot functionalities in bun runtime but it doesn't work properly. are there any plans to support bun in the future?

bun is new javascript runtime that aims to have full node compatibility. more on their website: https://bun.sh

Packages:

Select all that apply:

reported issues

here are couple of issues reported in bun repo regarding web-api (https://github.com/oven-sh/bun/issues/8924, https://github.com/oven-sh/bun/issues/8310). the former has detailed repro steps.

srajiang commented 4 months ago

Hi @jozan 👋 We don't have any plans for adding support in the bun runtime at the moment, thanks for bringing it to our attention. I'm going to mark this for now as a feature request for new functionality.

jozan commented 1 month ago

bun now supports brotli compression and @slack/web-api works in bun v.1.1.10. i'll mark this as resolved.