Skip to content

f5-corkscrew-1.6.1.tgz

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jan 18:55

Changed

  • Dependency Cleanup: Removed 8 unused packages

    • balanced-match, @types/balanced-match (replaced by custom bracket matching)
    • decompress, @types/decompress (replaced by tar-stream)
    • xregexp (only used by dead code)
    • object-path, @types/object-path (replaced with inline deepGet)
    • f5-conx-core (replaced with local logger)
  • Dead Code Removal: Removed ~900 lines of unused code

    • src/deepParse.ts deleted entirely (~750 lines)
    • src/tmos2json.ts deleted (bracket matching functions unused after universal parser)
    • Dead functions: uniqueList, nestedObjValue, setNestedKey, parseConfigs
    • Orphan test file 010_json_objects.test.ts (never ran due to naming)
  • Local Logger Enhancement: Simplified src/logger.ts with console toggle and journal access for CLI

Fixed

  • Removed broken imports in test files