Skip to content

Commit

Permalink
[TypeSpec APIView] Support SyntaxKind.TemplateArgument (#7594)
Browse files Browse the repository at this point in the history
* Support SyntaxKind.TemplateArgument.

* Fix parameter display. Bump version.
  • Loading branch information
tjprescott authored Jan 29, 2024
1 parent e6aec64 commit 8a708ba
Show file tree
Hide file tree
Showing 6 changed files with 3,614 additions and 25 deletions.
19 changes: 5 additions & 14 deletions tools/apiview/emitters/typespec-apiview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,19 @@
"!dist/test/**"
],
"peerDependencies": {
"@typespec/compiler": ">=0.43 <1.0",
"@typespec/versioning": ">=0.43 <1.0"
"@typespec/compiler": ">=0.52 <1.0",
"@typespec/versioning": ">=0.52 <1.0"
},
"devDependencies": {
"@azure-tools/typespec-azure-core": ">=0.29 <1.0",
"@typespec/http": ">=0.43 <1.0",
"@typespec/rest": ">=0.43 <1.0",
"@typespec/http": ">=0.52 <1.0",
"@typespec/rest": ">=0.52 <1.0",
"@typespec/eslint-plugin": ">=0.40 <1.0",
"@typespec/library-linter": ">=0.40 <1.0",
"@typespec/prettier-plugin-typespec": ">=0.40 <1.0",
"@typespec/eslint-config-typespec": ">=0.6 <1.0",
"@types/mocha": "~9.1.0",
"@types/node": "~16.0.3",
"@typespec/eslint-config-typespec": ">=0.6.0 <1.0",
"@typespec/eslint-plugin": ">=0.43 <1.0",
"@typespec/http": ">=0.43 <1.0",
"@typespec/library-linter": ">=0.43 <1.0",
"@typespec/prettier-plugin-typespec": ">=0.43 <1.0",
"@typespec/rest": ">=0.43 <1.0",
"c8": "~7.11.0",
"cspell": "^6.8.1",
"eslint": "^8.23.1",
Expand All @@ -84,9 +78,6 @@
"mocha": "~9.2.0",
"mocha-junit-reporter": "~2.0.2",
"mocha-multi-reporters": "~1.5.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"typescript": "^5.0"
"source-map-support": "^0.5.19"
}
}
Loading

0 comments on commit 8a708ba

Please sign in to comment.