You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* move some docs to comments
* remove comments
* fix missing space
* add api_doc
* tweak in file generation
* build from docs branch
* switch docs branch back to `main`
* bump CI
* Enum & PropertyDetails
* WIP - see current state of `hooks.mdx`
* completely remove `query-options` and `query-result` mdx
* useMutation
* handle subscription docs
* better function signature
* more hooks
* fix up import
* chores
* formatting
* suppress tsdoc warning
* api explorer nitpicks
* support for @deprecated
* use prerendered markdown in comments
to prevent client-side parsing
* add propTypes
* apply prettier
* fixup
* also display interface details for slightly complex types
* heading styling, do not use h6
* since everywhere, styling, `link` defaults
* add grouping, create documentation interface
* `MutationOptionsDocumentation` interface
* api reports
* subscription options
* api repots
* prettier
* fix some references
* cleanup
* fix up SubHeading links
* don't add prefix to parameter properties
* allow property deep linking
* prettier
* more cleanup
* also add result documentation
* more doccomment work
* fixup
* add missing import
* fixup
* remove `result` property (it's not a function)
* Revert "remove `result` property (it's not a function)"
This reverts commit 57c8526.
* functions adjustments
only show parameters section if there are parameters
only show results if result is not `void` or user-specified
* move heading out of example children
* Update docs/shared/ApiDoc/EnumDetails.js
Co-authored-by: Jerel Miller <[email protected]>
* remove obsolete props
* address top padding for "smaller" headings
* review feedback
* fixup codeblock
* move `SourceLink` out of `Heading`
* throw an error if both `as` and `headingLevel` are specified in `Heading`
* move jsx
* always link headings
* move headings out of table components
* review comment
* Update docs/shared/ApiDoc/Tuple.js
Co-authored-by: Jerel Miller <[email protected]>
* nit :)
* more updates
* fix link
---------
Co-authored-by: Jerel Miller <[email protected]>
// src/cache/inmemory/policies.ts:161:3 - (ae-forgotten-export) The symbol "KeySpecifier" needs to be exported by the entry point index.d.ts
2215
2223
// src/cache/inmemory/policies.ts:161:3 - (ae-forgotten-export) The symbol "KeyArgsFunction" needs to be exported by the entry point index.d.ts
2216
2224
// src/cache/inmemory/types.ts:139:3 - (ae-forgotten-export) The symbol "KeyFieldsFunction" needs to be exported by the entry point index.d.ts
2217
-
// src/core/ObservableQuery.ts:113:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2218
-
// src/core/ObservableQuery.ts:114:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2225
+
// src/core/ObservableQuery.ts:116:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
2226
+
// src/core/ObservableQuery.ts:117:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts
2219
2227
// src/core/QueryManager.ts:124:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
2220
2228
// src/core/QueryManager.ts:158:5 - (ae-forgotten-export) The symbol "LocalState" needs to be exported by the entry point index.d.ts
2221
2229
// src/core/QueryManager.ts:399:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts
2222
-
// src/core/watchQueryOptions.ts:277:3 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts
2223
-
// src/core/watchQueryOptions.ts:316:3 - (ae-forgotten-export) The symbol "IgnoreModifier" needs to be exported by the entry point index.d.ts
2230
+
// src/core/watchQueryOptions.ts:269:2 - (ae-forgotten-export) The symbol "IgnoreModifier" needs to be exported by the entry point index.d.ts
2231
+
// src/core/watchQueryOptions.ts:269:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts
2224
2232
// src/link/http/selectHttpOptionsAndBody.ts:128:32 - (ae-forgotten-export) The symbol "HttpQueryOptions" needs to be exported by the entry point index.d.ts
2225
2233
2226
2234
// (No @packageDocumentation comment for this package)
0 commit comments