requirejs-esm 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api.js CHANGED
@@ -4,6 +4,8 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.requirejsEsmAPI = {}));
5
5
  })(this, (function (exports) { 'use strict';
6
6
 
7
+ // Returns the child file name by cutting the directoris before the last slash,
8
+
7
9
  // Returns the parent directory by cutting the file name after the last slash,
8
10
  // leaving the slash in the result. If there is no slash in the path - the path
9
11
  // is just a file name, it will return `undefined`.