Method: Uglifier.compile_with_map
- Defined in:
- lib/uglifier.rb
.compile_with_map(source, options = {}) ⇒ Array(String, String)
Minifies JavaScript code and generates a source map using implicit context.
139 140 141 |
# File 'lib/uglifier.rb', line 139 def self.compile_with_map(source, = {}) new().compile_with_map(source) end |