Skip to content

Commit

Permalink
Add links for new types
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 6, 2024
1 parent bad54d8 commit a0f21ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/steps/build-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const EXTERNAL_TYPES = {
'master/types/react/index.d.ts#L81',
ComputedGetter: 'https://v3.vuejs.org/api/computed-watch-api.html#computed',
ComputedRef: 'https://v3.vuejs.org/api/computed-watch-api.html#computed',
CryptoKey: 'https://developer.mozilla.org/en-US/docs/Web/API/CryptoKey',
Emitter: 'https://github.com/ai/nanoevents',
FC:
'https://react-typescript-cheatsheet.netlify.app/docs/' +
Expand All @@ -38,6 +39,7 @@ const EXTERNAL_TYPES = {
PreactContext: 'https://preactjs.com/guide/v10/context/',
Process: 'https://nodejs.org/api/process.html#process_process',
ReactContext: 'https://reactjs.org/docs/context.html',
ReadableAtom: 'https://github.com/nanostores/nanostores',
Ref: 'https://v3.vuejs.org/api/refs-api.html#ref',
RequestInfo: 'https://developer.mozilla.org/en-US/docs/Web/API/fetch',
RequestInit:
Expand Down

0 comments on commit a0f21ec

Please sign in to comment.