Enforce node: schema for builtins, import extensions
This commit is contained in:
parent
cc6b8795b8
commit
c02565eaa8
2096 changed files with 14955 additions and 14023 deletions
|
|
@ -6,9 +6,9 @@
|
|||
import { assert } from 'chai';
|
||||
import Long from 'long';
|
||||
|
||||
import * as Bytes from '../../Bytes';
|
||||
import type { LocalUserDataType } from '../../util/sessionTranslation';
|
||||
import { sessionRecordToProtobuf } from '../../util/sessionTranslation';
|
||||
import * as Bytes from '../../Bytes.js';
|
||||
import type { LocalUserDataType } from '../../util/sessionTranslation.js';
|
||||
import { sessionRecordToProtobuf } from '../../util/sessionTranslation.js';
|
||||
|
||||
const getRecordCopy = (record: any): any => JSON.parse(JSON.stringify(record));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue