{"library":"namespace-bundler","title":"namespace-bundler","description":"A JavaScript bundler (v1.0.7, last updated 2017) that concatenates files following namespace patterns without requiring import/require statements. Designed for legacy browser support including IE8, it produces readable output in dev tools. Simple API with bundle() returning content and writeToFile() for synchronous output. No active development since 2017.","language":"javascript","status":"abandoned","last_verified":"Sat Apr 25","install":{"commands":["npm install namespace-bundler"],"cli":null},"imports":["const Bundler = require('namespace-bundler')","const Bundler = require('namespace-bundler'); Bundler.bundle('/path')","const result = require('namespace-bundler').bundle('/path'); result.value"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const Bundler = require('namespace-bundler');\nconst result = Bundler.bundle('/path/to/src');\nconsole.log(result.value);\nresult.writeToFile('/path/to/output.js');","lang":"javascript","description":"Shows basic usage: bundle a directory and get content or write to file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}