mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-16 21:58:06 +00:00
Refactored file layout for JavaScript parser
This commit is contained in:
@@ -12,7 +12,7 @@ Parses a JavaScript program into a parse tree
|
||||
/*global $tw: false */
|
||||
"use strict";
|
||||
|
||||
var esprima = require("./esprima.js");
|
||||
var esprima = require("./esprima/esprima.js");
|
||||
|
||||
// Initialise the parser
|
||||
var JavaScriptParser = function(options) {
|
||||
|
||||
Reference in New Issue
Block a user