(state2, spec)
| 34716 | return state2; |
| 34717 | } |
| 34718 | function applyBasic(state2, spec) { |
| 34719 | if (spec.value == null) { |
| 34720 | return; |
| 34721 | } |
| 34722 | state2.basic = spec.value; |
| 34723 | } |
| 34724 | function applyBearer(state2, spec) { |
| 34725 | if (typeof spec.value !== "string" || !spec.value) { |
| 34726 | return; |