You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Depcrate SourceMapGetter, move methods to ModuleLoader (#823)
This commit deprecates `SourceMapGetter` trait,
`JsRuntime::source_map_getter`
option and updates `ModuleLoader` trait to have the same methods as
`SourceMapGetter`.
In real usage it's always implementor of `ModuleLoader` that also
implements
`SourceMapGetter`. It makes little sense to keep these two trait
separate.
This will open up doors for native source map support that is being
developed in #819.
`SourceMapGetter` is scheduled to be removed in 0.297.0.
0 commit comments