1.1.3 • Published 5 years ago

@marko/migrate-v3-widget v1.1.3

Weekly downloads
148
License
MIT
Repository
github
Last release
5 years ago

Migrates a Marko v3 widget to a v4 component.

Note: You probably want to use the marko migrate command instead of using this directly.

Installation

npm install @marko/migrate-v3-widget

Example

import migrate from "@marko/migrate-v3-widget";

migrate("./path-to-widget-file.js").then(code => {
  code; // Migrated code
});

Code of Conduct

This project adheres to the eBay Code of Conduct. By participating in this project you agree to abide by its terms.

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago