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.
1 parent cb3fb90 commit c159867Copy full SHA for c159867
ts/src/index.ts
@@ -14,13 +14,15 @@
14
* limitations under the License.
15
*/
16
import { writeFileSync } from 'fs';
17
-import { gzipSync } from 'zlib';
18
-
19
-import { perftools } from '../../proto/profile';
20
21
import * as heapProfiler from './heap-profiler';
22
import { encodeSync } from './profile-encoder';
23
import * as timeProfiler from './time-profiler';
+export {
+ AllocationProfileNode,
+ TimeProfileNode,
24
+ ProfileNode,
25
+} from './v8-types';
26
27
export { encode, encodeSync } from './profile-encoder';
28
export { SourceMapper } from './sourcemapper/sourcemapper';
0 commit comments