-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Export to Language
-
None
-
None
currently to consume this package, you need to be running a node environment as all the symbol tables get joined dynamically with 'path'.
Need to consider a browserify transform that gets triggered on 'npm prepublish' and packages up a pure javascript module.
https://www.npmjs.com/package/path-browserify and https://www.npmjs.com/package/brfs will probably do the trick.