Skip to content

mricharz/JSAnnotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSAnnotations

This allows you to develop annotation-based JavaScript-Code.

Example:

This example:

function Car(name) {

	//@Präfix{"foo_"}
	this.name = name;

}

will result in this object:

{
	annotations: [
		0: {
			annotation: "Präfix",
			parameters: [
				0: "foo_"
			]
		}
	],
	object: "this.name = name;"
}

About

//@JavaScriptAnnotations{"foo":"bar"}

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published