You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two exported items of the same kind (e.g. functions) that only vary in case (e.g. 'model' and 'Model')
It should generate a suffix if the generated html files would clash in a case insensitive file system (e.g. Windows or OsX) (e.g. functions/model.html, functions/Model-1.html)
Actual Behavior
The model.html file gets overwritten, so only one of those documents can be accessed in case insensitive file systems.
Environment
Typedoc version: 0.23.8
TypeScript version: 4.7.4
Node.js version: 16.16.0
OS: OSX 12.5
The text was updated successfully, but these errors were encountered:
xaviergonz
changed the title
Overwritten html files when two items of the same type but different case exists and the file system ignores case
Overwritten html files when two items of the same type but different case exist and the file system ignores case
Jul 22, 2022
xaviergonz
changed the title
Overwritten html files when two items of the same type but different case exist and the file system ignores case
Overwritten html files when two items of the same type but different case exist and the file system is case insensitive
Jul 22, 2022
Search terms
ignore case, case, caseless, overwritten, html
Expected Behavior
Given:
functions/model.html
,functions/Model-1.html
)Actual Behavior
model.html
file gets overwritten, so only one of those documents can be accessed in case insensitive file systems.Environment
The text was updated successfully, but these errors were encountered: