Skip to content

Generalize inline support for __cpp__ magic to other targets #3226

Closed
@andyli

Description

Inline support for __cpp__ magic introduced in #2875 should be supported by other targets.

e.g. for __js__:

class Global {
    static public function set_a(v:Int):Void {
        untyped __js__("a = {0}", v);
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions