Skip to content

Commit 4e7616f

Browse files
committed
add no-transpile to codeblocks
1 parent 6a99786 commit 4e7616f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/toolkit/src/query/endpointDefinitions.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ type EndpointDefinitionWithQuery<
124124
*
125125
* @example
126126
* ```ts
127+
* // codeblock-meta no-transpile
128+
*
127129
* import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
128130
* import * as v from "valibot"
129131
*
@@ -149,6 +151,8 @@ type EndpointDefinitionWithQuery<
149151
*
150152
* @example
151153
* ```ts
154+
* // codeblock-meta no-transpile
155+
*
152156
* import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
153157
* import * as v from "valibot"
154158
* import {customBaseQuery, baseQueryErrorSchema} from "./customBaseQuery"
@@ -246,6 +250,8 @@ interface CommonEndpointDefinition<
246250
*
247251
* @example
248252
* ```ts
253+
* // codeblock-meta no-transpile
254+
*
249255
* import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
250256
* import * as v from "valibot"
251257
*
@@ -267,6 +273,8 @@ interface CommonEndpointDefinition<
267273
*
268274
* @example
269275
* ```ts
276+
* // codeblock-meta no-transpile
277+
*
270278
* import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
271279
* import * as v from "valibot"
272280
*
@@ -291,6 +299,8 @@ interface CommonEndpointDefinition<
291299
*
292300
* @example
293301
* ```ts
302+
* // codeblock-meta no-transpile
303+
*
294304
* import { createApi } from '@reduxjs/toolkit/query/react'
295305
* import * as v from "valibot"
296306
* import { customBaseQuery, baseQueryErrorSchema } from "./customBaseQuery"
@@ -313,6 +323,8 @@ interface CommonEndpointDefinition<
313323
*
314324
* @example
315325
* ```ts
326+
* // codeblock-meta no-transpile
327+
*
316328
* import { createApi } from '@reduxjs/toolkit/query/react'
317329
* import * as v from "valibot"
318330
* import { customBaseQuery, baseQueryMetaSchema } from "./customBaseQuery"

0 commit comments

Comments
 (0)