remove duplicate block
This commit is contained in:
parent
bbc8ef009d
commit
5c0d9f6f15
1 changed files with 0 additions and 6 deletions
|
|
@ -56,12 +56,6 @@ export default (code) => {
|
|||
return wrapLocationOffset(minified, node, ast.locations, artificialNodes);
|
||||
}
|
||||
|
||||
// replace double quote string "xxx" with 'xxx'.m
|
||||
if (isStringWithDoubleQuotes(node, ast.locations, code)) {
|
||||
const minified = getMinified(node.value);
|
||||
return wrapLocationOffset(minified, node, ast.locations, artificialNodes);
|
||||
}
|
||||
|
||||
// operator overloading => still not done
|
||||
const operators = {
|
||||
'*': 'fast',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue