Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

32 lines (29 loc) · 1.1 KB

If you are making a pull request, please add test cases (if applicable). Good test case must pass with your patch and must fail without patch.

We support WIP tag in PR title, you can use it if your PR is not completed and should not be merged yet. Or use native draft pull requests

Reporting Issues

Please, use issue templates when opening new issue and follow instructions in it.

How to find sax-ts version

Deno

If you are using deno, you should probably find

import { SAXParser } from 'https://unpkg.com/sax-ts@1.2.5/src/sax.ts'
NPM

If you have installed it with npm, open your project directory in terminal and run

npm list sax-ts

It will output something like

└── sax-ts@1.2.5

or

└── sax-ts@1.2.5 (github:Maxim-Mazurok/sax-ts#6eedc26953cef2f6ebb4ac02d5135564a570451b)