webdoc-labs / webdoc

Documentation generator for the web
https://www.webdoclabs.com
Other
79 stars 9 forks source link

Fix case-sensitive filename collision in LinkerPlugin #183

Closed ShukantPal closed 2 years ago

ShukantPal commented 2 years ago

Fixes #181

This work prevents LinkerPlugin from generating multiple case-sensitive versions of the same file, e.g. timer and Timer. It also prevents a potential issue of getFileRecord returning a brand new record each time.