@patreon/stele
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -136,3 +136,5 @@ "use strict"; | ||
function walkExportNamedDeclaration(ast) { | ||
return { specifiers: ast.specifiers }; | ||
return ast.declaration | ||
? { specifiers: ast.specifiers, declaration: ast.declaration } | ||
: { specifiers: ast.specifiers }; | ||
} | ||
@@ -139,0 +141,0 @@ exports.walkExportNamedDeclaration = walkExportNamedDeclaration; |
{ | ||
"name": "@patreon/stele", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A compile time internationalization library for javascript and webpack", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2023242
1463