File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 14
14
{%- when "reflection" %}
15
15
{%- assign type = type.declaration %}
16
16
{%- include type.html %}
17
+ {%- when "typeParameter" %}
18
+ {%- assign name = type.name %}
19
+ {%- assign type = type.constraint %}
20
+ {{- ''}}< span class ="nf "> {{ name }}</ span >
17
21
{%- else %}
18
22
{%- if type.signatures %}
19
23
{%- assign rootType = type %}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h2 class="mb-0" id="{{ file.name | slugify }}">{{ export.name }}</h2>
14
14
< div class ="mb-3 f5 ">
15
15
{% for source in export.sources %}
16
16
Defined in:
17
- < a href ="{{ site.github.repository_url }}/blob/{{ revision }}/catalyst/ src/{{ source.fileName }}#L{{ source.line }} ">
17
+ < a href ="{{ site.github.repository_url }}/blob/{{ revision }}/src/{{ source.fileName }}#L{{ source.line }} ">
18
18
{{ source.fileName }}:{{ source.line }}
19
19
</ a >
20
20
{% endfor %}
You can’t perform that action at this time.
0 commit comments