-
Notifications
You must be signed in to change notification settings - Fork 24
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
examples の class 化 #496
examples の class 化 #496
Conversation
This pull request includes multiple changes across several files, primarily focusing on updating the JavaScript files and HTML files in the Here are the most important changes: Dependency version update:
Codebase refactoring:
HTML updates:
Other changes:
|
This pull request includes changes primarily focused on updating the version of
pnpm/action-setup
used in the CI workflow, modifying theCHANGES.md
file, and refactoring the code in theexamples
directory. The refactoring changes include renaming identifiers, changing the file extension from.mjs
to.mts
, and rewriting the code to use TypeScript and a class-based approach.Version updates and changes in documentation:
.github/workflows/ci.yaml
: Updated the version ofpnpm/action-setup
used from v2 to v3.CHANGES.md
: Removed the2023.2.1
section and added changes about converting samples to a class-based approach and preparing a.env.template
for samples. [1] [2]Refactoring and code improvements:
examples/messaging/index.html
,examples/messaging/main.mjs
,examples/messaging/main.mts
: Refactored the code to use a class-based approach, renamed identifiers, and changed the file extension from.mjs
to.mts
. [1] [2] [3] [4]examples/recvonly/index.html
,examples/recvonly/main.mjs
,examples/recvonly/main.mts
: Refactored the code to use a class-based approach, renamed identifiers, and changed the file extension from.mjs
to.mts
. [1] [2] [3]examples/sendonly/index.html
,examples/sendonly/main.mjs
,examples/sendonly/main.mts
: Refactored the code to use a class-based approach, renamed identifiers, and changed the file extension from.mjs
to.mts
. [1] [2] [3]examples/sendrecv/index.html
: Renamed identifiers and changed the file extension from.mjs
to.mts
. [1] [2]