itwinjs-core icon indicating copy to clipboard operation
itwinjs-core copied to clipboard

Docs: Should be able to distinguish between different types with names only differing by case

Open ben-polinsky opened this issue 2 years ago • 0 comments

Currently no way to distinguish between aNamespace.myType and aNamespace.MyType

  • our url structure doesn't include type information
  • while this part of urls are case sensitive, filesystems have mixed support for case sensitive paths (remember this is a static site - all pages are html files) - whichever type's file is created first will be overwritten.

From https://github.com/iTwin/itwinjs-core/pull/5455

ben-polinsky avatar Apr 30 '23 18:04 ben-polinsky