mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-31 06:13:43 -08:00
Refactored file layout for JavaScript parser
This commit is contained in:
parent
3c834609b8
commit
67b4c86c98
3 changed files with 13 additions and 16 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue