Skip to content

Commit

Permalink
fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 4, 2024
1 parent bbb94a3 commit 5b8ec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ByteBeatCompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export default class ByteBeatCompiler {

static s_fnHeader = (function() {
const keys = {
import: true,
'import': true,
};
const windowKeep = new Set([
'parseInt',
Expand Down

0 comments on commit 5b8ec01

Please sign in to comment.