-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix build * Fix build script * Delete ESM tsconfigs * Fix compile * Fix testing * Upgrade mrlint
- Loading branch information
1 parent
0c29a2b
commit 0ba11a6
Showing
182 changed files
with
954 additions
and
725 deletions.
There are no files selected for viewing
Binary file removed
BIN
-20.5 KB
.yarn/cache/@fern-api-mrlint-commons-npm-0.0.46-f864bd0ac6-88254c30b8.zip
Binary file not shown.
Binary file added
BIN
+38.4 KB
.yarn/cache/@fern-api-mrlint-commons-npm-0.0.50-406ddca605-2106f1cb85.zip
Binary file not shown.
Binary file removed
BIN
-24.4 KB
.yarn/cache/@fern-api-mrlint-lint-npm-0.0.46-d081cece60-0e49f17a5b.zip
Binary file not shown.
Binary file added
BIN
+46.2 KB
.yarn/cache/@fern-api-mrlint-lint-npm-0.0.50-dfd473f97a-b77f12256d.zip
Binary file not shown.
Binary file removed
BIN
-29.1 KB
.yarn/cache/@fern-api-mrlint-parser-npm-0.0.46-9965b90188-19615fd5ef.zip
Binary file not shown.
Binary file added
BIN
+55.2 KB
.yarn/cache/@fern-api-mrlint-parser-npm-0.0.50-3190711c63-a8d224a95b.zip
Binary file not shown.
Binary file removed
BIN
-52.5 KB
.yarn/cache/@fern-api-mrlint-rules-npm-0.0.46-39658995f5-47f4385446.zip
Binary file not shown.
Binary file added
BIN
+92.9 KB
.yarn/cache/@fern-api-mrlint-rules-npm-0.0.50-4b86cd2c2f-7066117695.zip
Binary file not shown.
Binary file removed
BIN
-17.5 KB
.yarn/cache/@fern-api-mrlint-virtual-file-system-npm-0.0.46-79e39728bc-1f7d194acc.zip
Binary file not shown.
Binary file added
BIN
+32.8 KB
.yarn/cache/@fern-api-mrlint-virtual-file-system-npm-0.0.50-eaaa3c2f90-a8c8b76d27.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "ignores": ["@types/jest", "@types/node"], "ignore-patterns": ["lib"] } | ||
{ "ignores": ["@types/jest", "@types/node", "ts-jest"], "ignore-patterns": ["lib"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"extends": "../../shared/tsconfig.shared.json", | ||
"compilerOptions": { "composite": true, "outDir": "lib/cjs", "rootDir": "src", "module": "CommonJS" }, | ||
"include": ["./src"], | ||
"references": [ | ||
{ "path": "../add-generator/tsconfig.cjs.json" }, | ||
{ "path": "../cli/tsconfig.cjs.json" }, | ||
{ "path": "../commons/tsconfig.cjs.json" }, | ||
{ "path": "../compiler/commons/tsconfig.cjs.json" }, | ||
{ "path": "../compiler/compiler/tsconfig.cjs.json" }, | ||
{ "path": "../compiler/ir-generation/tsconfig.cjs.json" }, | ||
{ "path": "../compiler/syntax-analysis/tsconfig.cjs.json" }, | ||
{ "path": "../ete-tests/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/cli/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/client/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/commons/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/encoders/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/errors/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/helpers/built-in/json-encoding-helper/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/helpers/helper-manager/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/helpers/utils/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/model/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/model-context/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/server/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/service-types/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/service-utils/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/testing-utils/tsconfig.cjs.json" }, | ||
{ "path": "../fern-typescript/types/tsconfig.cjs.json" }, | ||
{ "path": "../init/tsconfig.cjs.json" }, | ||
{ "path": "../local-generation/docker-utils/tsconfig.cjs.json" }, | ||
{ "path": "../local-generation/local-workspace-runner/tsconfig.cjs.json" }, | ||
{ "path": "../login/tsconfig.cjs.json" }, | ||
{ "path": "../openapi-converter/tsconfig.cjs.json" }, | ||
{ "path": "../remote-generation/remote-workspace-runner/tsconfig.cjs.json" }, | ||
{ "path": "../ui/app/tsconfig.cjs.json" }, | ||
{ "path": "../ui/fe-bundle/tsconfig.cjs.json" } | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "ignores": ["@types/jest", "@types/node"], "ignore-patterns": ["lib"] } | ||
{ "ignores": ["@types/jest", "@types/node", "ts-jest"], "ignore-patterns": ["lib"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"extends": "../../shared/tsconfig.shared.json", | ||
"compilerOptions": { "composite": true, "outDir": "lib/cjs", "rootDir": "src", "module": "CommonJS" }, | ||
"include": ["./src"], | ||
"references": [{ "path": "../commons/tsconfig.cjs.json" }] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"extends": "../../shared/tsconfig.shared.json", | ||
"compilerOptions": { "composite": true, "outDir": "lib/cjs", "rootDir": "src", "module": "CommonJS" }, | ||
"compilerOptions": { "composite": true, "outDir": "lib/esm", "rootDir": "src", "module": "esnext" }, | ||
"include": ["./src"], | ||
"references": [{ "path": "../commons/tsconfig.json" }] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"ignores": ["@types/jest", "@types/node", "webpack-cli", "ts-loader", "node-loader", "ts-node"], | ||
"ignores": ["@types/jest", "@types/node", "ts-jest", "webpack-cli", "ts-loader", "node-loader", "ts-node"], | ||
"ignore-patterns": ["lib", "webpack/dist/bundle.js"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"extends": "../../shared/tsconfig.shared.json", | ||
"compilerOptions": { "composite": true, "outDir": "lib/cjs", "rootDir": "src", "module": "CommonJS" }, | ||
"include": ["./src"], | ||
"references": [ | ||
{ "path": "../add-generator/tsconfig.cjs.json" }, | ||
{ "path": "../commons/tsconfig.cjs.json" }, | ||
{ "path": "../compiler/commons/tsconfig.cjs.json" }, | ||
{ "path": "../compiler/compiler/tsconfig.cjs.json" }, | ||
{ "path": "../compiler/syntax-analysis/tsconfig.cjs.json" }, | ||
{ "path": "../init/tsconfig.cjs.json" }, | ||
{ "path": "../local-generation/local-workspace-runner/tsconfig.cjs.json" }, | ||
{ "path": "../login/tsconfig.cjs.json" }, | ||
{ "path": "../openapi-converter/tsconfig.cjs.json" }, | ||
{ "path": "../remote-generation/remote-workspace-runner/tsconfig.cjs.json" } | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "ignores": ["@types/jest", "@types/node"], "ignore-patterns": ["lib"] } | ||
{ "ignores": ["@types/jest", "@types/node", "ts-jest"], "ignore-patterns": ["lib"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../../shared/tsconfig.shared.json", | ||
"compilerOptions": { "composite": true, "outDir": "lib/cjs", "rootDir": "src", "module": "CommonJS" }, | ||
"include": ["./src"] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"extends": "../../shared/tsconfig.shared.json", | ||
"compilerOptions": { "composite": true, "outDir": "lib/cjs", "rootDir": "src", "module": "CommonJS" }, | ||
"compilerOptions": { "composite": true, "outDir": "lib/esm", "rootDir": "src", "module": "esnext" }, | ||
"include": ["./src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "ignores": ["@types/jest", "@types/node"], "ignore-patterns": ["lib"] } | ||
{ "ignores": ["@types/jest", "@types/node", "ts-jest"], "ignore-patterns": ["lib"] } |
Oops, something went wrong.
0ba11a6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
fern – ./
fern-zachkirsch.vercel.app
fern-git-main-zachkirsch.vercel.app
fern-ten.vercel.app