mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
📝 Mark LessCompileCache class private
This commit is contained in:
@@ -5,6 +5,7 @@ LessCache = require 'less-cache'
|
||||
|
||||
tmpDir = if process.platform is 'win32' then os.tmpdir() else '/tmp'
|
||||
|
||||
# Private: {LessCache} wrapper used by {ThemeManager} to read stylesheets.
|
||||
module.exports =
|
||||
class LessCompileCache
|
||||
Subscriber.includeInto(this)
|
||||
|
||||
Reference in New Issue
Block a user