We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9abbd7 commit 056df86Copy full SHA for 056df86
src/index.js
@@ -92,7 +92,7 @@ function createMeta(source, options) {
92
/**
93
* Generate the output code source together with the sourcemap
94
* @param { string } source - source code of the tag we will need to compile
95
- * @param { string } opts - compiling options
+ * @param { Object } opts - compiling options
96
* @returns { Output } object containing output code and source map
97
*/
98
export function compile(source, opts = {}) {
0 commit comments