You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SQL Formatter source code is written in ES2015 but we precompile both CommonJS and UMD builds to ES5 so they work in any modern browser.
19
19
20
-
If you don't use a module bundler then you can drop a UMD build as a `<script>` tag on the page, or tell Bower to install it. The UMD builds make SQL Formatter available as a `window.sqlFormatter` global variable.
20
+
If you don't use a module bundler then you can drop a file from `/dist` directory as a `<script>` tag on the page. The UMD builds make SQL Formatter available as a `window.sqlFormatter` global variable.
0 commit comments