Skip to content

Commit

Permalink
Don't persist cached basic types
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 committed Aug 21, 2024
1 parent 8fd5438 commit 8d949c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/json2object/utils/schema/DataBuilder.hx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ typedef Definitions = Map<String, JsonType>;

class DataBuilder {

@:persistent
static var cachedBool:Type = null;
@:persistent
static var cachedFloat:Type = null;
@:persistent
static var cachedString:Type = null;

static var BOOL(get, never):Type;
Expand Down

0 comments on commit 8d949c1

Please sign in to comment.