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
Description
It seems like the bundled code does not work.
Technical Information
An error is thrown when trying to import
DataModel:Throws this error
To replicate: