Skip to content

Commit cbb0230

Browse files
committed
3.2.6 transpiler and runtime
- adds reflection with type for fields and (annotated-only) methods - adds j2s.compiler.read.annotations - adds j2s.compiler.ignored.annotations Default is "true" for read.annotations To read all annotations, set ignored to "none" (or anything that does not match any annotation) Default ignored set is: CallerSensitive;ConstructorProperties;Deprecated;Override;SaveVarargs;SuppressWarnings
1 parent aabb248 commit cbb0230

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+11998
-1053
lines changed

sources/net.sf.j2s.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Java2Script Core
44
Bundle-SymbolicName: net.sf.j2s.core;singleton:=true
5-
Bundle-Version: 3.2.5
5+
Bundle-Version: 3.2.6
66
Bundle-Activator: net.sf.j2s.core.CorePlugin
77
Bundle-Vendor: j2s.sourceforge.net
88
Require-Bundle: org.eclipse.core.runtime,
64.1 KB
Binary file not shown.
3.91 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20191215102844
1+
20191221184600
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20191215102844
1+
20191219043415
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This is sources/net.sf.j2s.java.core/dist/DEV_NOTES.txt
2+
3+
_j2sclasslist.txt
4+
5+
the list of .js files concatenated into coreswingjs.js and minified to coreswingjs.z.js
6+
7+
8+
SwingJS-site.zip
9+
10+
the full site directory for SwingJS including all files not in the test/ directory.
6.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)