Skip to content

Commit

Permalink
(docs/types): add comments to some remaining declarations
Browse files Browse the repository at this point in the history
- clarify why some of these internal declarations/re-declarations
  are necessary
  - I tried removing them because I didn't know why they were needed,
    so this documentation should be helpful
  • Loading branch information
agilgur5 committed Apr 12, 2020
1 parent c9a719a commit 72092c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
declare module 'asyncro';
declare module 'enquirer';
declare module 'jpjs';
declare module 'tiny-glob/sync';
declare module 'asyncro'; // doesn't have types (unmerged 2+ year old PR: https://github.com/developit/asyncro/pull/10)
declare module 'enquirer'; // doesn't have types for Input or Select
declare module 'jpjs'; // doesn't ship types (written in TS though)
declare module 'tiny-glob/sync'; // /sync isn't typed (but maybe we can use async?)

// Patch Babel
// @see line 226 of https://unpkg.com/@babel/core@7.4.4/lib/index.js
Expand Down

0 comments on commit 72092c8

Please sign in to comment.