mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 13:38:40 +00:00
remove duplicate block
This commit is contained in:
parent
bbc8ef009d
commit
5c0d9f6f15
@ -56,12 +56,6 @@ export default (code) => {
|
|||||||
return wrapLocationOffset(minified, node, ast.locations, artificialNodes);
|
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
|
// operator overloading => still not done
|
||||||
const operators = {
|
const operators = {
|
||||||
'*': 'fast',
|
'*': 'fast',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user