Sha256: c31ead9775b0c66a9db73db136269b863bd688f923f6b03fb3dfbff1bf780489
Contents?: true
Size: 396 Bytes
Versions: 40
Compression:
Stored size: 396 Bytes
Contents
# frozen_string_literal: true module Opal # To generate the source map for a single file use Opal::SourceMap::File. # To combine multiple files the Opal::SourceMap::Index should be used. module SourceMap autoload :Map, 'opal/source_map/map' autoload :File, 'opal/source_map/file' autoload :Index, 'opal/source_map/index' autoload :VLQ, 'opal/source_map/vlq' end end
Version data entries
40 entries across 40 versions & 1 rubygems