@rbxts/phantom
Advanced tools
Comparing version 0.0.5 to 0.1.0
{ | ||
"name": "@rbxts/phantom", | ||
"description": "Immutable data library for Luau.", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"scripts": { | ||
"serve": "rojo serve default.project.json", | ||
"serve:tests": "rojo serve tests.project.json", | ||
"serve:bench": "rojo serve benchmarks.project.json", | ||
"check": "bunx @biomejs/biome check --write", | ||
"build:bench": "rojo sourcemap benchmarks.project.json --output sourcemap.json" | ||
}, | ||
"main": "src/init.luau", | ||
"typings": "src/index.d.ts", | ||
"files": ["src", "!**/*.spec.luau"], | ||
"files": ["src", "!**/*.spec.luau", "!**/*.bench.luau"], | ||
"repository": { | ||
@@ -29,6 +36,5 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"serve": "rojo serve", | ||
"fmt": "bunx @biomejs/biome check --write" | ||
"devDependencies": { | ||
"typescript": "^5.6.0-dev.20240801" | ||
} | ||
} |
# rbx-phantom | ||
Immutable data library for Luau. |
@@ -1,19 +0,9 @@ | ||
export = Phantom; | ||
import type { PhantomNone } from "./Util"; | ||
import PhantomArray from "./Array"; | ||
import PhantomDictionary from "./Dictionary"; | ||
import PhantomMap from "./Map"; | ||
import None from "./None"; | ||
import PhantomSet from "./Set"; | ||
export * from "./Util"; | ||
declare namespace Phantom { | ||
export const None: PhantomNone; | ||
export type None = PhantomNone; | ||
export { | ||
PhantomArray as Array, | ||
PhantomArray as List, | ||
PhantomDictionary as Dictionary, | ||
PhantomSet as Set, | ||
}; | ||
export namespace Phantom { | ||
export { PhantomArray as Array, PhantomMap as Map, PhantomSet as Set, None }; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
588
76374
1
95
1