monaco-yaml/examples/webpack-worker-loader/src
Remco Haszing 7174aff026
Expose setDiagnosticsOptions in monaco-yaml
This removes the need to explain certain statements and imports need to
happen in a specific order. Users can now just use:

```ts
import { setDiagnosticsOptions } from 'monaco-yaml';

setDiagnosticsOptions({});
```
2021-07-18 14:58:42 +02:00
..
index.css Use a more minimal webpack config for examples 2021-07-18 13:29:54 +02:00
index.ejs Use a more minimal webpack config for examples 2021-07-18 13:29:54 +02:00
index.js Expose setDiagnosticsOptions in monaco-yaml 2021-07-18 14:58:42 +02:00