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