Dmytro V. Dogadailo
Dmytro V. Dogadailo
It's often need to keep communications separate and support several channels for same user on single web-site. For example personal blogs and blogs for open-source products I develop, several blogs...
# Formatting Please follow the existing formatting for each entry. In order to get newlines without paragraph breaks, each entry should have two spaces at the end of the line...
Hello Sam, please review my patch that adds support of [MetaJS](https://github.com/dogada/metajs) lint. Thanks, Dmytro.
I started to see in logs following warning, but it's unclear what mat cause it. Do you have any ideas? ``` at Writable.writable._write (/home/node/app/packer/node_modules/mqtt/lib/client.js:302:5) 2019-12-27 20:34:20 at work (/home/node/app/packer/node_modules/mqtt/lib/client.js:292:12) 2019-12-27...
Finish support of keywords-only function parameters.
Source file, line and column number are already tracked for each token but it's need to generate source map for each translated file. See https://github.com/dogada/metajs/blob/dc9c34335b0055aeaa4ec791c7d11a141620ae70/src/compiler.mjs#L18 for the reference.