slackapi / deno-slack-sdk

SDK for building Run on Slack apps using Deno
https://api.slack.com/automation
MIT License
162 stars 27 forks source link

New `team_id` type, updates to built-ins, updated builtin function generation script instructions #327

Closed filmaj closed 3 months ago

filmaj commented 4 months ago

How To Deal With Hidden Parameters

We could instead improve the generation script to manually hard-code the list of built-in functions that have had hidden parameters previously exposed, and ignore those / proceed with generation code for them (to maintain backwards compatibility). Any other hidden parameters except the ones already exposed will be skipped for code generation. Thoughts @WilliamBergamin ?

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.43%. Comparing base (09d8dcd) to head (dbdf44b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #327 +/- ## ========================================== + Coverage 98.37% 98.43% +0.05% ========================================== Files 64 65 +1 Lines 2463 2677 +214 Branches 147 147 ========================================== + Hits 2423 2635 +212 - Misses 40 42 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.