Created
December 28, 2021 15:03
-
-
Save IKatsuba/a34d6d2be8d31e8a7129f986001eb49d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setActiveProject(createProject(new NgMorphTree('/'))); | |
const enums = getEnums('/**/*.ts'); | |
editEnums(enums, ({name}) => ({name: name.toUpperCase()})) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment