https://github.com/nevinhajs/nevinha-code
Set of tools to help developers to expose some code on the browser.
https://github.com/nevinhajs/nevinha-code
Last synced: 3 months ago
JSON representation
Set of tools to help developers to expose some code on the browser.
- Host: GitHub
- URL: https://github.com/nevinhajs/nevinha-code
- Owner: NevinhaJS
- Created: 2021-03-06T12:24:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T11:30:47.000Z (about 4 years ago)
- Last Synced: 2025-01-13T04:42:05.671Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 674 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Nevinha Code
Nevinha Code will be set of tools to help developers to expose some code on the browser. It's a work in progress, so we have a lot of stuff to do, feel free to contribute in the following points:
- Use some AST (Abstract syntax tree - Maybe @babel/parse) instead of parsing the lines by hand
- Integrate `mdx` loader. Maybe we can take a read at [mdx API](https://mdxjs.com/advanced/api)
- Remove `any` types and type it properly
- Add more languages support, maybe we can re-use the languages from [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter)
- Fix (!) Missing global variable name warning on the rollup config