-
- Downloads
Address feedback from PR review
- needs to use async* to declare async generator methods. - Needs to use yield* if delegating yield semantics are intended. - Has assignment to private name method, which is not allowed and throws a TypeError at runtime. - handle multiple $DONE calls - fix calls to private methods
Showing
- src/class-fields/productions/cls-decl-after-same-line-async-gen.template 12 additions, 2 deletions...s/productions/cls-decl-after-same-line-async-gen.template
- src/class-fields/productions/cls-decl-after-same-line-async-method.template 12 additions, 2 deletions...roductions/cls-decl-after-same-line-async-method.template
- src/class-fields/productions/cls-decl-after-same-line-static-async-gen.template 12 additions, 2 deletions...ctions/cls-decl-after-same-line-static-async-gen.template
- src/class-fields/productions/cls-decl-after-same-line-static-async-method.template 12 additions, 2 deletions...ons/cls-decl-after-same-line-static-async-method.template
- src/class-fields/productions/cls-expr-after-same-line-async-gen.template 12 additions, 2 deletions...s/productions/cls-expr-after-same-line-async-gen.template
- src/class-fields/productions/cls-expr-after-same-line-async-method.template 12 additions, 2 deletions...roductions/cls-expr-after-same-line-async-method.template
- src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template 12 additions, 2 deletions...ctions/cls-expr-after-same-line-static-async-gen.template
- src/class-fields/productions/cls-expr-after-same-line-static-async-method.template 12 additions, 2 deletions...ons/cls-expr-after-same-line-static-async-method.template
- src/class-fields/rs-static-async-generator-method-privatename-identifier-alt.case 18 additions, 18 deletions...ic-async-generator-method-privatename-identifier-alt.case
- src/class-fields/rs-static-async-generator-method-privatename-identifier.case 18 additions, 18 deletions...static-async-generator-method-privatename-identifier.case
- src/class-fields/rs-static-generator-method-privatename-identifier-alt.case 18 additions, 18 deletions...s-static-generator-method-privatename-identifier-alt.case
- src/class-fields/rs-static-generator-method-privatename-identifier.case 18 additions, 18 deletions...ds/rs-static-generator-method-privatename-identifier.case
- src/class-fields/static-private-methods-with-fields.case 69 additions, 0 deletionssrc/class-fields/static-private-methods-with-fields.case
- src/class-fields/static-private-methods.case 12 additions, 16 deletionssrc/class-fields/static-private-methods.case
Loading
Please register or sign in to comment