namespacing the store functions. allowing _ in params
This commit is contained in:
parent
1af838126e
commit
9b8916eb72
6 changed files with 50 additions and 59 deletions
|
|
@ -11,7 +11,6 @@ import designTokensCode from './design-tokens.cg?raw';
|
|||
import uiComponentsCode from './ui-components.cg?raw';
|
||||
|
||||
import textInputCode from './textinput-test.cg?raw';
|
||||
import refTest from './test-ref.cg?raw';
|
||||
// import testCode from './test.cg?raw';
|
||||
// import counterApp from './counter.cg?raw';
|
||||
|
||||
|
|
@ -22,7 +21,6 @@ const cgCode = stdlibCode + '\n' +
|
|||
designTokensCode + '\n' +
|
||||
uiComponentsCode + '\n' +
|
||||
textInputCode + '\n'
|
||||
// refTest + '\n';
|
||||
|
||||
try {
|
||||
const tokens = tokenize(cgCode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue