mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
8 years ago
4 changed files with 7 additions and 4 deletions
@ -1,3 +1,4 @@ |
|||
module.exports = { |
|||
description: 'deconflicts top-level classes' |
|||
description: 'deconflicts top-level classes', |
|||
buble: true |
|||
}; |
|||
|
@ -1,3 +1,4 @@ |
|||
module.exports = { |
|||
description: 'identifiers in template literals are rendered correctly' |
|||
description: 'identifiers in template literals are rendered correctly', |
|||
buble: true |
|||
}; |
|||
|
@ -1,3 +1,4 @@ |
|||
module.exports = { |
|||
description: 'correctly renders children of ConditionalExpressions' |
|||
description: 'correctly renders children of ConditionalExpressions', |
|||
buble: true |
|||
}; |
|||
|
Loading…
Reference in new issue