0.3.9 • Published 6 years ago

annotated v0.3.9

Weekly downloads
36
License
-
Repository
-
Last release
6 years ago

annotated

An experimental JavaScript superset language supporting annotations and macros.

// Import a macro definition
@macro import './custom-element-macros';


// Apply a macro to a class
@customElement('hello-world')
class HelloWorld extends HTMLElement {
  connectedCallback() {
    this.textContent = 'hello world';
  }
}
0.3.9

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago