Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes for redefined exports #26

Merged
merged 1 commit into from
Sep 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/core/annotation-row-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import checkTNLinks from './tn-links-check';
import checkOriginalLanguageQuote from './quote-check';


export const TABLE_LINE_VALIDATOR_VERSION = '0.1.0';

const NUM_EXPECTED_TSV_FIELDS = 7; // so expects 6 tabs per line
const EXPECTED_TN_HEADING_LINE = 'Reference\tID\tTags\tSupportReference\tQuote\tOccurrence\tAnnotation';

Expand Down
2 changes: 1 addition & 1 deletion src/core/annotation-table-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as books from './books/books';
import checkAnnotationTSVDataRow from './annotation-row-check';


export const TABLE_TEXT_VALIDATOR_VERSION = '0.2.1';
const TABLE_TEXT_VALIDATOR_VERSION = '0.2.1';

const NUM_EXPECTED_TN_FIELDS = 7; // so expects 6 tabs per line
const EXPECTED_TN_HEADING_LINE = 'Reference\tID\tTags\tSupportReference\tQuote\tOccurrence\tAnnotation';
Expand Down
2 changes: 0 additions & 2 deletions src/core/book-package-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,6 @@ export async function checkBookPackage(username, language_code, bookID, setResul

Note that bookID here can also be the 'OBS' pseudo bookID.
*/
// console.log(`I'm here in checkBookPackage v${CHECKER_VERSION_STRING}
// with ${username}, ${language_code}, ${bookID}, ${JSON.stringify(checkingOptions)}`);
const startTime = new Date();

let checkBookPackageResult = { successList: [], noticeList: [] };
Expand Down
2 changes: 1 addition & 1 deletion src/core/field-text-check.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { isWhitespace, countOccurrences } from './text-handling-functions'

export const CHECKER_VERSION_STRING = '0.1.1';
//const CHECKER_VERSION_STRING = '0.1.1';

const DEFAULT_EXTRACT_LENGTH = 10;

Expand Down
2 changes: 1 addition & 1 deletion src/core/file-text-check.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { isWhitespace, countOccurrences } from './text-handling-functions'

export const CHECKER_VERSION_STRING = '0.1.1';
//const CHECKER_VERSION_STRING = '0.1.1';

const DEFAULT_EXTRACT_LENGTH = 10;

Expand Down
2 changes: 1 addition & 1 deletion src/core/tn-table-text-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as books from './books/books';
import checkTN_TSVDataRow from './tn-table-row-check';


export const TABLE_TEXT_VALIDATOR_VERSION = '0.2.1';
const TABLE_TEXT_VALIDATOR_VERSION = '0.2.1';

const NUM_EXPECTED_TN_FIELDS = 9; // so expects 8 tabs per line
const EXPECTED_TN_HEADING_LINE = 'Book\tChapter\tVerse\tID\tSupportReference\tOrigQuote\tOccurrence\tGLQuote\tOccurrenceNote';
Expand Down
2 changes: 1 addition & 1 deletion src/demos/book-package-check/BookPackageCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ourParseInt } from '../../core/utilities';
// import { consoleLogObject } from '../../core/utilities';


export const CHECKER_VERSION_STRING = '0.1.3';
//const CHECKER_VERSION_STRING = '0.1.3';


function BookPackageCheck(/*username, language_code, bookID,*/ props) {
Expand Down
2 changes: 1 addition & 1 deletion src/demos/book-packages-check/BookPackagesCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ourParseInt } from '../../core/utilities';
// import { consoleLogObject } from '../../core/utilities';


export const CHECKER_VERSION_STRING = '0.0.3';
//const CHECKER_VERSION_STRING = '0.0.3';


function BookPackagesCheck(/*username, language_code, bookIDs,*/ props) {
Expand Down
2 changes: 1 addition & 1 deletion src/demos/book-packages-check/checkBookPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { checkBookPackage } from '../../core';
// import { getFile } from '../../core/getApi';
// import { consoleLogObject } from '../../core/utilities';

export const CHECKER_VERSION_STRING = '0.2.1';
//const CHECKER_VERSION_STRING = '0.2.1';


async function checkBookPackages(username, language_code, bookIDList, setResultValue, checkingOptions) {
Expand Down
2 changes: 1 addition & 1 deletion src/demos/file-check/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export {default as checkFile} from './checkFile';
export {default as FileCheck} from './FileCheck';

2 changes: 1 addition & 1 deletion src/demos/repo-check/RepoCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ourParseInt } from '../../core/utilities';
// import { consoleLogObject, displayPropertyNames } from '../../core/utilities';


export const CHECKER_VERSION_STRING = '0.1.2';
//const CHECKER_VERSION_STRING = '0.1.2';


function RepoCheck(/*username, languageCode,*/ props) {
Expand Down
48 changes: 24 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1638,9 +1638,9 @@
"@babel/types" "^7.0.0"

"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
version "7.0.13"
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.13.tgz#1874914be974a492e1b4cb00585cabb274e8ba18"
integrity sha512-i+zS7t6/s9cdQvbqKDARrcbrPvtJGlbYsMkazo03nTAK3RX9FNrLllXys22uiTGJapPOTZTQ35nHh4ISph4SLQ==
version "7.0.14"
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.14.tgz#e99da8c075d4fb098c774ba65dabf7dc9954bd13"
integrity sha512-8w9szzKs14ZtBVuP6Wn7nMLRJ0D6dfB0VEBEyRgxrZ/Ln49aNMykrghM2FaNn4FJRzNppCSa0Rv9pBRM5Xc3wg==
dependencies:
"@babel/types" "^7.3.0"

Expand Down Expand Up @@ -2863,14 +2863,14 @@ browserslist@4.7.0:
node-releases "^1.1.29"

browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.6.2, browserslist@^4.6.4, browserslist@^4.8.5, browserslist@^4.9.1:
version "4.14.1"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.1.tgz#cb2b490ba881d45dc3039078c7ed04411eaf3fa3"
integrity sha512-zyBTIHydW37pnb63c7fHFXUG6EcqWOqoMdDx6cdyaDFriZ20EoVxcE95S54N+heRqY8m8IUgB5zYta/gCwSaaA==
version "4.14.2"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.2.tgz#1b3cec458a1ba87588cc5e9be62f19b6d48813ce"
integrity sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==
dependencies:
caniuse-lite "^1.0.30001124"
electron-to-chromium "^1.3.562"
caniuse-lite "^1.0.30001125"
electron-to-chromium "^1.3.564"
escalade "^3.0.2"
node-releases "^1.1.60"
node-releases "^1.1.61"

bser@2.1.1:
version "2.1.1"
Expand Down Expand Up @@ -3078,10 +3078,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001124:
version "1.0.30001124"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001124.tgz#5d9998190258e11630d674fc50ea8e579ae0ced2"
integrity sha512-zQW8V3CdND7GHRH6rxm6s59Ww4g/qGWTheoboW9nfeMg7sUoopIfKCcNZUjwYRCOrvereh3kwDpZj4VLQ7zGtA==
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125:
version "1.0.30001125"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001125.tgz#2a1a51ee045a0a2207474b086f628c34725e997b"
integrity sha512-9f+r7BW8Qli917mU3j0fUaTweT3f3vnX/Lcs+1C73V+RADmFme+Ih0Br8vONQi3X0lseOe6ZHfsZLCA8MSjxUA==

canvg@^3.0.6:
version "3.0.6"
Expand Down Expand Up @@ -4415,10 +4415,10 @@ ee-first@1.1.1:
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=

electron-to-chromium@^1.3.247, electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.562:
version "1.3.562"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.562.tgz#79c20277ee1c8d0173a22af00e38433b752bc70f"
integrity sha512-WhRe6liQ2q/w1MZc8mD8INkenHivuHdrr4r5EQHNomy3NJux+incP6M6lDMd0paShP3MD0WGe5R1TWmEClf+Bg==
electron-to-chromium@^1.3.247, electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.564:
version "1.3.564"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.564.tgz#e9c319ae437b3eb8bbf3e3bae4bead5a21945961"
integrity sha512-fNaYN3EtKQWLQsrKXui8mzcryJXuA0LbCLoizeX6oayG2emBaS5MauKjCPAvc29NEY4FpLHIUWiP+Y0Bfrs5dg==

elliptic@^6.5.3:
version "6.5.3"
Expand Down Expand Up @@ -6433,9 +6433,9 @@ is-buffer@^2.0.0:
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==

is-callable@^1.1.4, is-callable@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
version "1.2.1"
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.1.tgz#4d1e21a4f437509d25ce55f8184350771421c96d"
integrity sha512-wliAfSzx6V+6WfMOmus1xy0XvSgf/dlStkvTfq7F0g4bOIW0PSUbnyse3NhDwdyYS1ozfUtAAySqTws3z9Eqgg==

is-ci@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -8372,10 +8372,10 @@ node-notifier@^5.4.2:
shellwords "^0.1.1"
which "^1.3.0"

node-releases@^1.1.29, node-releases@^1.1.52, node-releases@^1.1.60:
version "1.1.60"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084"
integrity sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA==
node-releases@^1.1.29, node-releases@^1.1.52, node-releases@^1.1.61:
version "1.1.61"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.61.tgz#707b0fca9ce4e11783612ba4a2fcba09047af16e"
integrity sha512-DD5vebQLg8jLCOzwupn954fbIiZht05DAZs0k2u8NStSe6h9XdsuIQL8hSRKYiU8WUQRznmSDrKGbv3ObOmC7g==

normalize-package-data@^2.3.2:
version "2.5.0"
Expand Down