dashboard/shell/plugins/js-yaml.js

5 lines
119 B
JavaScript

import jsyaml from 'js-yaml';
// CodeMirror yaml plugin expects to find it in window/globals.
window.jsyaml = jsyaml;