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
First release:
- Create HTML to DOM parser
- Server parser wraps `htmlparser2.parseDOM()`
- Client parser uses the DOM API to mimic the output of
server parser
- Create client utilities:
- `formatDOM()`
- `formatAttributes()`
- Build
- Use webpack to build client-side bundle in `dist/`
- Tests
- Create html and svg mocks
- Test server parser is equivalent to `htmlparser2.parseDOM()`
- Test client parser mimics server parser output
- Check for invalid arguments and errors
- Chore
- Create README.md
- Setup ESLint as linter
- Setup Istanbul as coverage reporter
- Setup Travis and Coveralls
0 commit comments