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

(Reference) develop <-- main [DO NOT MERGE] #2

Open
wants to merge 34 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
000a2ff
add all changed files
pmalacho-mit Apr 1, 2024
d8b0e4f
restored test file
pmalacho-mit Apr 1, 2024
b421271
restoring files
pmalacho-mit Apr 1, 2024
98f72e6
incorporated sb3 changes
pmalacho-mit Apr 1, 2024
34c001c
checked out other serialization files
pmalacho-mit Apr 1, 2024
cd13238
checking out a bunch of files
pmalacho-mit Apr 1, 2024
5647dd2
checking out more unchanged files
pmalacho-mit Apr 1, 2024
8174915
Checking out develop version of files
pmalacho-mit Apr 1, 2024
a23c8ea
develop's version
pmalacho-mit Apr 1, 2024
0ff86aa
removing all declaration files
pmalacho-mit Apr 1, 2024
b9d8cdd
ignoring typescript declaration files
pmalacho-mit Apr 1, 2024
f92eb7c
annotating extension manager
pmalacho-mit Apr 1, 2024
17a806e
more restore
pmalacho-mit Apr 1, 2024
12a6606
target restore
pmalacho-mit Apr 1, 2024
39b70c2
thread changes
pmalacho-mit Apr 1, 2024
9ae4025
Vm changes
pmalacho-mit Apr 1, 2024
ee6b506
restore
pmalacho-mit Apr 1, 2024
0ea1a62
refactor: deleting lock file and ignoring it
pmalacho-mit Apr 1, 2024
373a0c0
refactor: updated jsdoc for better d.ts gen
pmalacho-mit Apr 1, 2024
32b5a08
refactor: ignoring dist file
pmalacho-mit Apr 2, 2024
a819d4d
merging with latest
pmalacho-mit May 13, 2024
bfc9afa
fix(changes): package.json
pmalacho-mit May 17, 2024
d6e729e
Merge branch 'main' of github.com:mitmedialab/prg-raise-playground-sc…
pmalacho-mit May 17, 2024
d614aa5
fix(changes): update extension url
mayarajan3 May 20, 2024
66aaa14
fix(changes): loading from url
mayarajan3 May 20, 2024
25dca3c
fix(changes): adding full JSON
mayarajan3 May 21, 2024
c27b670
fix(changes): comment clean up
mayarajan3 May 21, 2024
f1ec521
fix(changes): passing in array buffer
mayarajan3 May 22, 2024
dd473e2
Merge pull request #3 from mitmedialab/maya-attempt-1
pmalacho-mit May 22, 2024
dfb0e24
adding lock
pmalacho-mit May 22, 2024
14b9e91
disable failure on commit msg error
pmalacho-mit May 22, 2024
70d106f
initial commit
pmalacho-mit Jul 24, 2024
c6a0d01
committing extension changes
pmalacho-mit Jul 24, 2024
8aca21f
Merge pull request #6 from mitmedialab/scratch-package-refactor-merge…
pmalacho-mit Jul 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Generated content
src/dist/globals.js

# pnpm used at the root level
package-lock.json

# Typescript declaration files (which are generated)
**/*.d.ts

# Mac OS
.DS_Store

Expand Down
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
npx --no-install commitlint --edit $1 || true
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,25 @@
"statements": 70
},
"dependencies": {
"@magenta/music": "^1.23.1",
"@vernier/godirect": "^1.5.0",
"arraybuffer-loader": "^1.0.6",
"atob": "^2.1.2",
"browser-hrtime": "^1.1.8",
"btoa": "^1.2.1",
"buffer": "^6.0.3",
"canvas-toBlob": "^1.0.0",
"decode-html": "^2.0.0",
"diff-match-patch": "^1.0.4",
"events": "^3.3.0",
"fast-xml-parser": "^4.4.0",
"format-message": "^6.2.1",
"htmlparser2": "^3.10.0",
"immutable": "^3.8.1",
"jszip": "^3.1.5",
"microbit-web-bluetooth": "^0.6.0",
"minilog": "^3.1.0",
"regenerator-runtime": "^0.14.1",
"scratch-audio": "^1.0.6",
"scratch-parser": "^5.1.1",
"scratch-render": "^1.0.13",
Expand Down
Loading