Skip to content

Commit 72092c8

Browse files
committed
(docs/types): add comments to some remaining declarations
- 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
1 parent c9a719a commit 72092c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/env.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
declare module 'asyncro';
2-
declare module 'enquirer';
3-
declare module 'jpjs';
4-
declare module 'tiny-glob/sync';
1+
declare module 'asyncro'; // doesn't have types (unmerged 2+ year old PR: https://github.com/developit/asyncro/pull/10)
2+
declare module 'enquirer'; // doesn't have types for Input or Select
3+
declare module 'jpjs'; // doesn't ship types (written in TS though)
4+
declare module 'tiny-glob/sync'; // /sync isn't typed (but maybe we can use async?)
55

66
// Patch Babel
77
// @see line 226 of https://unpkg.com/@babel/[email protected]/lib/index.js

0 commit comments

Comments
 (0)