pub struct BaseCompiler { /* private fields */ }Implementations§
Source§impl BaseCompiler
impl BaseCompiler
pub fn new(plugins_loader: PluginsLoader) -> Self
pub fn load_plugins( &self, context: &BaseCompilerContext, ts_config_path: impl AsRef<Path>, app_name: Option<&str>, ) -> Result<MultiNestCompilerPlugins, String>
pub fn get_path_to_source( &self, context: &BaseCompilerContext, ts_config_path: impl AsRef<Path>, app_name: Option<&str>, ) -> PathBuf
Trait Implementations§
Source§impl Clone for BaseCompiler
impl Clone for BaseCompiler
Source§fn clone(&self) -> BaseCompiler
fn clone(&self) -> BaseCompiler
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BaseCompiler
impl Debug for BaseCompiler
Source§impl Default for BaseCompiler
impl Default for BaseCompiler
Source§impl PartialEq for BaseCompiler
impl PartialEq for BaseCompiler
Source§fn eq(&self, other: &BaseCompiler) -> bool
fn eq(&self, other: &BaseCompiler) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BaseCompiler
impl StructuralPartialEq for BaseCompiler
Auto Trait Implementations§
impl Freeze for BaseCompiler
impl RefUnwindSafe for BaseCompiler
impl Send for BaseCompiler
impl Sync for BaseCompiler
impl Unpin for BaseCompiler
impl UnsafeUnpin for BaseCompiler
impl UnwindSafe for BaseCompiler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.