[PR #138] [CLOSED] Refactor/support full esm for express template #284

Closed
opened 2026-02-15 19:17:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/138
Author: @thucpn
Created: 6/21/2024
Status: Closed

Base: mainHead: refactor/support-full-esm-for-express-template


📝 Commits (10+)

  • 7ee3a51 feat: image generator tool
  • e8828de fix: lint
  • 74429c9 Create fifty-mugs-suffer.md
  • 969ea2a refactor: support full esm for express template
  • 13ee3ca try using formdata-node
  • 7f4fcfe use new form package in tool
  • 0de77fc rename config file
  • 6343ef2 fix: typescript error when passing form data to body of got
  • 1c5ef02 add parserOptions
  • 266f7af remove dot from eslintrc file

📊 Changes

9 files changed (+162 additions, -9 deletions)

View changed files

.changeset/fifty-mugs-suffer.md (+5 -0)
📝 helpers/copy.ts (+3 -0)
📝 helpers/tools.ts (+18 -0)
templates/components/engines/typescript/agent/tools/img-gen.ts (+112 -0)
📝 templates/components/engines/typescript/agent/tools/index.ts (+4 -0)
📝 templates/types/streaming/express/eslintrc (+5 -2)
📝 templates/types/streaming/express/package.json (+12 -5)
📝 templates/types/streaming/express/prettier.config.cjs (+0 -0)
📝 templates/types/streaming/nextjs/package.json (+3 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/138 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 6/21/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `refactor/support-full-esm-for-express-template` --- ### 📝 Commits (10+) - [`7ee3a51`](https://github.com/run-llama/create-llama/commit/7ee3a514890f7b521ea33f7f55c8775dfba40956) feat: image generator tool - [`e8828de`](https://github.com/run-llama/create-llama/commit/e8828de8b803481407de9ac2faf9f1b84054d2e7) fix: lint - [`74429c9`](https://github.com/run-llama/create-llama/commit/74429c9e4904398fa414423afb28891634e23bf5) Create fifty-mugs-suffer.md - [`969ea2a`](https://github.com/run-llama/create-llama/commit/969ea2ac704d613da0fc86b009ebf8d364725b78) refactor: support full esm for express template - [`13ee3ca`](https://github.com/run-llama/create-llama/commit/13ee3cad9af0323ed794554c9a12522a96c5f4cb) try using formdata-node - [`7f4fcfe`](https://github.com/run-llama/create-llama/commit/7f4fcfe4d80de2aaba5edcab7746197794458c1c) use new form package in tool - [`0de77fc`](https://github.com/run-llama/create-llama/commit/0de77fc0f61717b6a1d26ccae92908762529d23c) rename config file - [`6343ef2`](https://github.com/run-llama/create-llama/commit/6343ef2ee4ea8fb7cd29150b45cb87cde0aac973) fix: typescript error when passing form data to body of got - [`1c5ef02`](https://github.com/run-llama/create-llama/commit/1c5ef02684a4b36a3b63aad21134b6069784e019) add parserOptions - [`266f7af`](https://github.com/run-llama/create-llama/commit/266f7afefa32f9a1bd942e49eb671d740f055581) remove dot from eslintrc file ### 📊 Changes **9 files changed** (+162 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/fifty-mugs-suffer.md` (+5 -0) 📝 `helpers/copy.ts` (+3 -0) 📝 `helpers/tools.ts` (+18 -0) ➕ `templates/components/engines/typescript/agent/tools/img-gen.ts` (+112 -0) 📝 `templates/components/engines/typescript/agent/tools/index.ts` (+4 -0) 📝 `templates/types/streaming/express/eslintrc` (+5 -2) 📝 `templates/types/streaming/express/package.json` (+12 -5) 📝 `templates/types/streaming/express/prettier.config.cjs` (+0 -0) 📝 `templates/types/streaming/nextjs/package.json` (+3 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:03 -05:00
yindo closed this issue 2026-02-15 19:17:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#284