api documentation for webpack-isomorphic-tools (v3.0.2)

Transforms CSS-alike text into a React style JSON object

table of contents

  1. module webpack-isomorphic-tools
    1. function webpack-isomorphic-tools (options)
    2. function webpack-isomorphic-tools.plugin (options)
    3. object webpack-isomorphic-tools.common
    4. object webpack-isomorphic-tools.helpers
    5. object webpack-isomorphic-tools.plugin.prototype
  2. module webpack-isomorphic-tools.common
    1. function webpack-isomorphic-tools.common.alias_hook (path, module, project_path, aliases, log)
    2. function webpack-isomorphic-tools.common.default_webpack_assets ()
    3. function webpack-isomorphic-tools.common.is_global_path (path)
    4. function webpack-isomorphic-tools.common.is_package_path (path)
    5. function webpack-isomorphic-tools.common.is_relative_path (path)
    6. function webpack-isomorphic-tools.common.normalize_asset_path (global_asset_path, project_path)
    7. function webpack-isomorphic-tools.common.normalize_options (options)
    8. function webpack-isomorphic-tools.common.uniform_path (asset_path)
    9. object webpack-isomorphic-tools.common.verbosity_levels
  3. module webpack-isomorphic-tools.helpers
    1. function webpack-isomorphic-tools.helpers.alias_properties_with_camel_case (object)
    2. function webpack-isomorphic-tools.helpers.camel_case (string)
    3. function webpack-isomorphic-tools.helpers.clone (object)
    4. function webpack-isomorphic-tools.helpers.convert_from_camel_case (object)
    5. function webpack-isomorphic-tools.helpers.ends_with (string, substring)
    6. function webpack-isomorphic-tools.helpers.exists (what)
    7. function webpack-isomorphic-tools.helpers.extend ()
    8. function webpack-isomorphic-tools.helpers.is_blank (text)
    9. function webpack-isomorphic-tools.helpers.is_empty (array)
    10. function webpack-isomorphic-tools.helpers.is_object (object)
    11. function webpack-isomorphic-tools.helpers.last (array)
    12. function webpack-isomorphic-tools.helpers.merge ()
    13. function webpack-isomorphic-tools.helpers.not_empty (array)
    14. function webpack-isomorphic-tools.helpers.repeat (what, times)
    15. function webpack-isomorphic-tools.helpers.replace_all (where, what, with_what)
    16. function webpack-isomorphic-tools.helpers.starts_with (string, substring)
    17. function webpack-isomorphic-tools.helpers.zip (a, b)
  4. module webpack-isomorphic-tools.plugin
    1. function webpack-isomorphic-tools.plugin (options)
    2. function webpack-isomorphic-tools.plugin.cssLoaderParser (module, options, log)
    3. function webpack-isomorphic-tools.plugin.cssModulesLoaderParser (module, options, log)
    4. function webpack-isomorphic-tools.plugin.css_loader_parser (module, options, log)
    5. function webpack-isomorphic-tools.plugin.css_modules_loader_parser (module, options, log)
    6. function webpack-isomorphic-tools.plugin.regular_expression (extensions)
    7. function webpack-isomorphic-tools.plugin.styleLoaderFilter (module, regular_expression, options, log)
    8. function webpack-isomorphic-tools.plugin.styleLoaderPathExtractor (module, options, log)
    9. function webpack-isomorphic-tools.plugin.style_loader_filter (module, regular_expression, options, log)
    10. function webpack-isomorphic-tools.plugin.style_loader_path_extractor (module, options, log)
    11. function webpack-isomorphic-tools.plugin.urlLoaderParser (module, options, log)
    12. function webpack-isomorphic-tools.plugin.url_loader_parser (module, options, log)
  5. module webpack-isomorphic-tools.plugin.prototype
    1. function webpack-isomorphic-tools.plugin.prototype.apply (compiler)
    2. function webpack-isomorphic-tools.plugin.prototype.development (flag)
    3. function webpack-isomorphic-tools.plugin.prototype.regexp (asset_type)
    4. function webpack-isomorphic-tools.plugin.prototype.regularExpression (asset_type)
    5. function webpack-isomorphic-tools.plugin.prototype.regular_expression (asset_type)
    6. function webpack-isomorphic-tools.plugin.prototype.start_dev_server ()

module webpack-isomorphic-tools

function webpack-isomorphic-tools (options)

function webpack-isomorphic-tools.plugin (options)

module webpack-isomorphic-tools.common

function webpack-isomorphic-tools.common.alias_hook (path, module, project_path, aliases, log)

function webpack-isomorphic-tools.common.default_webpack_assets ()

function webpack-isomorphic-tools.common.is_global_path (path)

function webpack-isomorphic-tools.common.is_package_path (path)

function webpack-isomorphic-tools.common.is_relative_path (path)

function webpack-isomorphic-tools.common.normalize_asset_path (global_asset_path, project_path)

function webpack-isomorphic-tools.common.normalize_options (options)

function webpack-isomorphic-tools.common.uniform_path (asset_path)

module webpack-isomorphic-tools.helpers

function webpack-isomorphic-tools.helpers.alias_properties_with_camel_case (object)

function webpack-isomorphic-tools.helpers.camel_case (string)

function webpack-isomorphic-tools.helpers.clone (object)

function webpack-isomorphic-tools.helpers.convert_from_camel_case (object)

function webpack-isomorphic-tools.helpers.ends_with (string, substring)

function webpack-isomorphic-tools.helpers.exists (what)

function webpack-isomorphic-tools.helpers.extend ()

function webpack-isomorphic-tools.helpers.is_blank (text)

function webpack-isomorphic-tools.helpers.is_empty (array)

function webpack-isomorphic-tools.helpers.is_object (object)

function webpack-isomorphic-tools.helpers.last (array)

function webpack-isomorphic-tools.helpers.merge ()

function webpack-isomorphic-tools.helpers.not_empty (array)

function webpack-isomorphic-tools.helpers.repeat (what, times)

function webpack-isomorphic-tools.helpers.replace_all (where, what, with_what)

function webpack-isomorphic-tools.helpers.starts_with (string, substring)

function webpack-isomorphic-tools.helpers.zip (a, b)

module webpack-isomorphic-tools.plugin

function webpack-isomorphic-tools.plugin (options)

function webpack-isomorphic-tools.plugin.cssLoaderParser (module, options, log)

function webpack-isomorphic-tools.plugin.cssModulesLoaderParser (module, options, log)

function webpack-isomorphic-tools.plugin.css_loader_parser (module, options, log)

function webpack-isomorphic-tools.plugin.css_modules_loader_parser (module, options, log)

function webpack-isomorphic-tools.plugin.regular_expression (extensions)

function webpack-isomorphic-tools.plugin.styleLoaderFilter (module, regular_expression, options, log)

function webpack-isomorphic-tools.plugin.styleLoaderPathExtractor (module, options, log)

function webpack-isomorphic-tools.plugin.style_loader_filter (module, regular_expression, options, log)

function webpack-isomorphic-tools.plugin.style_loader_path_extractor (module, options, log)

function webpack-isomorphic-tools.plugin.urlLoaderParser (module, options, log)

function webpack-isomorphic-tools.plugin.url_loader_parser (module, options, log)

module webpack-isomorphic-tools.plugin.prototype

function webpack-isomorphic-tools.plugin.prototype.apply (compiler)

function webpack-isomorphic-tools.plugin.prototype.development (flag)

function webpack-isomorphic-tools.plugin.prototype.regexp (asset_type)

function webpack-isomorphic-tools.plugin.prototype.regularExpression (asset_type)

function webpack-isomorphic-tools.plugin.prototype.regular_expression (asset_type)

function webpack-isomorphic-tools.plugin.prototype.start_dev_server ()

[ this document was created with utility2 ]