(generatorOptions)
| 829 | * @returns {void} |
| 830 | */ |
| 831 | const applyJsonGeneratorOptionsDefaults = (generatorOptions) => { |
| 832 | D(generatorOptions, "JSONParse", true); |
| 833 | }; |
| 834 | |
| 835 | /** |
| 836 | * Apply css generator options defaults. |
no test coverage detected