@tsrx/prettier-plugin 0.3.97 → 0.3.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/index.test.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsrx/prettier-plugin",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.99",
|
|
4
4
|
"description": "Ripple plugin for Prettier",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"prettier": "^3.8.4"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@tsrx/core": "0.1.
|
|
30
|
+
"@tsrx/core": "0.1.41"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
|
33
33
|
"src/"
|
package/src/index.test.js
CHANGED
|
@@ -6289,7 +6289,7 @@ function Child({ something }) {
|
|
|
6289
6289
|
expect(resultPrintWidth40).toBeWithNewline(expectedPrintWidth40);
|
|
6290
6290
|
});
|
|
6291
6291
|
|
|
6292
|
-
it('properly formats components markup and new lines and leaves one new line between components and <style> if one or more
|
|
6292
|
+
it('properly formats components markup and new lines and leaves one new line between components and <style> if one or more exists', async () => {
|
|
6293
6293
|
const expected = `export function App() {
|
|
6294
6294
|
return <div>
|
|
6295
6295
|
<RowList rows={[{ id: 'a' }, { id: 'b' }, { id: 'c' }]}>@{
|