fix: revert breaking change for `compiler/preprocess` types location (#6100)

pull/6151/head
Luke Edwards 4 years ago committed by GitHub
parent 47e1eeed56
commit e5a5eaeef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,8 @@ import { decode_map } from './decode_sourcemap';
import { replace_in_code, slice_source } from './replace_in_code';
import { MarkupPreprocessor, Source, Preprocessor, PreprocessorGroup, Processed } from './types';
export * from './types';
interface SourceUpdate {
string?: string;
map?: DecodedSourceMap;

Loading…
Cancel
Save