-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Description
It seems like the bundled code does not work.
Technical Information
An error is thrown when trying to import DataModel
:
import { DataModel } from '@glazed/datamodel'
Throws this error
| getDefinitionID(e) {
> return r(this, n).definitions[e] ?? null;
| }
|
To replicate:
- Install dependency
npm install @glazed/datamodel
- Import package
import { DataModel } from '@glazed/datamodel'
- Run project
npm start
d0m0l33