Skip to content

Commit

Permalink
damn i got pretty far
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Feb 24, 2023
1 parent 9727206 commit 0ceaea7
Show file tree
Hide file tree
Showing 86 changed files with 81,747 additions and 290 deletions.
25 changes: 18 additions & 7 deletions apps/converter-frontend-e2e/src/fixtures/indent.log
Original file line number Diff line number Diff line change
@@ -1,20 +1,31 @@
INFO: latexindent version 3.9.1, 2021-03-21, a script to indent .tex files
latexindent lives here: /usr/local/texlive/2021/texmf-dist/scripts/latexindent/
Tue Feb 15 21:40:48 2022
Filename: /Users/thomas/Projects/jote-monorepo/libs/processors/docx-to-tex/src/test/fixtures/footnotes/__latexindent_temp.tex
INFO: latexindent.pl version 3.18, 2022-06-12, a script to indent .tex files
latexindent.pl lives here: /opt/homebrew/Cellar/latexindent/3.18_1/libexec/bin/
Fri Feb 24 16:27:16 2023
Filename: /Volumes/SSD/Projects/jote-monorepo/libs/ooxast/ooxast-util-to-unified-latex/src/test/fixtures/math/__latexindent_temp_expected.tex
INFO: Processing switches:
-y|--yaml: YAML settings specified via command line
-c|--cruft: cruft directory
INFO: Directory for backup files and /Users/thomas/Projects/jote-monorepo/apps/converter-frontend-e2e/src/fixtures//indent.log: /Users/thomas/Projects/jote-monorepo/apps/converter-frontend-e2e/src/fixtures/
INFO: Directory for backup files and /Volumes/SSD/Projects/jote-monorepo/apps/converter-frontend-e2e/src/fixtures//indent.log:
/Volumes/SSD/Projects/jote-monorepo/apps/converter-frontend-e2e/src/fixtures/
INFO: Perl modules are being loaded from the following directories:
/opt/homebrew/opt/perl/lib/perl5/5.36/FindBin.pm
/opt/homebrew/Cellar/latexindent/3.18_1/libexec/lib/perl5/YAML/Tiny.pm
/opt/homebrew/opt/perl/lib/perl5/5.36/File/Copy.pm
/opt/homebrew/opt/perl/lib/perl5/5.36/File/Basename.pm
/opt/homebrew/opt/perl/lib/perl5/5.36/Getopt/Long.pm
/opt/homebrew/Cellar/latexindent/3.18_1/libexec/lib/perl5/File/HomeDir.pm
INFO: LatexIndent perl modules are being loaded from, for example:
/opt/homebrew/Cellar/latexindent/3.18_1/libexec/lib/perl5/LatexIndent/Document.pm
INFO: YAML settings read: defaultSettings.yaml
Reading defaultSettings.yaml from /usr/local/texlive/2021/texmf-dist/scripts/latexindent/defaultSettings.yaml
Reading defaultSettings.yaml from /opt/homebrew/Cellar/latexindent/3.18_1/libexec/bin/defaultSettings.yaml
INFO: YAML settings read: indentconfig.yaml or .indentconfig.yaml
Home directory is /Users/thomas (didn't find either indentconfig.yaml or .indentconfig.yaml)
To specify user settings you would put indentconfig.yaml here: /Users/thomas/indentconfig.yaml
Alternatively, you can use the hidden file .indentconfig.yaml as: /Users/thomas/.indentconfig.yaml
INFO: YAML settings read: -y switch
YAML setting: defaultIndent:' '
Updating masterSettings with defaultIndent:
single-quoted string found in -y switch: ' ', substitute to
Updating mainSettings with defaultIndent:
INFO: Phase 1: searching for objects
INFO: Phase 2: finding surrounding indentation
INFO: Phase 3: indenting objects
Expand Down
33 changes: 33 additions & 0 deletions libs/citations/csl-to-biblatex/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"extends": [
"../../../.eslintrc.json"
],
"ignorePatterns": [
"!**/*"
],
"overrides": [
{
"files": [
"*.ts",
"*.tsx",
"*.js",
"*.jsx"
],
"rules": {}
},
{
"files": [
"*.ts",
"*.tsx"
],
"rules": {}
},
{
"files": [
"*.js",
"*.jsx"
],
"rules": {}
}
]
}
32 changes: 32 additions & 0 deletions libs/citations/csl-to-biblatex/.lib.swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"target": "es2017",
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"transform": {
"decoratorMetadata": true,
"legacyDecorator": true
},

"externalHelpers": true,
"loose": true
},
"module": {
"type": "es6",
"strict": true,
"noInterop": true
},
"sourceMaps": true,
"exclude": [
"jest.config.ts",
".*.spec.tsx?$",
".*.test.tsx?$",
"./src/jest-setup.ts$",
"./**/jest-setup.ts$",
".*.js$"
]
}
Loading

0 comments on commit 0ceaea7

Please sign in to comment.