Skip to content

Commit

Permalink
Upgrade parcel
Browse files Browse the repository at this point in the history
This is required because emscripten glue code now uses es6 features
like logicalAssignment "??=" which is only supported by newer version
of parcel.
  • Loading branch information
cerisier committed Jan 11, 2025
1 parent 146477a commit 9560a1b
Show file tree
Hide file tree
Showing 6 changed files with 22,580 additions and 20,244 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
.cache
.parcel-cache
dist
.idea
coverage
Expand Down
4 changes: 2 additions & 2 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
</head>

<body>
<script src="../src/speedscope.tsx"></script>
<script type="module" src="../src/speedscope.tsx"></script>
</body>

</html>
</html>
Loading

0 comments on commit 9560a1b

Please sign in to comment.