Skip to content

Commit

Permalink
Remove old trials for web version from node module
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitharaju committed Oct 9, 2024
1 parent 14d7a75 commit e4a3a27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 155 deletions.
13 changes: 1 addition & 12 deletions node-usfm-parser/src/usfmParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,17 +213,6 @@ Only one of USFM, USJ or USX is supported in one object.`)
}



class Format {
// Defines the valid values for input and output formats
static JSON = "usj";
static CSV = "table";
static ST = "syntax-tree";
static USX = "usx";
static MD = "markdown";
static USFM = "usfm";
}

exports.USFMParser = USFMParser;
exports.Filter = Filter;
exports.Format = Format;
// exports.Format = Format;
143 changes: 0 additions & 143 deletions node-usfm-parser/src/usfmParserWeb.js

This file was deleted.

0 comments on commit e4a3a27

Please sign in to comment.