We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd888bc commit c1031bdCopy full SHA for c1031bd
tests/uploads.test.ts
@@ -1,6 +1,7 @@
1
import fs from 'fs';
2
import type { ResponseLike } from '@gitpod/sdk/internal/to-file';
3
import { toFile } from '@gitpod/sdk/uploads';
4
+import { File } from 'node:buffer';
5
6
class MyClass {
7
name: string = 'foo';
0 commit comments