Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@definitelytyped/header-parser

microsoft377.1kMIT0.2.18TypeScript support: included

This library parses package.jsons of DefinitelyTyped types. Its name is left over from when package information was stored in textual headers.

readme

changelog

@definitelytyped/header-parser

0.2.18

Patch Changes

0.2.17

Patch Changes

0.2.16

Patch Changes

0.2.15

Patch Changes

  • 3a00e49: Update deps

0.2.14

Patch Changes

0.2.13

Patch Changes

0.2.12

Patch Changes

0.2.11

Patch Changes

0.2.10

Patch Changes

0.2.9

Patch Changes

0.2.8

Patch Changes

  • adfd769: Allow packages to test multiple tsconfigs by specifying list of tsconfigs in package.json

0.2.7

Patch Changes

0.2.6

Patch Changes

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

  • 4216821: Add @arethetypeswrong/cli run

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 2d7a5d3: Require Node 18+

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

  • 987c9d5d: Remove tsutils exemption from header-parser

0.1.0

Minor Changes

  • 02c11c32: Remove TSLint remnants

0.0.193

Patch Changes

0.0.192

Patch Changes

0.0.191

Patch Changes

0.0.190

Patch Changes

0.0.189

Patch Changes

0.0.188

Patch Changes

0.0.187

Patch Changes

0.0.186

Patch Changes

  • a18ce6b1: Remove use of module resolution and OTHER_FILES, instead include all dts files in packages

    Files in packages are no longer determined by import resolution stemming from index.d.ts and tests (along with those listed in OTHER_FILES.txt). Instead, all files matching the glob **/*.d.{ts,cts,mts,*.d.ts} are included in the package, excluding those inside of versioned subdirectories.

    While not used for automated package publishing, an .npmignore is now required in each package. This allows for one-off npm pack-ing of packages, such that external tooling can get a rough approximation of what will be published for analysis.

  • Updated dependencies [a18ce6b1]

0.0.185

Patch Changes

0.0.184

Patch Changes

  • f9e73605: Remove validation of "pnpm" field

0.0.183

Patch Changes

0.0.182

Patch Changes

0.0.181

Patch Changes

0.0.180

Patch Changes

  • 22ffaadf: Always convert contributor githubUsername to url (missing changeset)

0.0.179

Patch Changes