mirror of
https://github.com/heyman/heynote.git
synced 2024-11-22 07:54:11 +01:00
Update imports so that that they also work in playwright tests
This commit is contained in:
parent
a5252e12c4
commit
016422e7db
@ -27,13 +27,13 @@ import { groovy } from "@codemirror/legacy-modes/mode/groovy"
|
|||||||
import { diff } from "@codemirror/legacy-modes/mode/diff";
|
import { diff } from "@codemirror/legacy-modes/mode/diff";
|
||||||
import { powerShell } from "@codemirror/legacy-modes/mode/powershell";
|
import { powerShell } from "@codemirror/legacy-modes/mode/powershell";
|
||||||
|
|
||||||
import typescriptPlugin from "prettier/plugins/typescript.mjs"
|
import typescriptPlugin from "prettier/plugins/typescript"
|
||||||
import babelPrettierPlugin from "prettier/plugins/babel.mjs"
|
import babelPrettierPlugin from "prettier/plugins/babel"
|
||||||
import htmlPrettierPlugin from "prettier/esm/parser-html.mjs"
|
import htmlPrettierPlugin from "prettier/plugins/html"
|
||||||
import cssPrettierPlugin from "prettier/esm/parser-postcss.mjs"
|
import cssPrettierPlugin from "prettier/plugins/postcss"
|
||||||
import markdownPrettierPlugin from "prettier/esm/parser-markdown.mjs"
|
import markdownPrettierPlugin from "prettier/plugins/markdown"
|
||||||
import yamlPrettierPlugin from "prettier/plugins/yaml.mjs"
|
import yamlPrettierPlugin from "prettier/plugins/yaml"
|
||||||
import * as prettierPluginEstree from "prettier/plugins/estree.mjs";
|
import * as prettierPluginEstree from "prettier/plugins/estree";
|
||||||
|
|
||||||
|
|
||||||
class Language {
|
class Language {
|
||||||
|
Loading…
Reference in New Issue
Block a user