Env vars
Sandboxing
NOTION_HOME
const ATTRIBUTES = ['A', 'B', 'C', 'D', 'E', 'F']; | |
// type attribute = 'A' | 'B' | 'C' | 'D' | 'E' | 'F' | |
// type value = "x" | "" | |
// type combo = [value] | |
function combos() { | |
return combosFrom(ATTRIBUTES, 0); | |
} |
. | |
├── ansi-escapes | |
│ ├── index.js | |
│ ├── license | |
│ ├── package.json | |
│ └── readme.md | |
├── ansi-escape-sequences | |
│ ├── jsdoc2md | |
│ │ └── README.hbs | |
│ ├── lib |
{ | |
"active": "release", | |
"targets": { | |
"release": { | |
"rustc": "rustc 1.26.0 (a77568041 2018-05-07)", | |
"env": { | |
"npm_config_target": null, | |
"npm_config_arch": null, | |
"npm_config_target_arch": null, | |
"npm_config_disturl": null, |
macro_rules! const1 { | |
($id:ident, $depth:expr, [$($prefix:tt)*]) | |
=> | |
{ | |
const $id: [&'static str; $depth] = [$($prefix),*]; | |
}; | |
} | |
macro_rules! const_tree_at { | |
($depth:tt ; |
NOTION_HOME
.
├── bin
│ ├── node
│ ├── npm ~> ../exe/launchscript
│ ├── npx ~> ../exe/launchscript
│ └── yarn
├── config.toml
notion use node 8
notion use ember-cli 3.4
notion use yarn 1.10
notion install heroku 7
notion install node 10
notion install npm default