mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
refactor: fix lint issues
This commit is contained in:
parent
44aba7aa3f
commit
87259feef6
@ -3,7 +3,6 @@ import { Tag, assertNoParams } from "@marko/babel-utils";
|
||||
import { assertNoBodyContent } from "../util/assert";
|
||||
import translateVar from "../util/translate-var";
|
||||
import { isOutputDOM } from "../util/marko-config";
|
||||
import * as writer from "../util/writer";
|
||||
import { getSectionId } from "../util/sections";
|
||||
import { addStatement, bindingToApplyId } from "../util/apply-hydrate";
|
||||
|
||||
|
||||
@ -175,11 +175,7 @@ const translateDOM = {
|
||||
},
|
||||
};
|
||||
|
||||
const queueEachBuilder: queueBuilder = (
|
||||
binding,
|
||||
functionIdentifier,
|
||||
targetSectionId
|
||||
) => {
|
||||
const queueEachBuilder: queueBuilder = () => {
|
||||
return t.identifier("TODO");
|
||||
};
|
||||
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
import { types as t } from "@marko/compiler";
|
||||
import { getSectionId, createSectionState } from "../util/sections";
|
||||
import { isOutputHTML } from "./marko-config";
|
||||
import { callRuntime } from "./runtime";
|
||||
import toTemplateOrStringLiteral, {
|
||||
appendLiteral,
|
||||
|
||||
@ -15,7 +15,7 @@ export default {
|
||||
},
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
exit(program: t.NodePath<t.Program>) {
|
||||
exit() {
|
||||
assignFinalIds();
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user