mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-21 08:27:11 +00:00
feat[es]: es support
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user