Converted imports to es

This commit is contained in:
SamTV12345 2024-03-12 18:52:44 +01:00
parent 078324c0d1
commit 4b8911dfee
33 changed files with 111 additions and 98 deletions

View file

@ -18,9 +18,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
const log4js = require('log4js');
const path = require('path');
const _ = require('underscore');
import log4js from 'log4js';
import path from 'path';
import _ from 'underscore';
const absPathLogger = log4js.getLogger('AbsolutePaths');