prettier-plugin-embed
Version:
A configurable Prettier plugin to format embedded languages in JS/TS files.
23 lines (22 loc) • 915 B
TypeScript
export declare const parsers: {
embeddedXml: import("prettier").Parser;
meriyah: import("prettier").Parser;
typescript: import("prettier").Parser;
flow: import("prettier").Parser;
acorn: import("prettier").Parser;
espree: import("prettier").Parser;
babel: import("prettier").Parser;
"babel-flow": import("prettier").Parser;
"babel-ts": import("prettier").Parser;
__js_expression: import("prettier").Parser;
__ts_expression: import("prettier").Parser;
__vue_expression: import("prettier").Parser;
__vue_ts_expression: import("prettier").Parser;
__vue_event_binding: import("prettier").Parser;
__vue_ts_event_binding: import("prettier").Parser;
__babel_estree: import("prettier").Parser;
json: import("prettier").Parser;
json5: import("prettier").Parser;
jsonc: import("prettier").Parser;
"json-stringify": import("prettier").Parser;
};