soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
254 Bytes
JS translation
generateAddressOf: msgNode on: aStream indent: level
"Generate the JS code for this message onto the given stream."
self halt.
aStream nextPut: $(; nextPut: $&.
self emitJSExpression: msgNode args first on: aStream.
aStream nextPut: $)