Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 332 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 332 Bytes

sqltools-formatter-esm

ES Module version of @sqltools/formatter

Build

yarn run build
# or
npm run build

The ES version of @sqltools/formatter is generated as /dist/sql-formatter-esm.js.

Test

yarn run test
# or
npm run build