Compile firefox JavaScript code
Filipe Falcão <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout |
|---|---|
| Message-ID | <[email protected]> |
I have noticed that a lot of JavaScript files in firefox source code has some particularities like comments using '#' and the presence of preprocessor directives (#ifdefs). I think that this JS code will be somehow to compiled to standard JS code. Am I right? If yes, how can I compile that code?