()
| 5950 | } |
| 5951 | } |
| 5952 | _checkReadonlyOptions(e3) { |
| 5953 | if (l.includes(e3)) throw new Error(`Option "${e3}" can only be set in the constructor`); |
| 5954 | } |
| 5955 | _checkProposedApi() { |
| 5956 | if (!this._core.optionsService.rawOptions.allowProposedApi) throw new Error("You must set the allowProposedApi option to true to use proposed API"); |
| 5957 | } |
no outgoing calls
no test coverage detected