Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@lwc/babel-plugin-component

Package Overview
Dependencies
Maintainers
11
Versions
874
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/babel-plugin-component

Babel plugin to transform a LWC module

Source
npmnpm
Version
0.35.7-test1
Version published
Weekly downloads
225K
-14.75%
Maintainers
11
Weekly downloads
 
Created
Source

babel-plugin-transform-lwc-class

This babel plugin does the following transform:

  • Global decorator transform:
    • Transform @api decorator to publicPorperties and publicMethods static properties.
    • Transform @wire decorator to wire static property.
    • Transform @track decorator to track static property.
  • LWC component class sugar syntax:
    • Check for misspelled lifecycle hooks.
    • Import and inject render from a collocated template if a component class doesn't already implement a render method.
  • Optimization:
    • If the compiler inject the default template a component, it will also wire the template style to the component.
  • babel-plugin-transform-class-properties

FAQs

Package last updated on 23 Feb 2019

Did you know?

Socket

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