1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-03 01:10:45 +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:
Jeremy Ruston 2012-05-05 11:23:31 +01:00
parent 2e01add7f3
commit a6ea68b29a

View File

@ -0,0 +1,11 @@
{
"tiddlers": [
{
"file": "../../../../../node_modules/esprima/esprima.js",
"fields": {
"title": "$:/core/modules/parsers/javascriptparser/esprima.js",
"type": "application/javascript"
}
}
]
}