foundryvtt icon indicating copy to clipboard operation
foundryvtt copied to clipboard

API Docs missing client globals like fromUuidSync

Open JPMeehan opened this issue 1 year ago • 2 comments

The functions declared in client/core/utils are not included in the online docs, including key functions like fromUuid and fromUuidSync

JPMeehan avatar Jul 24 '24 20:07 JPMeehan

This apparently also includes ClientDocumentMixin, which is declared in another file.

JPMeehan avatar Jul 26 '24 16:07 JPMeehan

It turns out the utils commonjs file takes advantage of non-strict mode in some places. Reopening this issue and punting to V13.

stwlam avatar Aug 14 '24 20:08 stwlam

API docs are also missing the global functions in resources/app/client/apps/templates.js

JPMeehan avatar Sep 25 '24 17:09 JPMeehan