Skip to content

Commit 6ca5d68

Browse files
author
jin
committed
$mol_sourcemap: resort files
1 parent d9bf099 commit 6ca5d68

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed
File renamed without changes.
File renamed without changes.

sourcemap/sourcemap.ts

-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@ namespace $ {
1414
file?: string
1515
}
1616

17-
export function $mol_sourcemap_strip(this: $, data: string) {
18-
return data.replace( /^(?:(?:\/\/)|(?:\/\*))\s*#\s*sourceMappingURL\s*=[^\n]*/mg , '' ) + '\n'
19-
}
20-
2117
}

sourcemap/strip/strip.ts

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace $ {
2+
3+
export function $mol_sourcemap_strip(this: $, data: string) {
4+
return data.replace( /^(?:(?:\/\/)|(?:\/\*))\s*#\s*sourceMappingURL\s*=[^\n]*/mg , '' ) + '\n'
5+
}
6+
7+
}

0 commit comments

Comments
 (0)