Semicolons will be added to the token stream, using the following rules:
TODO
| // ==UserScript== | |
| // @name Google Keep Direction | |
| // @namespace https://github.com/hzamani/ | |
| // @description Add bidi support to Google Keep | |
| // @include https://keep.google.com* | |
| // @run-at document-end | |
| // @version 2.0 | |
| // ==/UserScript== | |
| var tag = document.createElement('style'); |
For new projects run mix phoenix.new with --no-brunch option and for
existing projects remove brunch related things.
create package.json file:
echo '{"private": true}' > package.json| module Messaging | |
| def method_missing(name, *args, &block) | |
| each do |item| | |
| item.send(name, *args, &block) | |
| end | |
| end | |
| def compose(op) | |
| case op | |
| when Symbol |