| 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| 2 | // Licensed under the MIT license. |
| 3 | import { build, getColumnsFromData, getSpecColumns } from '../dist/es6'; |
| 4 | import * as vega from 'vega'; |
nothing calls this directly
no test coverage detected