Skip to content

Commit

Permalink
Import functions directly
Browse files Browse the repository at this point in the history
  • Loading branch information
☀️ committed May 5, 2023
1 parent 5db9ab3 commit 613145e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/language-js/print/array.js
Expand Up @@ -10,7 +10,8 @@ import {
} from "../../document/builders.js";
import hasNewline from "../../utils/has-newline.js";
import isNextLineEmptyAfterIndex from "../../utils/is-next-line-empty.js";
import { skipInlineComment, skipTrailingComment } from "../../utils/public.js";
import skipInlineComment from "../../utils/skip-inline-comment.js";
import skipTrailingComment from "../../utils/skip-trailing-comment.js";
import {
shouldPrintComma,
hasComment,
Expand Down

0 comments on commit 613145e

Please sign in to comment.