{"library":"tcp-bundler","type":"library","category":null,"description":"Vanilla JS/TS bundler using a socket connection to trigger bundling on page refresh. Version 1.1.0. The package acts as a server that listens on a TCP socket; when a filename is sent, it bundles the file and its imports into a single output file. Supports basic import/export operations (import * as, named imports, side-effect imports) and optional TypeScript compilation and minification. Unlike full-featured bundlers like webpack or rollup, it does not support npm package imports and is intended for simple vanilla projects. Release cadence is low; maintenance is unclear.","language":"javascript","status":"active","version":"1.1.0","tags":["javascript","bundler","import","typescript"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install tcp-bundler","imports":["import tcpbundler from 'tcp-bundler'","import { startListen } from 'tcp-bundler'","import tcpbundler from 'tcp-bundler'; tcpbundler.startListen('localhost', 9098, { tsc: true })"]},{"cmd":"yarn add tcp-bundler","imports":[]},{"cmd":"pnpm add tcp-bundler","imports":[]}],"homepage":"https://github.com/Sanshain/tcp-bundler","github":"https://github.com/Sanshain/tcp-bundler","docs":null,"changelog":null,"pypi":null,"npm":"tcp-bundler","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}