We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d82274 commit b2c17eaCopy full SHA for b2c17ea
2 files changed
src/helpers/__snapshots__/utils.test.ts.snap
@@ -322,6 +322,20 @@ Array [
322
"key": "ruby",
323
"title": "Ruby",
324
},
325
+ Object {
326
+ "clients": Array [
327
328
+ "description": "reqwest HTTP library",
329
+ "key": "reqwest",
330
+ "link": "https://docs.rs/reqwest/latest/reqwest/",
331
+ "title": "reqwest",
332
+ },
333
+ ],
334
+ "default": "reqwest",
335
+ "extname": ".rs",
336
+ "key": "rust",
337
+ "title": "Rust",
338
339
Object {
340
"clients": Array [
341
tsconfig.build.json
@@ -9,7 +9,7 @@
9
"downlevelIteration": true,
10
"lib": ["ESNext"],
11
"declaration": true,
12
- "declarationMap": true,
+ "declarationMap": true
13
14
"include": ["src"],
15
"exclude": ["dist", "**/*.test.ts"]
0 commit comments