Skip to content

easy-games/rbxts-transform-guid

 
 

Repository files navigation

GUID

Very experimental compile-time GUID library

Ambient Enum UUIDs

option EXPERIMENTAL_JSDocConstEnumUUID. If this is use, it must only be used in contexts where a file watcher isn't used such as production. Environments can be set with ConstEnumUUIDRequiresEnv.

/**
 * @uuid
 */
const enum AmbientId {
    Test = "Hello, World"
}

All it requires is a const enum and a @uuid jsdoc tag. This should only be used in production environments, and without watch mode. If used in watch mode this may be quite buggy and cause issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 100.0%