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.
latest
1 parent 14ecbdf commit f91416fCopy full SHA for f91416f
src/index.ts
@@ -1,6 +1,6 @@
1
import v8Spec from './reference/v8.json' with {type: 'json'};
2
const v8 = v8Spec as any;
3
-import {latest} from './reference/latest';
+import latest from './reference/latest';
4
import {derefLayers} from './deref';
5
import {diff} from './diff';
6
import {ValidationError} from './error/validation_error';
src/reference/latest.ts
@@ -1,3 +1,4 @@
import latest from './v8.json' with { type: 'json' };
export {latest}
+export default latest as any
0 commit comments