0.3.9 • Published 7 years ago

annotated v0.3.9

Weekly downloads
36
License
-
Repository
-
Last release
7 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

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago