Skip to content

Commit

Permalink
starting point for chipper to tsc build tools separately from sim code,
Browse files Browse the repository at this point in the history
phetsims/chipper#1469

Signed-off-by: Michael Kauzmann <michael.kauzmann@colorado.edu>
  • Loading branch information
zepumph committed Sep 23, 2024
1 parent 2e7dfb0 commit 2fca6a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/common/ChipperVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
const assert = require( 'assert' );
const fs = require( 'fs' );

/**
* TODO: remove this workaround jsdoc once this file is in TypeScript, https://github.com/phetsims/chipper/issues/1469
* @type
*/
module.exports = ( function() {

/**
Expand Down

0 comments on commit 2fca6a0

Please sign in to comment.