Skip to content

Commit 150ebf0

Browse files
refactor(bindgen): update 'use jco' directive to 'use components'
Signed-off-by: Victor Adossi <vadossi@cosmonic.com> Co-authored-by: Alex Crichton <alex@alexcrichton.com>
1 parent 7d7378a commit 150ebf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/js-component-bindgen/src/transpile_bindgen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ impl JsBindgen<'_> {
416416
}
417417

418418
// Render the telemery directive
419-
uwriteln!(output, r#""use jco";"#);
419+
uwriteln!(output, r#""use components";"#);
420420

421421
let js_intrinsics = render_intrinsics(RenderIntrinsicsArgs {
422422
intrinsics: &mut self.all_intrinsics,

0 commit comments

Comments
 (0)