Registry / devops / roblox-ts-script

roblox-ts-script

JSON →
library0.3.4jsnpmunverified

A utility package that serves as a dependency for projects created with Create-Roblox-TS-Script. It provides tooling for bundling, minifying, and transforming TypeScript-to-Luau code for Roblox using roblox-ts, Rojo, tape (modified), and darklua. Version 0.3.4 is stable but infrequently updated, primarily intended as an internal dependency rather than a standalone library. It differentiates from raw roblox-ts by bundling workflow tools together for single-script outputs.

npm install roblox-ts-script
INSTALL
IMPORT
SIG · ROBLOX-TS-SCRIPT
R
roblox-ts-script
devopsjavascriptv0.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import script from 'roblox-ts-script'
const script = require('roblox-ts-script')
Package does not export a default export; no meaningful public API for direct use.
Script
import { Script } from 'roblox-ts-script'
Named export for internal use only; not part of documented public API.

Demonstrates that the package is an internal dependency; proper usage is via the CLI scaffold tool.

// This package is not used directly; it is a dependency of Create-Roblox-TS-Script. // To use, install the scaffolding tool and create a project: // npx create-roblox-ts-script my-project // cd my-project // npm install // npm run build
Debug
Known issues
gotchaPackage has no documented public API; importing directly may yield unexpected results.
fix
Use Create-Roblox-TS-Script to generate projects instead of importing this package directly.
affects: all
deprecatedDepends on tape bundler heavily modified; compatibility with future versions of tape is not guaranteed.
fix
Monitor for updates to tape or migration to a different bundler.
affects: <0.4.0
Errors
Common errors & fixes
Cannot find module 'roblox-ts-script'
Package is scoped or not installed; it is a dependency of Create-Roblox-TS-Script and not meant to be installed standalone.
fix
Run 'npm install' inside a project created with Create-Roblox-TS-Script. Do not install manually.
Upgrade
Version history
0.3.4latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
roblox-ts-script — npm install roblox-ts-script · libregistry