@styled/typescript-styled-plugin
Advanced tools
Comparing version 0.20.0 to 1.0.0
export declare const pluginName = "ts-styled-plugin"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface StyledPluginConfiguration { |
@@ -28,3 +28,2 @@ "use strict"; | ||
} | ||
exports.ConfigurationManager = ConfigurationManager; | ||
ConfigurationManager.defaultConfiguration = { | ||
@@ -38,2 +37,3 @@ tags: ['styled', 'css', 'extend', 'injectGlobal', 'createGlobalStyle', 'keyframes'], | ||
}; | ||
exports.ConfigurationManager = ConfigurationManager; | ||
//# sourceMappingURL=_configuration.js.map |
@@ -0,0 +0,0 @@ import { Logger, TemplateContext, TemplateLanguageService } from 'typescript-template-language-service-decorator'; |
@@ -8,4 +8,4 @@ "use strict"; | ||
exports.StyledTemplateLanguageService = void 0; | ||
const emmet_helper_1 = require("@vscode/emmet-helper"); | ||
const vscode_css_languageservice_1 = require("vscode-css-languageservice"); | ||
const emmet_helper_1 = require("@vscode/emmet-helper"); | ||
const vscode = require("vscode-languageserver-types"); | ||
@@ -12,0 +12,0 @@ const config = require("./_config"); |
@@ -0,0 +0,0 @@ import { Logger } from 'typescript-template-language-service-decorator'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { TemplateSettings } from 'typescript-template-language-service-decorator'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare function getSubstitutions(contents: string, spans: ReadonlyArray<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { TemplateContext } from 'typescript-template-language-service-decorator'; |
@@ -55,5 +55,5 @@ "use strict"; | ||
} | ||
exports.StyledVirtualDocumentFactory = StyledVirtualDocumentFactory; | ||
StyledVirtualDocumentFactory.wrapperPreRoot = ':root{\n'; | ||
StyledVirtualDocumentFactory.wrapperPreKeyframes = '@keyframes custom {\n'; | ||
exports.StyledVirtualDocumentFactory = StyledVirtualDocumentFactory; | ||
//# sourceMappingURL=_virtual-document-provider.js.map |
@@ -0,0 +0,0 @@ export { StyledTemplateLanguageService } from './_language-service'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as ts from 'typescript/lib/tsserverlibrary'; |
@@ -0,0 +0,0 @@ "use strict"; |
import 'mocha'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@styled/typescript-styled-plugin", | ||
"version": "0.20.0", | ||
"version": "1.0.0", | ||
"description": "TypeScript language service plugin that adds IntelliSense for styled components", | ||
@@ -23,7 +23,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@vscode/emmet-helper": "^2.8.4", | ||
"typescript-template-language-service-decorator": "^2.3.1", | ||
"vscode-css-languageservice": "^6.2.1", | ||
"vscode-languageserver-textdocument": "^1.0.7", | ||
"vscode-languageserver-types": "^3.17.2" | ||
"@vscode/emmet-helper": "^2.8.6", | ||
"typescript-template-language-service-decorator": "^2.3.2", | ||
"vscode-css-languageservice": "^6.2.4", | ||
"vscode-languageserver-textdocument": "^1.0.8", | ||
"vscode-languageserver-types": "^3.17.3" | ||
}, | ||
@@ -45,3 +45,3 @@ "files": [ | ||
"prettier": "^2.8.0", | ||
"typescript": "^4.9.3" | ||
"typescript": "^5.0.3" | ||
}, | ||
@@ -48,0 +48,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
80121