Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sweet-js
sweet-core
Merge requests
!621
Add console and process to global in a macro definition
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Tim Disney
requested to merge
feature/603
into
master
Jan 06, 2017
Overview
1
Commits
1
Pipelines
0
Changes
1
Enables:
syntax
m
=
ctx
=>
{
console
.
log
(
process
.
env
);
return
#
`1`
;
}
m