From 31687eaaf91647ac18f9dc1aa13b383d8766e58e Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Mon, 23 Sep 2024 11:12:13 -0600 Subject: [PATCH] sort imports by module name in TypeScript too, https://github.com/phetsims/chipper/issues/1462 Signed-off-by: Michael Kauzmann --- js/gas-properties-main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/gas-properties-main.ts b/js/gas-properties-main.ts index e0c1211c..6612db41 100644 --- a/js/gas-properties-main.ts +++ b/js/gas-properties-main.ts @@ -9,6 +9,7 @@ import PreferencesModel from '../../joist/js/preferences/PreferencesModel.js'; import Sim, { SimOptions } from '../../joist/js/Sim.js'; import simLauncher from '../../joist/js/simLauncher.js'; +import { combineOptions } from '../../phet-core/js/optionize.js'; import { Utils } from '../../scenery/js/imports.js'; import Tandem from '../../tandem/js/Tandem.js'; import GasPropertiesConstants from './common/GasPropertiesConstants.js'; @@ -18,7 +19,6 @@ import EnergyScreen from './energy/EnergyScreen.js'; import ExploreScreen from './explore/ExploreScreen.js'; import GasPropertiesStrings from './GasPropertiesStrings.js'; import IdealScreen from './ideal/IdealScreen.js'; -import { combineOptions } from '../../phet-core/js/optionize.js'; simLauncher.launch( () => {