Revert "feat(compiler-cli): lower metadata useValue
and data
literal fields (#18905)"
This reverts commit c685cc2f0a
.
This commit is contained in:
@ -284,9 +284,7 @@ export class Evaluator {
|
||||
error = propertyValue;
|
||||
return true; // Stop the forEachChild.
|
||||
} else {
|
||||
obj[<string>propertyName] = isPropertyAssignment(assignment) ?
|
||||
recordEntry(propertyValue, assignment.initializer) :
|
||||
propertyValue;
|
||||
obj[<string>propertyName] = propertyValue;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user