Skip to content

Execute JS code blocks #2439

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

Closed
HikariOri opened this issue Sep 21, 2024 · 1 comment
Closed

Execute JS code blocks #2439

HikariOri opened this issue Sep 21, 2024 · 1 comment
Labels
C-enhancement Category: Enhancement or feature request

Comments

@HikariOri
Copy link

Problem

when where's a js block like js:

console.log("Hello World!")

I like it to execute directly, just like the Rust code below:

fn main () {
    println!("Hello World!");
}

Proposed Solution

No response

Notes

No response

@HikariOri HikariOri added the C-enhancement Category: Enhancement or feature request label Sep 21, 2024
@ehuss
Copy link
Contributor

ehuss commented Sep 21, 2024

Thanks for the report! I believe this is a duplicate of #1453 and #350, so closing in favor of those.

@ehuss ehuss closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Enhancement or feature request
Projects
None yet
Development

No branches or pull requests

2 participants