1.1.2 • Published 10 months ago

rbxts-transformer-fs v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

  1. Open your recent roblox-ts project

  2. Install the transformer:

    • Run this line npm i -D rbxts-transformer-ts in the command line
  3. Configure the transformer:

    • Go to the tsconfig.json in your preferred text editor and put the following under compilerOptions:
    "plugins": [
    	{ "transform": "rbxts-transformer-fs" }
    ]
  4. 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.0

10 months ago

1.1.1

3 years ago

1.1.2

3 years ago

1.0.6

3 years ago

1.1.0-rc.3

3 years ago

1.1.0-rc.2

3 years ago

1.1.0-rc.5

3 years ago

1.1.0-rc.4

3 years ago

1.1.0-rc.1

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago