Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit f29e847

Browse files
committed
source -> text
1 parent e2c4bd1 commit f29e847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ exports.translate = function(load) {
1818
}
1919

2020
load.metadata.format = 'esm';
21-
return 'export default "' + source + '";';
21+
return 'export default "' + text + '";';
2222
}

0 commit comments

Comments
 (0)