Skip to content

Instantly share code, notes, and snippets.

@IKatsuba
Created December 28, 2021 15:03
Show Gist options
  • Save IKatsuba/a34d6d2be8d31e8a7129f986001eb49d to your computer and use it in GitHub Desktop.
Save IKatsuba/a34d6d2be8d31e8a7129f986001eb49d to your computer and use it in GitHub Desktop.
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