Skip to content

Commit 575c74c

Browse files
committed
feat!: rename exported aliases
This commit renames aliases to more naturally map to package names. Previously, exported aliases attempted to match the global REPL namespace aliases. This made more sense when the main distributable artifacts were a "flat" and "tree" bundle and we wanted to have similar naming conventions across both. Times have changed, however, and the use of REPL aliases in the "array" namespace feels awkward and are hard to predict from a user POV, without knowing the conventions of the REPL global namespace. Accordingly, this commit changes aliases to what we'd typically use for a nested namespace. BREAKING CHANGE: rename exported aliases To migrate, users should consult the documentation for the updated aliases. For the most part, updating code should be as simple as dropping an `array` or `a` prefix. For others, they should more directly match, or be inferrable from, the package name.
1 parent 7e7ed0c commit 575c74c

File tree

1 file changed

+70
-70
lines changed
  • lib/node_modules/@stdlib/array/lib

1 file changed

+70
-70
lines changed

0 commit comments

Comments
 (0)