We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5bc87 commit 0ae7f92Copy full SHA for 0ae7f92
3 files changed
src/parse/index.ts
@@ -12,7 +12,7 @@ import { parsers as babelParsers } from 'prettier/plugins/babel.js';
12
13
import { PRINTER_NAME } from '../config.js';
14
import type { Options } from '../options.js';
15
-import { assert } from '../utils/index.js';
+import { assert } from '../utils/assert.js';
16
import {
17
byteToCharIndex,
18
preprocessTemplateRange,
src/print/index.ts
@@ -13,7 +13,7 @@ import {
isGlimmerTemplate,
isGlimmerTemplateParent,
} from '../types/glimmer.js';
fixPreviousPrint,
19
saveCurrentPrintOnSiblingNode,
src/utils/index.ts src/utils/assert.tssrc/utils/index.ts renamed to src/utils/assert.ts
0 commit comments