Improve performance in large files #313
Annotations
10 errors
|
Run server tests:
packages/tailwindcss-language-server/tests/env/v4.test.js#L832
AssertionError: expected { …(3) } to match object { tailwind: { …(2) } }
(3 matching properties omitted from actual)
- Expected
+ Received
{
"tailwind": {
"isDefaultVersion": true,
- "version": "4.1.15",
+ "version": "4.1.17",
},
}
❯ Object.handle tests/env/v4.test.js:832:36
❯ runTest src/testing/index.ts:49:5
|
|
Run server tests:
packages/tailwindcss-language-server/tests/env/v4.test.js#L323
AssertionError: expected { …(3) } to match object { tailwind: { …(2) } }
(3 matching properties omitted from actual)
- Expected
+ Received
{
"tailwind": {
"isDefaultVersion": true,
- "version": "4.1.15",
+ "version": "4.1.17",
},
}
❯ Object.handle tests/env/v4.test.js:323:36
❯ runTest src/testing/index.ts:49:5
|
|
Run server tests:
packages/tailwindcss-language-server/tests/env/v4.test.js#L22
AssertionError: expected { …(3) } to match object { tailwind: { …(2) } }
(3 matching properties omitted from actual)
- Expected
+ Received
{
"tailwind": {
"isDefaultVersion": true,
- "version": "4.1.15",
+ "version": "4.1.17",
},
}
❯ Object.handle tests/env/v4.test.js:22:36
❯ runTest src/testing/index.ts:49:5
|
|
Run server tests:
packages/tailwindcss-language-server/tests/colors/colors.test.js#L389
AssertionError: expected { …(3) } to match object { tailwind: { …(2) } }
(3 matching properties omitted from actual)
- Expected
+ Received
{
"tailwind": {
"isDefaultVersion": true,
- "version": "4.1.15",
+ "version": "4.1.17",
},
}
❯ Object.handle tests/colors/colors.test.js:389:23
❯ runTest src/testing/index.ts:49:5
|
|
Run server tests:
packages/tailwindcss-language-server/tests/colors/colors.test.js#L350
AssertionError: expected { …(3) } to match object { tailwind: { …(2) } }
(3 matching properties omitted from actual)
- Expected
+ Received
{
"tailwind": {
"isDefaultVersion": true,
- "version": "4.1.15",
+ "version": "4.1.17",
},
}
❯ Object.handle tests/colors/colors.test.js:350:23
❯ runTest src/testing/index.ts:49:5
|
|
Run server tests:
packages/tailwindcss-language-server/src/project-locator.test.ts#L626
AssertionError: expected [ { …(4) } ] to match object [ { …(3) } ]
(1 matching property omitted from actual)
- Expected
+ Received
[
{
"config": "/src/app.css",
"content": [],
- "version": "4.1.15 (bundled)",
+ "version": "4.1.17 (bundled)",
},
]
❯ Object.handle src/project-locator.test.ts:626:23
❯ runTest src/testing/index.ts:49:5
|
|
Run server tests:
packages/tailwindcss-language-server/src/project-locator.test.ts#L626
AssertionError: expected [ { …(4) }, { …(4) } ] to match object [ { …(3) }, { …(3) } ]
(2 matching properties omitted from actual)
- Expected
+ Received
[
{
"config": "/src/app.css",
"content": [],
- "version": "4.1.15 (bundled)",
+ "version": "4.1.17 (bundled)",
},
{
"config": "/a/foo.css",
"content": [],
- "version": "4.1.15 (bundled)",
+ "version": "4.1.17 (bundled)",
},
]
❯ Object.handle src/project-locator.test.ts:626:23
❯ runTest src/testing/index.ts:49:5
|
|
Run server tests:
packages/tailwindcss-language-server/src/project-locator.test.ts#L626
AssertionError: expected [ { …(4) }, { …(4) } ] to match object [ { …(3) }, { …(3) } ]
(2 matching properties omitted from actual)
- Expected
+ Received
[
{
"config": "/src/app.css",
"content": [],
- "version": "4.1.15 (bundled)",
+ "version": "4.1.17 (bundled)",
},
{
"config": "/a/foo.css",
"content": [],
- "version": "4.1.15 (bundled)",
+ "version": "4.1.17 (bundled)",
},
]
❯ Object.handle src/project-locator.test.ts:626:23
❯ runTest src/testing/index.ts:49:5
|
|
Run server tests:
packages/tailwindcss-language-server/src/project-locator.test.ts#L626
AssertionError: expected [ { …(4) }, { …(4) } ] to match object [ { …(3) }, { …(3) } ]
(2 matching properties omitted from actual)
- Expected
+ Received
[
{
"config": "/index.css",
"content": [],
- "version": "4.1.15 (bundled)",
+ "version": "4.1.17 (bundled)",
},
{
"config": "/src/vendor/c.css",
"content": [],
- "version": "4.1.15 (bundled)",
+ "version": "4.1.17 (bundled)",
},
]
❯ Object.handle src/project-locator.test.ts:626:23
❯ runTest src/testing/index.ts:49:5
|
|
Run server tests:
packages/tailwindcss-language-server/src/project-locator.test.ts#L626
AssertionError: expected [ { …(4) } ] to match object [ { …(3) } ]
(1 matching property omitted from actual)
- Expected
+ Received
[
{
"config": "/src/a/b/c/index.css",
"content": [],
- "version": "4.1.15 (bundled)",
+ "version": "4.1.17 (bundled)",
},
]
❯ Object.handle src/project-locator.test.ts:626:23
❯ runTest src/testing/index.ts:49:5
|
Loading