mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-03-15 12:46:07 +01:00
add eslint
This commit is contained in:
parent
e951cd5ee1
commit
12fcc4f1bb
11 changed files with 1237 additions and 26 deletions
|
|
@ -629,12 +629,12 @@ function printStart(start: Start, f: FmtCtx) {
|
|||
});
|
||||
}
|
||||
|
||||
function printElem(_elem: Elem, f: FmtCtx) {
|
||||
function printElem(_elem: Elem, _f: FmtCtx) {
|
||||
todo();
|
||||
}
|
||||
|
||||
function printData(data: Data, f: FmtCtx) {
|
||||
let mode = data.mode;
|
||||
const mode = data.mode;
|
||||
|
||||
f.sexpr(() => {
|
||||
f.keyword("data");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue