Skip to content

Commit f4d91cb

Browse files
committed
chore: add TODO
1 parent aadf78b commit f4d91cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export type Options = Partial<{
1414
* */
1515
throws: boolean
1616
// ideally this lib should integrate with json validator
17+
// TODO paste {@linkcode Options.ifPropertyIsMissing} when the plugin is ready
1718
/**
1819
* @default "throw" (silent if throws: false)
1920
* @deprecated use `ifPropertyIsMissing`
@@ -127,6 +128,11 @@ export const modifyJsonFile: ModifyJsonFileGenericFunction = async (path, modify
127128

128129
// todo: use read-pkg / write-pkg for normalization
129130

131+
type TEST = 'HAYA'
132+
133+
/** Use {@linkcode TEST instead} */
134+
const d = 5
135+
130136
/**
131137
* Almost the same is sindresorhus/write-pkg, but with proper typing support and setters for properties
132138
*/

0 commit comments

Comments
 (0)