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

Code block escaped without comments #156

Open
Malix-Labs opened this issue Jan 11, 2023 · 2 comments
Open

Code block escaped without comments #156

Malix-Labs opened this issue Jan 11, 2023 · 2 comments
Assignees
Labels

Comments

@Malix-Labs
Copy link
Member

Subject

// data = {
// id: "blobkaname",
// text: "among us [DUMMY] [TROLOLO]",
// color: "#ff0000",
// tooltip: "abc",
// url: "abc",
// output: module.exports.OutputType.STRING,
// inline: true,
// hidden: false,
// inputs: {
// DUMMY: { type: "input_dummy" },
// TROLOLO: { type: "input_value", check: module.exports.OutputType.STRING }
// },
// export: (block, args) => {
// return `banana ${args.TROLOLO}`
// }
// }

Question

@JeremyGamer13 what is that?

@JeremyGamer13
Copy link

i think the commented stuff is just showing how the data should be formatted when the function is used

@Malix-Labs
Copy link
Member Author

i think the commented stuff is just showing how the data should be formatted when the function is used

Yes, but is it okay that this is in production?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To Review
Development

No branches or pull requests

2 participants