Skip to content

Commit

Permalink
build: fix reference to old field name in generate-docs script
Browse files Browse the repository at this point in the history
Based on a code review suggestion, I updated the name of the field
returned from importEntryPoint from entryPoint to baseClass as the
previous name was overloading a parameter name that served a different
purpose. I checked for build errors to find places where the name needed
to be updated, but of course the generate-docs script is written in
JavaScript and not checked by TypeScript, so I missed that the change
needed to be reflected in the script too. This is now fixed.
  • Loading branch information
ivomurrell committed Feb 18, 2025
1 parent c2457f1 commit 15ea221
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 110 deletions.
Loading

0 comments on commit 15ea221

Please sign in to comment.