fix typo in src/compiler/preprocess/index.ts

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/5584/head
halfnelson 5 years ago
parent 07f646a5da
commit c7f8749b92

@ -5,7 +5,7 @@ import { StringWithSourcemap, sourcemap_add_offset, combine_sourcemaps } from '.
export interface Processed { export interface Processed {
code: string; code: string;
map?: string | object; // we be opaque with the type here to avoid dependency on the remapping module for our public types. map?: string | object; // we are opaque with the type here to avoid dependency on the remapping module for our public types.
dependencies?: string[]; dependencies?: string[];
} }

Loading…
Cancel
Save