Détail du package

tsutils-etc

cartant1.9mMIT1.4.2

More utils for use with tsutils

tsutils, typescript

readme

tsutils-etc

More utils for use with tsutils.

changelog

1.4.2 (2023-03-29)

Fixes

  • Widen the TypeScript peer dependency. (5e4890e

1.4.1 (2021-11-08)

Fixes

1.4.0 (2021-11-08)

Changes

1.3.5 (2021-10-30)

Changes

  • Add TypeScript as a peer dependency. (c10d9a6

1.3.4 (2021-05-29)

Changes

1.3.3 (2021-04-25)

Fixes

  • Support generic interfaces in couldBeType. (b1f115d)

1.3.2 (2020-11-28)

Changes

  • Use files in package.json instead of .npmignore. (53d8f90)

1.3.1 (2020-08-30)

Fixes

  • Find typescript using require.resolve. (6a296b1)

1.3.0 (2020-08-30)

Features

  • Added ts-flags and ts-kind bin scripts for looking up flags and kinds from AST nodes. (3fdd82f)

1.2.2 (2020-03-20)

Fixes

  • Added undefined guard for symbol in couldImplement. (01ee44d)

1.2.1 (2020-03-20)

Fixes

  • Added undefined guard for valueDeclaration in couldImplement. (7308f1e)

1.2.0 (2020-03-20)

Features

  • Added support for implements to couldBeType. (5f71461)

1.1.0 (2019-03-09)

Features

  • Added support for fully-qualified names to couldBeType and isType. (f34effa)

1.0.1 (2019-02-23)

Fixes