networkException
586546ee57
This patch removes the Next.js React project that was contained by this repository previously. The replacement is a vanilla HTML page with TypeScript that parses it's own HTML source and highlights it using on load. The concept will be iterated on in following commits, planned are on hover tooltips showing metadata about HTML tokens as well as tokenizing (perhaps parsing) of JavaScript and CSS to be able to highlight those sections as well. To properly determent the range of script and style sections it might be required to also implement HTML tree building, however on read execution of JavaScript or on the fly parsing as well as fragment parsing is not required for the site. This commit merely represents a start and is made to better track the progress of changes.
17 lines
120 B
Text
17 lines
120 B
Text
# editor
|
|
.idea
|
|
.vscode
|
|
.history
|
|
|
|
# npm
|
|
node_modules
|
|
lib
|
|
|
|
# storage
|
|
files
|
|
config.json
|
|
*.key
|
|
|
|
# build files
|
|
*.js
|
|
*.js.map
|