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
|
@ -3,13 +3,18 @@
|
|||
|
||||
import { assert } from 'chai';
|
||||
|
||||
import { type WritableDB } from '../../sql/Interface';
|
||||
import { type WritableDB } from '../../sql/Interface.js';
|
||||
import {
|
||||
sessionRecordToProtobuf,
|
||||
sessionStructureToBytes,
|
||||
} from '../../util/sessionTranslation';
|
||||
import { createDB, updateToVersion, insertData, getTableData } from './helpers';
|
||||
import { SESSION_V1_RECORD } from '../util/sessionTranslation_test';
|
||||
} from '../../util/sessionTranslation.js';
|
||||
import {
|
||||
createDB,
|
||||
updateToVersion,
|
||||
insertData,
|
||||
getTableData,
|
||||
} from './helpers.js';
|
||||
import { SESSION_V1_RECORD } from '../util/sessionTranslation_test.js';
|
||||
|
||||
const MAPS = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue