modernize megalodon to target the same ES and TS standards as the rest of the app
This commit is contained in:
parent
169d35885c
commit
0861541b18
124 changed files with 2144 additions and 2463 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue