-
Notifications
You must be signed in to change notification settings - Fork 126
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
support for module .mjs files #561
Conversation
import { Code } from '@astrojs/starlight/components'; | ||
|
||
import { Image } from "astro:assets" | ||
import { Code } from "@astrojs/starlight/components" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect import statement syntax; semicolons are missing.
generated by pr-docs-review-commit
import_statement
import scriptSrc from "../../../../genaisrc/image-alt-text.genai.js?raw" | ||
import src from '../../../assets/debugger.png'; | ||
import src from "../../../assets/debugger.png" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect import statement syntax; semicolon is missing.
generated by pr-docs-review-commit
import_statement
import { Image } from 'astro:assets'; | ||
import src from '../../../assets/debugger.png'; | ||
import { Image } from "astro:assets" | ||
import src from "../../../assets/debugger.png" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect import statement syntax; semicolons are missing.
generated by pr-docs-review-commit
import_statement
@@ -21,7 +21,7 @@ Use the `> GenAIScript: Create new script...` command in the command palette to | |||
This is an easy script. Assuming the script will take the file as an argument, | |||
you can refer to that argument in `env.files` and tell the LLM what to do with it: | |||
|
|||
```js title="gen-tweet.genai.js" | |||
```js title="gen-tweet.genai.mjs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect script file extension; should be .genai.mjs instead of .genai.js.
generated by pr-docs-review-commit
incorrect_file_extension
genaiscript.vsix.insiders
package file built will no longer include thegenaiscript.insiders.vsix
file, making thegenaiscript.insiders
the only build output.@unocss/reset
,bson
,openai
, and multiple@aws-sdk
and@smithy
packages.gaxios
,gcp-metadata
,google-auth-library
, andgoogleapis-common
.CONTRIBUTING.md
has been updated to reflect changes in the built package files.[email protected]
package.docs/package.json
for compatibility and functionality improvements.image-alt-text.mdx
file.automating-scripts.mdx
file. Ideal for enhancing the calling function for script automation.docs/package.json
dependencies.