Skip to content

Commit

Permalink
rename Client->PhetioClient with a deprecation layer, phetsims/phet-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 19, 2023
1 parent 4496294 commit e0cee09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/grunt/copySupplementalPhetioFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e0cee09

Please sign in to comment.