mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 04:31:47 +00:00
[Lua] Apply Namer to Lua (#7171)
* Apply Namer to Lua bfbs code gen * refactor namer into IdlNamer to keep idl includes separate * remove commented out code * added bfbs_namer * remove Enum case * add to bazel
This commit is contained in:
@@ -37,7 +37,9 @@ cc_library(
|
||||
"bfbs_gen.h",
|
||||
"bfbs_gen_lua.cpp",
|
||||
"bfbs_gen_lua.h",
|
||||
"bfbs_namer.h",
|
||||
"flatc.cpp",
|
||||
"namer.h",
|
||||
],
|
||||
hdrs = [
|
||||
"//:flatc_headers",
|
||||
@@ -56,6 +58,7 @@ cc_library(
|
||||
"bfbs_gen.h",
|
||||
"bfbs_gen_lua.cpp",
|
||||
"bfbs_gen_lua.h",
|
||||
"bfbs_namer.h",
|
||||
"flatc_main.cpp",
|
||||
"idl_gen_cpp.cpp",
|
||||
"idl_gen_csharp.cpp",
|
||||
@@ -73,6 +76,7 @@ cc_library(
|
||||
"idl_gen_swift.cpp",
|
||||
"idl_gen_text.cpp",
|
||||
"idl_gen_ts.cpp",
|
||||
"idl_namer.h",
|
||||
"namer.h",
|
||||
"util.cpp",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user