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

feat: no adapter classes #1382

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

feat: no adapter classes #1382

wants to merge 23 commits into from

Conversation

mshanemc
Copy link
Contributor

@mshanemc mshanemc commented Aug 1, 2024

an experimental PR to see whether removing adapter classes improves the situation
possible prep for adding new adapters for new sourceBehaviorOptions

fixes some UT and skips a few invalid/broken ones. TBD on what we do with those

@mshanemc mshanemc changed the title Sm/no-adapter-classes feat: no adapter classes Aug 1, 2024
@mshanemc mshanemc changed the base branch from sm/skip-adapter-optimizations to main August 1, 2024 21:00
@@ -8,6 +8,7 @@
import { basename, dirname, extname, join, posix, sep } from 'node:path/posix';
import { SfError } from '@salesforce/core';
import { ensureArray } from '@salesforce/kit';
import { posixify } from '../utils/path';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

a single function to do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants