Skip to content

Support es7 exponation operator #2102

Closed
@fdecampredon

Description

@fdecampredon

https://github.com/rwaldron/exponentiation-operator I don't think it needs proposal.
Few emitting examples :

x**y 
Math.pow(x,y)

x **= y 
x = Math.pow(x, y);

Metadata

Metadata

Assignees

No one assigned

    Labels

    DeclinedThe issue was declined as something which matches the TypeScript visionES7Relates to the ES7 SpecSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions