Conversation
Deploying utcode-learn with
|
| Latest commit: |
5c8cab8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2a6f642d.utcode-learn.pages.dev |
| Branch Preview URL: | https://update-bundlerp.utcode-learn.pages.dev |
ad536e0 to
2435c0c
Compare
2435c0c to
5c8cab8
Compare
There was a problem hiding this comment.
Pull Request Overview
This pull request reorganizes the "トランスパイラとモジュールバンドラ" (Transpilers and Module Bundlers) section by removing the "フロントエンドとバックエンドの結合" (Frontend and Backend Integration) subsection and creating new exercise problems.
- Removed the entire fullstack app integration section and its sample code
- Replaced the existing Chart.js exercise with two new exercises using Faker and canvas-confetti packages
- Updated video imports to support the new exercises
Reviewed Changes
Copilot reviewed 14 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/4-advanced/02-bundler/index.mdx | Main content update removing integration section and adding new exercises |
| docs/4-advanced/02-bundler/_samples/fullstack-app/* | Complete removal of fullstack app sample files |
| docs/4-advanced/02-bundler/_samples/faker/* | New Faker exercise sample implementation |
| docs/4-advanced/02-bundler/_samples/canvas-confetti/* | New canvas-confetti exercise sample implementation |
| docs/4-advanced/02-bundler/_samples/chartjs/src/main.js | Removal of Chart.js exercise code |
Files not reviewed (3)
- docs/4-advanced/02-bundler/_samples/canvas-confetti/package-lock.json: Language not supported
- docs/4-advanced/02-bundler/_samples/faker/package-lock.json: Language not supported
- docs/4-advanced/02-bundler/_samples/fullstack-app/package-lock.json: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
「フロントエンドとバックエンドの結合」の項を削除し、演習問題を作り直しました。
変更内容の草案およびその作成過程については、#871 を参照してください。
「フロントエンドとバックエンドの結合」の項を削除しました。
既存の演習問題を削除し、新たな演習問題を2つ作成しました。