Skip to content

3.2.6 transpiler upgrade - #147

Merged
BobHanson merged 24 commits into
java2script:masterfrom
BobHanson:master
Jan 4, 2020
Merged

3.2.6 transpiler upgrade#147
BobHanson merged 24 commits into
java2script:masterfrom
BobHanson:master

Conversation

@BobHanson

Copy link
Copy Markdown
Collaborator

No description provided.

 - 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
better, but not perfect, primitive TYPE class methods.
// BH: can't just check for an array; it has to be an array with
// the right component type
// NOTE: This is still not quite right.
// It will not pass a true primitive numeric array type --
// int[]... value will be [1,2,3], not Int32Array(1,2,3)
@j2sAlias not necessary
$__T fixes
@BobHanson
BobHanson merged commit c445326 into java2script:master Jan 4, 2020
BobHanson added a commit that referenced this pull request Jan 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant