Start working on docs site.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { expect } from 'chai'
|
||||
import fs from 'node:fs/promises'
|
||||
import { execSync } from 'node:child_process'
|
||||
import { useDocument } from '@terrace/core'
|
||||
import { createFileReader } from '@terrace/core/readers/node-readline'
|
||||
import { useDocument } from '@terrace/js'
|
||||
import { createFileReader } from '@terrace/js/readers/node-readline'
|
||||
|
||||
export async function loadTestMap(path) {
|
||||
const { next, level, head, tail, line, match } = useDocument(createFileReader(path))
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@terrace/core": "workspace:*"
|
||||
"@terrace/js": "workspace:*",
|
||||
"@terrace/c": "workspace:*",
|
||||
"@terrace/python": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user