prettier-plugin-embed icon indicating copy to clipboard operation
prettier-plugin-embed copied to clipboard

A configurable Prettier plugin to format embedded languages in JS/TS Files.

Results 23 prettier-plugin-embed issues
Sort by recently updated
recently updated
newest added

Hi @Sec-ant, hope you're well! 👋 One interesting behavior that I noticed lately is the unstable formatting of comments in CSS-in-JS, with the default configuration of `prettier-plugin-embed` (no extra `css`...

bug
help wanted

Bumps the major-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` |...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [changesets/action](https://redirect.github.com/changesets/action) | action | minor | `v1.4.9` -> `v1.5.3` | --- ### Release...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Sec-ant/prettier-plugin-embed). > [!NOTE] These dependencies have not received...

I'm using `prettier-plugin-embed` with `sql-formatter` and [sql-template-tag](https://github.com/blakeembrey/sql-template-tag/tree/main), which has worked well. I've run into one instance where ```ts sql`` ``` template literals are not formatted properly. I use these in...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`6.1.1` -> `6.4.1`](https://renovatebot.com/diffs/npm/vite/6.1.1/6.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/6.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/6.1.1/6.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | minor | `v4.2.0` -> `v4.4.0` | --- ### Release...

``` [error] Cannot find module '.../.pnpm/node_modules/prettier/doc' imported from .../node_modules/.pnpm/[email protected]/node_modules/prettier-plugin-embed/dist/index.js [error] Did you mean to import "prettier/doc.js"? ``` _index.js_ ``` import { builders as M, utils as si } from "prettier/doc";...

Attemp to fix #147 ## Summary by CodeRabbit - **New Features** - Introduced an enhancement patch that refines advanced configuration support. - **Chores** - Updated module import paths across numerous...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | minor | `v4.2.2` -> `v4.3.1` | --- ### Release...