π― Grouping of functions without being a dependency to align with tests describes #60747
Closed
6 tasks done
Labels
Out of Scope
This idea sits outside of the TypeScript language design constraints
Suggestion
An idea for TypeScript
π Search Terms
group
β Viability Checklist
β Suggestion
(no idea what to be checked in β Viability Checklist)
In Tests I can organize a set of tests with e.g. describe, but in TS (or JS) its just possible, when I create Modules, Classes, Namespaces etc. But this creates dependencies I dont want to have.
The suggestion is a sugar feature, which groups my functions the same like describe does but dont creates depency
π Motivating Example
currently u have to organize groups of functions in namespaces or classes
but it would be better to avoid such dependency but still make functions for the developer organizable
π» Use Cases
The text was updated successfully, but these errors were encountered: