Trait swc_common::source_map::SourceMapGenConfig[][src]

pub trait SourceMapGenConfig {
    fn file_name_to_source(&self, f: &FileName) -> String;

    fn names(&self) -> Vec<&str>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
{ ... } }

Required methods

Returns

File path to used in SourceMap.sources.

This should not return content of the file.

Provided methods

Implementations on Foreign Types

Implementors