X Tutup
Skip to content

Commit ddcad71

Browse files
author
sebastigurin
committed
section extending j2s compiler
1 parent 6e9e79f commit ddcad71

11 files changed

+410
-54
lines changed

incubator/net.sf.j2s.doc.user-guide/j2s-user-guide/chap-j2s-sources.xml

Lines changed: 396 additions & 45 deletions
Large diffs are not rendered by default.

incubator/net.sf.j2s.doc.user-guide/j2s-user-guide/chap-java-to-js-translation.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@
6969
</mediaobject>
7070
</figure>
7171

72-
73-
72+
7473

7574

7675

@@ -488,10 +487,16 @@ catch(Throwable e) {
488487

489488

490489

491-
<section><title>Concatenating several .js files into one big .js file </title>
492-
<para>TODO: explain the problen of j2s clazzloader that loads several small files. it is fast to load one big file.</para>
493-
<para>TODO: explain how to concatenate (if a extends b, etc).</para>
494-
<para></para>
495-
</section>
490+
491+
492+
<!-- <section><title>Concatenating several .js files into one big .js file </title>-->
493+
<!-- <para>TODO: explain the problen of j2s clazzloader that loads several small files. it is fast to load one big file.</para>-->
494+
<!-- <para>TODO: explain how to concatenate (if a extends b, etc).</para>-->
495+
<!-- <para></para>-->
496+
<!-- </section>-->
497+
498+
499+
500+
496501

497502
</chapter>
27.6 KB
Loading
43.3 KB
Loading
39.4 KB
Loading
37.1 KB
Loading
64.9 KB
Loading
33.7 KB
Loading
47.6 KB
Loading
33.1 KB
Loading

0 commit comments

Comments
 (0)
X Tutup