Skip to content

Commit 0ceaea7

Browse files
committed
damn i got pretty far
1 parent 9727206 commit 0ceaea7

File tree

86 files changed

+81747
-290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+81747
-290
lines changed

apps/converter-frontend-e2e/src/fixtures/indent.log

+18-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
1-
INFO: latexindent version 3.9.1, 2021-03-21, a script to indent .tex files
2-
latexindent lives here: /usr/local/texlive/2021/texmf-dist/scripts/latexindent/
3-
Tue Feb 15 21:40:48 2022
4-
Filename: /Users/thomas/Projects/jote-monorepo/libs/processors/docx-to-tex/src/test/fixtures/footnotes/__latexindent_temp.tex
1+
INFO: latexindent.pl version 3.18, 2022-06-12, a script to indent .tex files
2+
latexindent.pl lives here: /opt/homebrew/Cellar/latexindent/3.18_1/libexec/bin/
3+
Fri Feb 24 16:27:16 2023
4+
Filename: /Volumes/SSD/Projects/jote-monorepo/libs/ooxast/ooxast-util-to-unified-latex/src/test/fixtures/math/__latexindent_temp_expected.tex
55
INFO: Processing switches:
66
-y|--yaml: YAML settings specified via command line
77
-c|--cruft: cruft directory
8-
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/
8+
INFO: Directory for backup files and /Volumes/SSD/Projects/jote-monorepo/apps/converter-frontend-e2e/src/fixtures//indent.log:
9+
/Volumes/SSD/Projects/jote-monorepo/apps/converter-frontend-e2e/src/fixtures/
10+
INFO: Perl modules are being loaded from the following directories:
11+
/opt/homebrew/opt/perl/lib/perl5/5.36/FindBin.pm
12+
/opt/homebrew/Cellar/latexindent/3.18_1/libexec/lib/perl5/YAML/Tiny.pm
13+
/opt/homebrew/opt/perl/lib/perl5/5.36/File/Copy.pm
14+
/opt/homebrew/opt/perl/lib/perl5/5.36/File/Basename.pm
15+
/opt/homebrew/opt/perl/lib/perl5/5.36/Getopt/Long.pm
16+
/opt/homebrew/Cellar/latexindent/3.18_1/libexec/lib/perl5/File/HomeDir.pm
17+
INFO: LatexIndent perl modules are being loaded from, for example:
18+
/opt/homebrew/Cellar/latexindent/3.18_1/libexec/lib/perl5/LatexIndent/Document.pm
919
INFO: YAML settings read: defaultSettings.yaml
10-
Reading defaultSettings.yaml from /usr/local/texlive/2021/texmf-dist/scripts/latexindent/defaultSettings.yaml
20+
Reading defaultSettings.yaml from /opt/homebrew/Cellar/latexindent/3.18_1/libexec/bin/defaultSettings.yaml
1121
INFO: YAML settings read: indentconfig.yaml or .indentconfig.yaml
1222
Home directory is /Users/thomas (didn't find either indentconfig.yaml or .indentconfig.yaml)
1323
To specify user settings you would put indentconfig.yaml here: /Users/thomas/indentconfig.yaml
1424
Alternatively, you can use the hidden file .indentconfig.yaml as: /Users/thomas/.indentconfig.yaml
1525
INFO: YAML settings read: -y switch
1626
YAML setting: defaultIndent:' '
17-
Updating masterSettings with defaultIndent:
27+
single-quoted string found in -y switch: ' ', substitute to
28+
Updating mainSettings with defaultIndent:
1829
INFO: Phase 1: searching for objects
1930
INFO: Phase 2: finding surrounding indentation
2031
INFO: Phase 3: indenting objects
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"extends": [
3+
"../../../.eslintrc.json"
4+
],
5+
"ignorePatterns": [
6+
"!**/*"
7+
],
8+
"overrides": [
9+
{
10+
"files": [
11+
"*.ts",
12+
"*.tsx",
13+
"*.js",
14+
"*.jsx"
15+
],
16+
"rules": {}
17+
},
18+
{
19+
"files": [
20+
"*.ts",
21+
"*.tsx"
22+
],
23+
"rules": {}
24+
},
25+
{
26+
"files": [
27+
"*.js",
28+
"*.jsx"
29+
],
30+
"rules": {}
31+
}
32+
]
33+
}
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "https://json.schemastore.org/swcrc",
3+
"jsc": {
4+
"target": "es2017",
5+
"parser": {
6+
"syntax": "typescript",
7+
"decorators": true,
8+
"dynamicImport": true
9+
},
10+
"transform": {
11+
"decoratorMetadata": true,
12+
"legacyDecorator": true
13+
},
14+
15+
"externalHelpers": true,
16+
"loose": true
17+
},
18+
"module": {
19+
"type": "es6",
20+
"strict": true,
21+
"noInterop": true
22+
},
23+
"sourceMaps": true,
24+
"exclude": [
25+
"jest.config.ts",
26+
".*.spec.tsx?$",
27+
".*.test.tsx?$",
28+
"./src/jest-setup.ts$",
29+
"./**/jest-setup.ts$",
30+
".*.js$"
31+
]
32+
}

0 commit comments

Comments
 (0)