There was an error while loading. Please reload this page.
1 parent 0fef5f7 commit 5bf565aCopy full SHA for 5bf565a
1 file changed
src/bindings/utils.rs
@@ -0,0 +1,13 @@
1
+#[derive(Debug, PartialEq, Eq, Clone)]
2
+pub enum DirnameApi {
3
+ Dirname,
4
+ ImportMetaUrl,
5
+}
6
+
7
8
+pub enum ImportExtension {
9
+ None,
10
+ Ts,
11
+ Js,
12
13
0 commit comments