(proposal, prefix)
| 334 | } |
| 335 | |
| 336 | resolveProposal(proposal, prefix) { |
| 337 | let {args} = this.resolve(prefix); |
| 338 | let [text, az] = args; |
| 339 | if (az === undefined) { |
| 340 | az = "symbols" |
| 341 | } |
| 342 | return this.getLength(text, az); |
| 343 | } |
| 344 | |
| 345 | test(prefix) { |
| 346 | let {args, returns} = this.resolve(prefix); |