Skip to content

Commit 5d3d38c

Browse files
fix typo in src/compiler/preprocess/index.ts
Co-authored-by: Ben McCann <[email protected]>
1 parent ca43874 commit 5d3d38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/preprocess/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { StringWithSourcemap, sourcemap_add_offset, combine_sourcemaps } from '.
55

66
export interface Processed {
77
code: string;
8-
map?: string | object; // we be opaque with the type here to avoid dependency on the remapping module for our public types.
8+
map?: string | object; // we are opaque with the type here to avoid dependency on the remapping module for our public types.
99
dependencies?: string[];
1010
}
1111

0 commit comments

Comments
 (0)