ts-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.astrojs</groupId>
<artifactId>ts-plugin</artifactId>
<version>1.10.12</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.astrojs</groupId>
<artifactId>ts-plugin</artifactId>
<version>1.10.12</version>
<name>astrojs ts-plugin</name>
<description>A TypeScript Plugin providing Astro intellisense</description>
<url>https://github.com/withastro/astro</url>
<organization>
<name>withastro</name>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>fredkschott</name>
<email>fkschott@gmail.com</email>
</developer>
<developer>
<name>matthewp</name>
<email>matthew@matthewphillips.info</email>
</developer>
</developers>
<scm>
<connection>https://github.com/withastro/astro.git</connection>
<developerConnection>https://github.com/withastro/astro.git</developerConnection>
<url>https://github.com/withastro/astro</url>
</scm>
<properties>
<org.mvnpm.at.astrojs-yaml2ts.version>[0.2.4,0.3)</org.mvnpm.at.astrojs-yaml2ts.version>
<org.mvnpm.at.volar-typescript.version>[2.4.28,2.5)</org.mvnpm.at.volar-typescript.version>
<org.mvnpm.at.jridgewell-sourcemap-codec.version>[1.5.5,2)</org.mvnpm.at.jridgewell-sourcemap-codec.version>
<org.mvnpm.at.volar-language-core.version>[2.4.28,2.5)</org.mvnpm.at.volar-language-core.version>
<org.mvnpm-vscode-languageserver-textdocument.version>[1.0.12,2)</org.mvnpm-vscode-languageserver-textdocument.version>
<org.mvnpm.at.astrojs-compiler.version>[2.13.1,3)</org.mvnpm.at.astrojs-compiler.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.astrojs</groupId>
<artifactId>yaml2ts</artifactId>
<version>${org.mvnpm.at.astrojs-yaml2ts.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.astrojs</groupId>
<artifactId>compiler</artifactId>
<version>${org.mvnpm.at.astrojs-compiler.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.volar</groupId>
<artifactId>typescript</artifactId>
<version>${org.mvnpm.at.volar-typescript.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.volar</groupId>
<artifactId>language-core</artifactId>
<version>${org.mvnpm.at.volar-language-core.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.jridgewell</groupId>
<artifactId>sourcemap-codec</artifactId>
<version>${org.mvnpm.at.jridgewell-sourcemap-codec.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>vscode-languageserver-textdocument</artifactId>
<version>${org.mvnpm-vscode-languageserver-textdocument.version}</version>
</dependency>
</dependencies>
</project>