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
print-window-tiddler
Jeremy Ruston 2012-05-05 11:23:31 +01:00
rodzic 2e01add7f3
commit a6ea68b29a
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

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