@tailwindcss/language-server 0.0.0-insiders.3c3c193 → 0.0.0-insiders.3c7bd0c
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/ThirdPartyNotices.txt +683 -385
- package/bin/css-language-server +102 -0
- package/bin/oxide-helper.js +32 -0
- package/bin/tailwindcss-language-server +3123 -781
- package/bin/watcher-677EY2XE.node +0 -0
- package/bin/watcher-6AZGU4RY.node +0 -0
- package/bin/watcher-A5ZN26DK.node +0 -0
- package/bin/watcher-HOV5D23Y.node +0 -0
- package/bin/watcher-KA56QUOV.node +0 -0
- package/bin/watcher-LKVNIXRY.node +0 -0
- package/bin/watcher-WWZD4ELE.node +0 -0
- package/bin/watcher-YZ5DWAAG.node +0 -0
- package/package.json +38 -24
- package/bin/node.napi.glibc-7JUDUCUY.node +0 -0
- package/bin/node.napi.glibc-GXL6UBYG.node +0 -0
- package/bin/node.napi.glibc-N3T2EEZH.node +0 -0
- package/bin/node.napi.glibc-SBC7UY4N.node +0 -0
- package/bin/node.napi.musl-IAP67VWK.node +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tailwindcss/language-server",
|
|
3
|
+
"version": "0.0.0-insiders.3c7bd0c",
|
|
3
4
|
"description": "Tailwind CSS Language Server",
|
|
4
5
|
"license": "MIT",
|
|
5
|
-
"version": "0.0.0-insiders.3c3c193",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server#readme",
|
|
15
15
|
"bin": {
|
|
16
|
+
"css-language-server": "./bin/css-language-server",
|
|
16
17
|
"tailwindcss-language-server": "./bin/tailwindcss-language-server"
|
|
17
18
|
},
|
|
18
19
|
"files": [
|
|
@@ -23,19 +24,27 @@
|
|
|
23
24
|
"access": "public"
|
|
24
25
|
},
|
|
25
26
|
"devDependencies": {
|
|
26
|
-
"@parcel/watcher": "2.
|
|
27
|
+
"@parcel/watcher": "2.5.1",
|
|
28
|
+
"@parcel/watcher-darwin-x64": "2.5.1",
|
|
29
|
+
"@parcel/watcher-darwin-arm64": "2.5.1",
|
|
30
|
+
"@parcel/watcher-win32-x64": "2.5.1",
|
|
31
|
+
"@parcel/watcher-win32-arm64": "2.5.1",
|
|
32
|
+
"@parcel/watcher-linux-x64-glibc": "2.5.1",
|
|
33
|
+
"@parcel/watcher-linux-x64-musl": "2.5.1",
|
|
34
|
+
"@parcel/watcher-linux-arm64-glibc": "2.5.1",
|
|
35
|
+
"@parcel/watcher-linux-arm64-musl": "2.5.1",
|
|
27
36
|
"@tailwindcss/aspect-ratio": "0.4.2",
|
|
28
|
-
"@tailwindcss/container-queries": "0.1.
|
|
29
|
-
"@tailwindcss/forms": "0.5.
|
|
30
|
-
"@tailwindcss/line-clamp": "0.4.
|
|
31
|
-
"@tailwindcss/oxide": "^4.
|
|
32
|
-
"@tailwindcss/typography": "0.5.
|
|
37
|
+
"@tailwindcss/container-queries": "0.1.1",
|
|
38
|
+
"@tailwindcss/forms": "0.5.10",
|
|
39
|
+
"@tailwindcss/line-clamp": "0.4.4",
|
|
40
|
+
"@tailwindcss/oxide": "^4.1.15",
|
|
41
|
+
"@tailwindcss/typography": "0.5.19",
|
|
42
|
+
"@types/braces": "3.0.1",
|
|
33
43
|
"@types/color-name": "^1.1.3",
|
|
34
44
|
"@types/culori": "^2.1.0",
|
|
35
45
|
"@types/debounce": "1.2.0",
|
|
36
46
|
"@types/dlv": "^1.1.4",
|
|
37
47
|
"@types/find-up": "^4.0.0",
|
|
38
|
-
"@types/license-checker": "^25.0.6",
|
|
39
48
|
"@types/node": "^18.19.33",
|
|
40
49
|
"@types/normalize-path": "^3.0.2",
|
|
41
50
|
"@types/picomatch": "^2.3.3",
|
|
@@ -48,49 +57,54 @@
|
|
|
48
57
|
"color-name": "1.1.4",
|
|
49
58
|
"culori": "^4.0.1",
|
|
50
59
|
"debounce": "1.2.0",
|
|
60
|
+
"dedent": "^1.5.3",
|
|
51
61
|
"deepmerge": "4.2.2",
|
|
52
62
|
"dlv": "1.1.3",
|
|
53
|
-
"dset": "3.1.
|
|
63
|
+
"dset": "3.1.4",
|
|
54
64
|
"enhanced-resolve": "^5.16.1",
|
|
55
|
-
"esbuild": "^0.
|
|
56
|
-
"fast-glob": "3.2.4",
|
|
65
|
+
"esbuild": "^0.25.5",
|
|
57
66
|
"find-up": "5.0.0",
|
|
67
|
+
"jiti": "^2.6.0",
|
|
58
68
|
"klona": "2.0.4",
|
|
59
|
-
"license-checker": "25.0.1",
|
|
60
69
|
"minimist": "^1.2.8",
|
|
61
70
|
"normalize-path": "3.0.0",
|
|
62
71
|
"picomatch": "^4.0.1",
|
|
63
72
|
"pkg-up": "3.1.0",
|
|
64
|
-
"postcss": "8.4
|
|
73
|
+
"postcss": "8.5.4",
|
|
65
74
|
"postcss-import": "^16.1.0",
|
|
66
75
|
"postcss-load-config": "3.0.1",
|
|
67
76
|
"postcss-selector-parser": "6.0.2",
|
|
68
77
|
"resolve": "1.20.0",
|
|
69
78
|
"rimraf": "3.0.2",
|
|
70
79
|
"stack-trace": "0.0.10",
|
|
71
|
-
"tailwindcss": "3.4.
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
80
|
+
"tailwindcss": "3.4.18",
|
|
81
|
+
"tailwindcss-v4": "npm:tailwindcss@4.1.18",
|
|
82
|
+
"tinyglobby": "^0.2.12",
|
|
83
|
+
"tsconfck": "^3.1.4",
|
|
84
|
+
"tsconfig-paths": "^4.2.0",
|
|
85
|
+
"typescript": "5.8.3",
|
|
86
|
+
"vite": "^6.4.1",
|
|
87
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
88
|
+
"vitest": "^3.2.1",
|
|
89
|
+
"vscode-css-languageservice": "6.3.7",
|
|
76
90
|
"vscode-jsonrpc": "8.2.0",
|
|
77
91
|
"vscode-languageclient": "8.1.0",
|
|
78
92
|
"vscode-languageserver": "8.1.0",
|
|
79
93
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
80
|
-
"vscode-languageserver-textdocument": "1.0.
|
|
94
|
+
"vscode-languageserver-textdocument": "1.0.12",
|
|
81
95
|
"vscode-uri": "3.0.2",
|
|
82
|
-
"@tailwindcss/language-service": "0.
|
|
96
|
+
"@tailwindcss/language-service": "0.14.29"
|
|
83
97
|
},
|
|
84
98
|
"engines": {
|
|
85
99
|
"node": ">=18.0.0"
|
|
86
100
|
},
|
|
87
101
|
"scripts": {
|
|
88
|
-
"build": "pnpm run clean && pnpm run _esbuild && pnpm run
|
|
102
|
+
"build": "pnpm run clean && pnpm run _esbuild && pnpm run _esbuild:oxide && pnpm run _esbuild:css",
|
|
89
103
|
"_esbuild": "node ../../esbuild.mjs src/server.ts --outfile=bin/tailwindcss-language-server --minify",
|
|
104
|
+
"_esbuild:oxide": "node ../../esbuild.mjs src/oxide-helper.ts --outfile=bin/oxide-helper.js --minify",
|
|
105
|
+
"_esbuild:css": "node ../../esbuild.mjs src/language/css.ts --outfile=bin/css-language-server --minify",
|
|
90
106
|
"clean": "rimraf bin",
|
|
91
|
-
"hashbang": "node scripts/hashbang.mjs",
|
|
92
|
-
"create-notices-file": "node scripts/createNoticesFile.mjs",
|
|
93
107
|
"test": "vitest",
|
|
94
|
-
"pretest": "node tests/prepare.
|
|
108
|
+
"pretest": "node tests/prepare.mjs"
|
|
95
109
|
}
|
|
96
110
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|