From 5da3c49497cacd528219bd8cc32444afb052854a Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 30 Oct 2019 19:45:33 +0300 Subject: [PATCH] json: rename jsgen.v to json_gen.v --- vlib/compiler/{jsgen.v => json_gen.v} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vlib/compiler/{jsgen.v => json_gen.v} (100%) diff --git a/vlib/compiler/jsgen.v b/vlib/compiler/json_gen.v similarity index 100% rename from vlib/compiler/jsgen.v rename to vlib/compiler/json_gen.v