ericcornelissen/shescape

TypeScript type definition for `shescape/testing` are outdated

Closed this issue · 0 comments

Bug Report

  • Shescape version: v1.6.7 and up (ref)
  • Operating system: n/a
  • Shell: n/a

Description

The .d.ts file for shescape/testing is defined as index.d.ts which was correct prior to v1.6.7 but isn't since the introduction of the exported injectionStrings variable, which isn't part of the main shescape module.

A dedicate TypeScript type declaration file for the shescape/testing module should be created.

Actual Behaviour

n/a

Expected Behaviour

n/a

Working Example

n/a

Related

Caused by #902
Relates to #1082, #1083