swig/Lib/javascript/javascript.swg
Oliver Buchtala d71a5f483a Add module for Javascript target.
This module comes with a design that allows different code emitter implementations.
For the the phase of development the module is split into multiple files
which will be merged together when development converges.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13737 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2012-09-08 00:44:54 +00:00

15 lines
374 B
Text

/* -----------------------------------------------------------------------------
* javascript.swg
*
* Javascript typemaps
* ----------------------------------------------------------------------------- */
%include <javascriptruntime.swg>
%include <javascripthelpers.swg>
%include <javascriptprimitives.swg>
%include <javascriptkw.swg>
%include <javascriptcode.swg>