diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-02-08 00:21:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 00:21:43 +0100 |
commit | 161a4fea47d134fa6077910b794883ffb6e9b0c5 (patch) | |
tree | 75695746075b4e19221fa9d2d33f9bb8eb29467f /core/lib.rs | |
parent | 49af1ab18da02f09e65506c873526c40d005c4ed (diff) |
refactor(core): change SourcePair to ExtensionFileSource (#17686)
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lib.rs b/core/lib.rs index 868d6b749..86c432d43 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -54,6 +54,7 @@ pub use crate::async_cell::RcLike; pub use crate::async_cell::RcRef; pub use crate::extensions::Extension; pub use crate::extensions::ExtensionBuilder; +pub use crate::extensions::ExtensionFileSource; pub use crate::extensions::OpDecl; pub use crate::extensions::OpMiddlewareFn; pub use crate::flags::v8_set_flags; |