* Don't set inType flag when parsing property names * Add inPropertyName type definition * Move inPropertyName check before this.curContext()
4 lines
45 B
JavaScript
4 lines
45 B
JavaScript
const map = {
|
|
[age <= 17] : 'Too young'
|
|
};
|