We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423d4cb commit 958689eCopy full SHA for 958689e
examples/auto-layout/code/index.js
@@ -1,4 +1,4 @@
1
-import { createLayout, $, stagger, random, spring } from '../../../../dist/modules/index.js';
+import { createLayout, $, stagger, random } from '../../../../dist/modules/index.js';
2
3
const keywordSet = /^(const|let|var|function|return|if|else|for|while|new|this|true|false|null|undefined|async|await|import|export|from|class|extends)$/;
4
const tokenRegex = /(['"`])(?:\\.|[^\\])*?\1|[a-zA-Z_$][a-zA-Z0-9_$]*|\s+|[^a-zA-Z_$'"`\s]+/g;
0 commit comments