mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Change jsDocTagNames to lower case.
This commit is contained in:
parent
47e513e151
commit
4f411a8cce
@ -11,7 +11,7 @@ namespace ts.JsDoc {
|
||||
"borrows",
|
||||
"callback",
|
||||
"class",
|
||||
"classDesc",
|
||||
"classdesc",
|
||||
"constant",
|
||||
"constructor",
|
||||
"constructs",
|
||||
@ -28,16 +28,16 @@ namespace ts.JsDoc {
|
||||
"external",
|
||||
"field",
|
||||
"file",
|
||||
"fileOverview",
|
||||
"fileoverview",
|
||||
"fires",
|
||||
"function",
|
||||
"generator",
|
||||
"global",
|
||||
"hideConstructor",
|
||||
"hideconstructor",
|
||||
"host",
|
||||
"ignore",
|
||||
"implements",
|
||||
"inheritDoc",
|
||||
"inheritdoc",
|
||||
"inner",
|
||||
"instance",
|
||||
"interface",
|
||||
@ -46,7 +46,7 @@ namespace ts.JsDoc {
|
||||
"license",
|
||||
"listens",
|
||||
"member",
|
||||
"memberOf",
|
||||
"memberof",
|
||||
"method",
|
||||
"mixes",
|
||||
"module",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user