nested rebind now works
This commit is contained in:
parent
559191c65e
commit
f378149146
4 changed files with 84 additions and 85 deletions
|
|
@ -4,7 +4,7 @@ import { Parser } from './parser'
|
|||
import { runAppCompiled } from './runtime-compiled'
|
||||
import { _rt } from './runtime-js'
|
||||
|
||||
const modules = import.meta.glob('./cg/*.cg', { as: 'raw', eager: true });
|
||||
const modules = import.meta.glob('./cg/*.cg', { query: 'raw', import: 'default', eager: true });
|
||||
const cgCode = Object.keys(modules)
|
||||
.sort()
|
||||
.map(key => modules[key])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue