feat[es]: es support

This commit is contained in:
godotg
2024-04-21 09:58:48 +08:00
parent 7e912f9f3d
commit 1ac05c5aea
2 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
import { readInt64, writeInt64 } from './longbits';
import ProtocolManager from '../ProtocolManager';
import { readInt64, writeInt64 } from './longbits.mjs';
import ProtocolManager from '../ProtocolManager.mjs';
const empty_str = '';
const initSize = 128;
@@ -1,5 +1,5 @@
// from protobuf
import Long from './long';
import Long from './long.mjs';
/**
* Constructs new long bits.