We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1491ff commit 29e71efCopy full SHA for 29e71ef
dist/library/lua/plugins/luasocket.lua
dist/library/lua/profiler.lua
lib/lua.rb
@@ -7,7 +7,7 @@ class << self
7
# names.
8
def parse_lua_files(files)
9
# Either annoying to parse or not needed.
10
- ignored_files = %w[internal expect mock luacov_helper]
+ ignored_files = %w[internal expect mock profiler luasocket luacov_helper]
11
12
files.each do |path|
13
print "Parsing: #{path}\n"
0 commit comments