-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Tidy monorepo setup #15128
Merged
+200
−645
Merged
Tidy monorepo setup #15128
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
f4f7022
Monorepo package versions to *
adrinr 8cfe886
Add base tsconfig.build.json
adrinr 1791027
Use base tsconfig
adrinr 9272e17
Run dev without building types
adrinr 9f72e28
Run dev without building types
adrinr 7f3dab4
Run dev without building shared-core
adrinr d0b61eb
Reuse tsconfig.json
adrinr 0af85d9
Fix trailing
adrinr 1505484
Fix build
adrinr 317a651
Add types dep to build
adrinr 7a119cb
Use base tsconfig in backend-core
adrinr 7701d2b
Use base tsconfig in builder
adrinr 0757026
Use base tsconfig in cli
adrinr 3d5f276
Use base tsconfig in pro
adrinr 9bf7098
Fix exports
adrinr 79b5238
Fix backend-core build
adrinr bc31be6
Use base tsconfig in server
adrinr 1049127
Fix dev
adrinr 38b988b
Use base tsconfig in worker
adrinr 59e406c
Add extra paths
adrinr bea39bc
Fix check:types
adrinr 788831e
Update pro submodule
adrinr fb71568
Merge branch 'master' into labday/monorepo-setup
adrinr 66cd757
Unify node types
adrinr 53c28b5
Update worker and server es target
adrinr e296cf1
Fix check types
adrinr f795fb0
Merge branch 'master' into labday/monorepo-setup
adrinr f6bbbd7
Merge branch 'master' into labday/monorepo-setup
adrinr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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 @@ | ||
export { EventProcessor } from "@budibase/types" | ||
export type { EventProcessor } from "@budibase/types" |
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
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,25 +1,5 @@ | ||
{ | ||
"compilerOptions": { | ||
"target": "es6", | ||
"module": "commonjs", | ||
"lib": ["es2020"], | ||
"strict": true, | ||
"noImplicitAny": true, | ||
"esModuleInterop": true, | ||
"resolveJsonModule": true, | ||
"incremental": true, | ||
"types": ["node", "jest"], | ||
"outDir": "dist", | ||
"skipLibCheck": true, | ||
"baseUrl": ".", | ||
"paths": { | ||
"@budibase/types": ["../types/src"], | ||
"@budibase/backend-core": ["../backend-core/src"], | ||
"@budibase/backend-core/*": ["../backend-core/*"], | ||
"@budibase/shared-core": ["../shared-core/src"], | ||
"@budibase/string-templates": ["../string-templates/src"] | ||
} | ||
}, | ||
"extends": "../../tsconfig.build.json", | ||
"include": ["src/**/*"], | ||
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.spec.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
Submodule pro
updated
from 9d88d3 to 977bac
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is a strange case... We are using node 20, and based on their docs, it should accept "buffer" as a parameter. But the types don't allow it. Until now it was working as we were wrongly using node 22 types