UNPKG

@trivago/prettier-plugin-sort-imports

Version:

A prettier plugins to sort imports in provided RegEx order

12 lines (11 loc) 327 B
export async function createEmberParsers() { try { // @ts-expect-error This plugin is not typed const emberPlugin = await import('prettier-plugin-ember-template-tag'); const { parsers } = (emberPlugin.default || emberPlugin); return { parsers }; } catch { return {}; } }