From fef1547a25c900fd2c774c4e5cd359805bcd7fb0 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Wed, 13 Nov 2024 14:43:08 -0700 Subject: [PATCH] Revert "rename to typescript, https://github.com/phetsims/perennial/issues/403" This reverts commit 28277401dad015269ef025240d3ad8deb3f80854. --- js/common/{execute.ts => execute.js} | 3 --- 1 file changed, 3 deletions(-) rename js/common/{execute.ts => execute.js} (99%) diff --git a/js/common/execute.ts b/js/common/execute.js similarity index 99% rename from js/common/execute.ts rename to js/common/execute.js index 02636761..c7ae929c 100644 --- a/js/common/execute.ts +++ b/js/common/execute.js @@ -1,8 +1,5 @@ // Copyright 2017, University of Colorado Boulder -/* eslint-disable */ -// @ts-nocheck - /** * Command execution wrapper (with common settings) *