Skip to content

Commit e13dc89

Browse files
author
Arty Buldauskas
committed
fix eslint
1 parent 5ffee85 commit e13dc89

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/walt-compiler/src/generator/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
get,
1919
GLOBAL_INDEX,
2020
FUNCTION_INDEX,
21-
TYPE_OBJECT,
2221
typeIndex as setMetaTypeIndex,
2322
} from "../semantics/metadata";
2423

packages/walt-compiler/src/parser/__tests__/sizeof-spec.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import test from "ava";
2-
import sizeofParser from "../sizeof";
3-
import { mockContext } from "../../utils/mocks";
42
import semantics from "../../semantics";
53
import parser from "../../parser";
64

0 commit comments

Comments
 (0)