dev/package/edit: Library Dependencies
dev_package_edit_config_init()Defines, documents, and initializes library settings.
package file callback entrypoints
package_sed()Runs sed to globally replace a pattern ($1) with a string ($2). See sed_replace_global().
package_symbol_rename()Renames a single package script symbol.
$1 - Old symbol
$2 - New symbol
$3 - Suffix (optional)
package_file_rename()Renames package source code files.
$1 - Kind of package file: tools, libs
$2 - Old name
$3 - New name
package_file_rename_libs()Renames a library script.
$1 - Old name
$2 - New name
package_file_rename_tools()Renames a tool script.
$1 - Old name
$2 - New name
package_file_rename_module()Moves a source file in the package repository.
$1 - Kind of package file: tools, libs
$2 - Old name
$3 - New name
package_file_rename_symbols()Renames library entrypoint symbols. repository.
$1 - Kind of package file: tools, libs
$2 - Old name
$3 - New name