mtwebster / cjs

The Cinnamon Javascript interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This module contains JavaScript bindings based on gobject-introspection.

Because JavaScript is pretty free-form, consistent coding style and unit tests
are critical to give it some structure and keep it readable.
We propose that all GNOME usage of JavaScript conform to the style guide
in doc/Style_Guide.txt to help keep things sane.

= Testing =

This module is prototyping https://live.gnome.org/GnomeGoals/InstalledTests
To run the tests, simply build it as normal.  Now:

cd installed-tests
./autogen.sh && ./configure --prefix=... && make && make install
$prefix/libexec/gjs/gjs-installed-tests

About

The Cinnamon Javascript interpreter

License:Other


Languages

Language:C 73.5%Language:JavaScript 17.5%Language:C++ 7.3%Language:M4 0.5%Language:Shell 0.5%Language:Makefile 0.4%Language:Python 0.1%Language:DTrace 0.0%Language:GDB 0.0%