diff options
author | Matthew Olsson <matthewcolsson@gmail.com> | 2020-05-28 14:42:20 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-29 07:57:14 +0200 |
commit | 664085b71942e0eff0bc7f32ac5bec21c198d40c (patch) | |
tree | e6149c246758eab97ffe50eede694102794019fe /Kernel/Devices | |
parent | 3847d007271a58b33658f400d092e72e7e087db6 (diff) | |
download | serenity-664085b71942e0eff0bc7f32ac5bec21c198d40c.zip |
LibJS: Fix conditional expression precedence
This fixes the following from parsing incorrectly due to the comma
that occurs after the conditional:
let o = {
foo: true ? 1 : 2,
bar: 'baz',
};
Diffstat (limited to 'Kernel/Devices')
0 files changed, 0 insertions, 0 deletions