mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 02:27:19 +00:00
Starting to bring in the esprima parser
The idea is to leave it in its node_module directory, and indirect to it via the tiddlywiki.plugin file
This commit is contained in:
parent
2e01add7f3
commit
a6ea68b29a
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"tiddlers": [
|
||||||
|
{
|
||||||
|
"file": "../../../../../node_modules/esprima/esprima.js",
|
||||||
|
"fields": {
|
||||||
|
"title": "$:/core/modules/parsers/javascriptparser/esprima.js",
|
||||||
|
"type": "application/javascript"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user