mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
11 lines
193 B
JavaScript
11 lines
193 B
JavaScript
B.c = {
|
|
get foo() {
|
|
for (var a = 1; a < 10; a++) {}
|
|
},
|
|
};
|
|
|
|
var getChildNodes$1;
|
|
export function setGetChildNodes(getChildNodesImpl) {
|
|
getChildNodes$1 = getChildNodesImpl;
|
|
}
|