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

Replace the directives in the RunJS codeblock with a more generic form #31

Closed
eoureo opened this issue Jul 15, 2023 · 0 comments
Closed
Labels
question Further information is requested

Comments

@eoureo
Copy link
Owner

eoureo commented Jul 15, 2023

Would the alternatives be better?

Current

```js RunJS:{n:"group/name", t:"s"}
```

```js RunJS:"group/name"
```
/**
 * @RunJS {n:"group/name", t:"s"}
 *
 */

/**
 * @RunJS "group/name"
 *
 */

Alternatives

```js RunJS="{n:'group/name', t:'s'}"
```

```js RunJS="group/name"
```
/**
 * @RunJS {n:'group/name', t:'s'}
 *
 */

/**
 * @RunJS group/name
 *
 */
@eoureo eoureo added the question Further information is requested label Jul 15, 2023
@eoureo eoureo closed this as completed in 1f45223 Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant