Skip to content

Commit

Permalink
export non supported values
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieGreenman committed Aug 22, 2023
1 parent 1fa37fc commit 39e4a68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { NOT_SUPPORTED_TYPE } from './rz/morph/interfaces/morph.interface';
// color related items
export { getPalette, createColorVariables } from './rz/global-variables';

Expand All @@ -9,7 +10,7 @@ export { getVersionAndNameString, determineType, determineFilePathParameter, rea
getAllDirectoriesFromVsCodeFolder, determineLanguagesUsed, replaceCodeModEditsTemplateVariables } from './rz/utils';

// export typescript related edits
export { EditInput, EditFile, morphCode, effects, standaloneEffects, filesToAffect, communityPaths, types } from './rz/morph';
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';
Expand Down

0 comments on commit 39e4a68

Please sign in to comment.