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

build: modular assembly #196

Merged
merged 11 commits into from
Jul 9, 2024
Merged

build: modular assembly #196

merged 11 commits into from
Jul 9, 2024

Conversation

itwillwork
Copy link
Contributor

@itwillwork itwillwork commented Jun 14, 2024

@itwillwork itwillwork changed the title Database separate build Modular assembly Jun 14, 2024
"from": "./src/autocomplete/databases/!(yql)/**/*"
},
]
}]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eslint rule for blocking cross imports

"./mysql": "./dist/databases/mysql/index.js",
"./postgresql": "./dist/databases/postgresql/index.js",
"./yql": "./dist/databases/yql/index.js"
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modular export

package.json Outdated Show resolved Hide resolved
src/autocomplete/shared/index.ts Show resolved Hide resolved
src/autocomplete/databases/clickhouse/index.ts Outdated Show resolved Hide resolved
build.js Outdated Show resolved Hide resolved
build.js Outdated
outfile: 'dist/index.js',
tsconfig: './tsconfig.build.json',
});
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure there's no way to do write it differently? If not, at least write a comment explaining why you need to disable it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the script has been rewritten, there is no more comment

@itwillwork itwillwork changed the title Modular assembly ci: modular assembly Jul 9, 2024
@roberthovsepyan roberthovsepyan changed the title ci: modular assembly build: modular assembly Jul 9, 2024
@roberthovsepyan roberthovsepyan merged commit 1e8ff53 into main Jul 9, 2024
4 checks passed
@roberthovsepyan roberthovsepyan deleted the database-separate-build-p2 branch July 9, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants