Skip to content

Commit

Permalink
Merge pull request #36 from razroo/export-not-supported-values
Browse files Browse the repository at this point in the history
export non supported values
  • Loading branch information
CharlieGreenman authored Aug 22, 2023
2 parents 1fa37fc + 39e4a68 commit 82a4a5d
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 82a4a5d

Please sign in to comment.