From e0cee092a50044bccac272b47120d1031b8360e1 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Tue, 19 Dec 2023 12:24:08 -0700 Subject: [PATCH] rename Client->PhetioClient with a deprecation layer, https://github.com/phetsims/phet-io/issues/1965 --- js/grunt/copySupplementalPhetioFiles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/grunt/copySupplementalPhetioFiles.js b/js/grunt/copySupplementalPhetioFiles.js index 096f46969..fa055f1b1 100644 --- a/js/grunt/copySupplementalPhetioFiles.js +++ b/js/grunt/copySupplementalPhetioFiles.js @@ -87,6 +87,7 @@ const transpiledClientPath = `../chipper/dist/js/${WRAPPER_COMMON_FOLDER}/js/Cli // List of files to run jsdoc generation with. This list is manual to keep files from sneaking into the public documentation. const JSDOC_FILES = [ + `../chipper/dist/js/${WRAPPER_COMMON_FOLDER}/js/PhetioClient.js`, transpiledClientPath, '../tandem/js/PhetioIDUtils.js', '../phet-io/js/phet-io-initialize-globals.js',