1.1.2 • Published 8 months ago
rbxts-transformer-fs v1.1.2
rbxts-transformer-fs
rbxts-transformer-fs is a transformer designed for roblox-ts.
It allows to convert from any file system related functions to an expected functionality offered with this transformer.
Installation
Open your recent roblox-ts project
Install the transformer:
- Run this line
npm i -D rbxts-transformer-ts
in the command line
- Run this line
Configure the transformer:
- Go to the
tsconfig.json
in your preferred text editor and put the following under compilerOptions:
"plugins": [ { "transform": "rbxts-transformer-fs" } ]
- Go to the
You're good to go!
Warning
- This transformer is a bit unstable at this stage. The owner of this package cannot ensure the reliability of this transformer (especially the
$json
function)
Migrating from rbxts-transformer-path
See MIGRATION
2.0.0-alpha.3
8 months ago
2.0.0-alpha.1
9 months ago
2.0.0-alpha.2
9 months ago
2.0.0-alpha.0
2 years ago
1.1.1
4 years ago
1.1.2
4 years ago
1.0.6
4 years ago
1.1.0-rc.3
4 years ago
1.1.0-rc.2
4 years ago
1.1.0-rc.5
4 years ago
1.1.0-rc.4
4 years ago
1.1.0-rc.1
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago