Socket
Socket
Sign inDemoInstall

@volar/vue-language-plugin-pug

Package Overview
Dependencies
41
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @volar/vue-language-plugin-pug

A `VueLanguagePlugin` to support `<template lang="pug">` for `@volar/vue-language-server`.


Version published
Weekly downloads
3.3K
increased by2.49%
Maintainers
1
Install size
5.38 MB
Created
Weekly downloads
 

Changelog

Source

1.6.5 (2023/5/13), 1.7.3 (2023/5/13) - pre-release

  • chore: bump vue deps to 3.3 stable (#3167) - thanks @ferferga
  • fix(vue-tsc): avoid throw when composite is enabled (#2622)
  • perf(language-service): avoid request name casing from language client multiple times (#3158) - thanks @kalvenschraut
  • fix: avoid slot name report TS8013 in js component (#3121)

Readme

Source

A VueLanguagePlugin to support <template lang="pug"> for @volar/vue-language-server.

Usage

  1. Install

    $ npm i -D @volar/vue-language-plugin-pug

  2. Add to tsconfig.json

     {
     	"vueCompilerOptions": {
     		"plugins": ["@volar/vue-language-plugin-pug"]
     	}
     }
    

FAQs

Last updated on 13 May 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc