The Wayback Machine - https://web.archive.org/web/20200920020451/https://github.com/hediet
Skip to content
Avatar

Highlights

Organizations

@tyml @comprakt

Sponsors

@larsroettig @kaakaa @zaydek @pmoncadaisla @iann0036 @lostintangent @mentallabyrinth @phiresky @EelcoMulder @davidjgraph

Sponsoring

@zaydek

Pinned

  1. A CLI Library for NodeJS/TypeScript

    TypeScript 20

  2. An extension for VS Code that visualizes data during debugging.

    TypeScript 5.6k 245

  3. If the desired entry point to debugging is unclear (e.g. within webpack configurations) this tool will help you by not just waiting for a debugger to connect but also launching it from scratch. Don…

    TypeScript 105 3

  4. This unofficial extension integrates Draw.io into VS Code.

    TypeScript 6k 191

  5. A modern implementation of JSON RPC in TypeScript for NodeJs and Browsers. Not stable yet.

    TypeScript 3

  6. 1
    ```typescript
    2
    type StringBool = "true"|"false";
    3
    4
    5
    interface AnyNumber { prev?: any, isZero: StringBool };

1,176 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

Contribution activity

September 2020

Created an issue in microsoft/vscode that received 12 comments

Extension API: Allow to have hidden unsaved documents

Context If you open a text document with const doc = await workspace.openTextDocument(uri); It is hidden - no editor will be spawned. However, as s…

12 comments
1 contribution in private repositories Sep 18
You can’t perform that action at this time.