liborek
Results
2
issues of
liborek
The first argument of parse() (and parseNode(), grabAllTextNodes()) could be Node to allow to work with Element and also with DocumentFragment. Only the childNodes property (of Node) is accessed on...
question
The following code prints [123] in a console, the advanced compiled code prints []. Compilation command: java -jar compiler.jar --language_out ECMASCRIPT5 --js 'test.js' --compilation_level=ADVANCED Compiler version: v20240317 ``` // test.js...