Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devhelpr/markup-compiler
https://github.com/devhelpr/markup-compiler
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/devhelpr/markup-compiler
- Owner: devhelpr
- License: mit
- Created: 2023-01-15T17:08:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T08:30:45.000Z (over 1 year ago)
- Last Synced: 2024-11-15T12:16:05.524Z (2 months ago)
- Language: TypeScript
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarkupCompiler
## Publishing
... manually increase version or .. npm version ...
yarn nx build @devhelpr/markup-compilercd dist/markup-compiler
npm publish --access public
(login to npm first.. "npm login")# test library
npm run test @devhelpr/markup-compiler
# TODO
- [ ] combining markup/jsx parser and expression-compier
.. in such a way that expressions in markup can contain { } without escaping them
.. the expression compiler should be in the lead .. and markup parsing should be optional!
- [ ] improved unit testing for the parsing result/ast...
- [ ] support for self-closing tags like
or
- [ ] support for other characters in text like ! or ? etc...
- [ ] full support for jsx spec: https://facebook.github.io/jsx/