Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(repl): jsxImportSource was not working #21049

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Nov 1, 2023

I made some fixes in deno_ast to make this possible and we forgot to update this.

@@ -49,7 +49,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra
deno_cache_dir = "=0.6.1"
deno_config = "=0.5.0"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.72.1", features = ["html"] }
deno_doc = { version = "=0.72.2", features = ["html"] }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Including this patch in the interest of easily getting it in for the release.

@@ -417,7 +417,7 @@ pub struct Flags {
pub reload: bool,
pub seed: Option<u64>,
pub unstable: bool,
pub unstable_bare_node_builtlins: bool,
pub unstable_bare_node_builtins: bool,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo fix.

@dsherret dsherret enabled auto-merge (squash) November 1, 2023 22:29
@dsherret dsherret merged commit 58d543a into denoland:main Nov 1, 2023
13 checks passed
@dsherret dsherret deleted the fix_jsx_import_source_repl branch November 1, 2023 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants