Skip to content

ZETA-6974: Update add function functionality for application. Remove docs from codemorph #64

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

Merged
merged 2 commits into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export { getVersionAndNameString, determineType, determineFilePathParameter, rea
// export typescript related edits
export { EditInput, EditFile, morphCode, effects, standaloneEffects, filesToAffect, NOT_SUPPORTED, NOT_SUPPORTED_TYPE, communityPaths, types } from './rz/morph';

// export typescript related edits
export { getCodeModParams, getCodeModOptions } from './rz/params';

// global variables
export { names, codeCmsVariablesToIgnore, powerUpVariables, powerUpVariablesFlatData, existingFileNames} from './rz/global-variables';

Expand Down
137 changes: 0 additions & 137 deletions src/rz/params/html-params/html-params.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/rz/params/index.ts

This file was deleted.

52 changes: 0 additions & 52 deletions src/rz/params/json-params/json-params.ts

This file was deleted.

32 changes: 0 additions & 32 deletions src/rz/params/params.ts

This file was deleted.

34 changes: 0 additions & 34 deletions src/rz/params/scss-params/scss-params.ts

This file was deleted.

Loading