modernize megalodon to target the same ES and TS standards as the rest of the app

This commit is contained in:
Hazelnoot 2025-10-05 23:55:32 -04:00
parent 169d35885c
commit 0861541b18
124 changed files with 2144 additions and 2463 deletions

View file

@ -1,5 +1,6 @@
import { Parser } from '@/parser'
import Entity from '@/entity'
import { Parser } from '../../src/parser.js'
import * as Entity from '../../src/entity.js'
import { jest } from '@jest/globals';
const account: Entity.Account = {
id: '1',