0.7.5 • Published 1 month ago

@marko/tags-api-preview v0.7.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

A glimpse into the future of Marko.

For more information, check out the announcement article!

Installation

npm install @marko/tags-api-preview

After installing the tags-api-preview in your project, you can immediately start using new tags and features. You can use "tags api" templates along side your existing "class api" templates. A set of heuristics is used to determine if the "tags api" should be enabled.

Examples

<let/count=0 />

<div>${count}</div>
<button onClick() { count++ }>
  Click me!
</button>
<let/count=0 />
<effect() { document.title = `You clicked ${count} times` } />

<button onClick() { count++ }>
  Click me
</button>

Heuristics

When @marko/tags-api-preview is installed, using any of the following opts into the "tags api" on a per template level:

  • tag variable syntax (<div/el>).
  • any new tag (<let>, <const>, <effect>, etc).
  • usage of the attribute binding syntax (<input value:=myValue/>).
  • a <!-- use tags --> comment at the top of the template

There are some features that are disabled when opting into the tags api. Those features will display errors when used.

Code of Conduct

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

0.7.5

1 month ago

0.7.4

2 months ago

0.7.3

2 months ago

0.7.2

10 months ago

0.7.1

11 months ago

0.7.0

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.5.8

2 years ago

0.5.7

2 years ago

0.6.0

2 years ago

0.5.4

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.1.9

2 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.3

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago