facebookarchive/prepack

Adapt evaluators to deal with abstract conversion values

Open

#1 109 ouverte le 27 oct. 2017

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)JavaScript (520 forks)batch import
abstracthelp wantedlevel 3 (medium)test needed

Métriques du dépôt

Stars
 (14 268 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

The evaluators for binary and unary expression already have logic that allows them to deal with abstract operands. This does not cover the case where a concrete operand may become abstract after implicit conversion.

This pull request fixes this for the + operator: #1108. Follow that model for the other operators.

Guide contributeur