SYMBOL INDEX (30 symbols across 3 files) FILE: lib/sprockets/es6.rb type Sprockets (line 6) | module Sprockets class ES6 (line 7) | class ES6 method configuration_hash (line 13) | def configuration_hash method instance (line 20) | def instance method configure (line 24) | def configure method reset_configuration (line 29) | def reset_configuration method call (line 33) | def call(input) method cache_key (line 37) | def cache_key method configuration_hash (line 45) | def configuration_hash method initialize (line 49) | def initialize(options = {}) method call (line 61) | def call(input) method transform (line 69) | def transform(data, opts) method transformation_options (line 73) | def transformation_options(input) FILE: lib/sprockets/es6/version.rb type Sprockets (line 1) | module Sprockets class ES6 (line 2) | class ES6 FILE: test/test_es6.rb class TestES6 (line 5) | class TestES6 < MiniTest::Test method setup (line 6) | def setup method test_require_asset (line 11) | def test_require_asset method test_transform_arrow_function (line 23) | def test_transform_arrow_function method test_common_modules (line 35) | def test_common_modules method test_amd_modules (line 46) | def test_amd_modules method test_amd_modules_with_ids (line 57) | def test_amd_modules_with_ids method test_amd_modules_with_ids_and_root (line 68) | def test_amd_modules_with_ids_and_root method test_system_modules (line 79) | def test_system_modules method test_system_modules_with_ids (line 95) | def test_system_modules_with_ids method test_system_modules_with_ids_and_root (line 111) | def test_system_modules_with_ids_and_root method test_caching_takes_filename_into_account (line 127) | def test_caching_takes_filename_into_account method test_class_level_transformation_configuration (line 153) | def test_class_level_transformation_configuration method test_cache_key (line 173) | def test_cache_key method register (line 184) | def register(processor)