Skip to content

Commit a875d03

Browse files
committed
Rename to ts-styled-plugin
1 parent cf35580 commit a875d03

7 files changed

+7
-7
lines changed

lib/config.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/config.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts-util/language-service-proxy-builder.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ts-css-plugin",
2+
"name": "ts-styled-plugin",
33
"version": "0.0.1",
44
"description": "TypeScript Language Service Plugin for css",
55
"keywords": [

src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const pluginName = 'ts-css-plugin'
1+
export const pluginName = 'ts-styled-plugin'

src/ts-util/language-service-proxy-builder.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class LanguageServiceProxyBuilder {
8484
private readonly helper: ScriptSourceHelper,
8585
private readonly templateStringService: TemplateStringLanguageService,
8686
private readonly logger: Logger,
87-
private configuration: TsCssPluginConfiguration,
87+
private readonly configuration: TsCssPluginConfiguration,
8888
) {
8989
if (templateStringService.getCompletionsAtPosition) {
9090
const call = templateStringService.getCompletionsAtPosition;

0 commit comments

Comments
 (0)