Skip to content

Commit

Permalink
add import to keys
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 2, 2024
1 parent 9cb84f7 commit 40ad2fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ByteBeatCompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@ export default class ByteBeatCompiler {
}

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

0 comments on commit 40ad2fa

Please sign in to comment.