Started working on JS docs.

This commit is contained in:
Joshua Bemenderfer
2023-02-14 22:24:59 -05:00
parent 91ca89f158
commit 4156e3bf91
24 changed files with 364 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
import fs from 'node:fs/promises'
import { useDocument } from '@terrace/js'
import { createFileReader } from '@terrace/js/readers/node-readline'
import { useDocument } from '@terrace-lang/js'
import { createFileReader } from '@terrace-lang/js/readers/node-readline'
function useHelpers({ next, level, head, tail }) {

View File

@@ -1,6 +1,6 @@
#schema package
name @terrace/repo
name @terrace-lang/repo
private true
type module
@@ -8,9 +8,9 @@ scripts
build:repo node ./repo/build.js
build turbo run build --cache-dir=.turbo
dev turbo run dev --no-cache --force
test turbo run test --filter=@terrace/test --no-cache --force
test turbo run test --filter=@terrace-lang/test --no-cache --force
devDependencies
@terrace/js workspace:*
@terrace-lang/js workspace:*
turbo ^1.7.3
jest ^29.4.1