Tim Reichen
Tim Reichen
- adds jsdoc `parse` and `stringify` functions
- adds a `@deprecated` tag to obsolete exports in `encoding/csv.ts`.
Remake of https://github.com/denoland/deno_std/pull/2416 as it was closed by accident. - deprecates config - depreactes configSync - deprecates ConfigOptions - adds load and loadSync which work the same as config and...
**Is your feature request related to a problem? Please describe.** test names in std use different implementation of test groupings (`[brackets]`, `[brackets/with/slashes]`, `name with: colon`, `name with – dash`) and...
**Is your feature request related to a problem? Please describe.** Submodules as in `std/encoding` have an unnecessary messy file structure and it will become even messier, if we don't introduce...
## Search Terms .ts suffix imports extension ## Suggestion Typescript doesn't recognize file imports with ```.ts``` suffix. Allow voluntary ```.ts``` to be added to import paths. ## Use Cases It...
## Background There are several inconsistencies in the semver mod: ### File names and exported functions The semver mod is not well structured. The file names and functions are not...
**Is your feature request related to a problem? Please describe.** The `formatter` property of `Handler` in log takes either a `string` or a `FormatterFunction`. The string type should be removed...
restructures and simplifies `parseRange` by combining multiple operator parsings and reducing string manipulations.
Ref: https://github.com/denoland/deno_std/issues/3967 This is a draft which introduces `RangeSet` in order to deprecate the current `SemVerRange` implementation so a proper `Range` implementation can be done after the removal of the...