Skip to content

Commit

Permalink
Remove unnecessary import, see #1459
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 9, 2024
1 parent e7bb68b commit bc9de48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/grunt/tasks/output-js-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
*
* @author Sam Reid (PhET Interactive Simulations)
*/
// Import something to trigger imports mode. TODO https://github.com/phetsims/chipper/issues/1459 a better way?
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import IntentionalAny from '../../../../phet-core/js/types/IntentionalAny.js';

const Transpiler = require( '../../common/Transpiler' );
const transpiler = new Transpiler( { silent: true } );
Expand Down

0 comments on commit bc9de48

Please sign in to comment.