Timeline for How to get org-babel source block working with ES6-7?
Current License: CC BY-SA 4.0
24 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Aug 19, 2019 at 17:41 | history | suggested | TaylorMonacelli | CC BY-SA 4.0 | fix broken link |
| Aug 19, 2019 at 5:13 | review | Suggested edits | |||
| S Aug 19, 2019 at 17:41 | |||||
| Mar 13, 2016 at 20:10 | history | edited | Johnathan Foong | CC BY-SA 3.0 | deleted 106 characters in body |
| Mar 13, 2016 at 20:01 | history | edited | Johnathan Foong | CC BY-SA 3.0 | added 294 characters in body |
| Mar 11, 2016 at 1:53 | history | edited | Johnathan Foong | CC BY-SA 3.0 | Done: Finally got it working |
| Mar 11, 2016 at 1:46 | history | edited | Johnathan Foong | CC BY-SA 3.0 | Done: Finally got it working |
| Mar 11, 2016 at 1:32 | history | edited | Johnathan Foong | CC BY-SA 3.0 | Done: Finally got it working |
| Mar 11, 2016 at 0:20 | history | edited | Johnathan Foong | CC BY-SA 3.0 | added 100 characters in body |
| Mar 10, 2016 at 23:27 | comment | added | ebpa | Kudos for the thoughtful and thorough write-up! | |
| Mar 10, 2016 at 23:21 | history | edited | Johnathan Foong | CC BY-SA 3.0 | clue: still looking for the reason why it's not working |
| Mar 10, 2016 at 16:02 | history | edited | Johnathan Foong | CC BY-SA 3.0 | discovered: a link to setting it up |
| Mar 8, 2016 at 21:52 | vote | accept | Johnathan Foong | ||
| Mar 8, 2016 at 21:51 | history | edited | Johnathan Foong | CC BY-SA 3.0 | run: babel-node exec: require('babel-preset-es2015'); |
| Mar 8, 2016 at 21:09 | history | edited | Johnathan Foong | CC BY-SA 3.0 | run: npm install -g babel-preset-es2015 test: C-c C-c in org-mode |
| Mar 8, 2016 at 20:40 | history | edited | Johnathan Foong | CC BY-SA 3.0 | edited body |
| Mar 8, 2016 at 20:28 | history | edited | Johnathan Foong | CC BY-SA 3.0 | test: wrap a function on the existing code |
| Mar 8, 2016 at 20:27 | answer | added | ebpa | timeline score: 6 | |
| Mar 8, 2016 at 20:11 | comment | added | caisah | Maybe you should wrap that code into a self invoking function, and add "use strict"; at the beginning. | |
| Mar 8, 2016 at 16:53 | comment | added | Johnathan Foong | this is the error i'm getting from after adding "use strict" SyntaxError: Unexpected token [ at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:404:25) ... | |
| Mar 8, 2016 at 16:49 | comment | added | Jordon Biondo | @JohnathanFoong I think @wvxvw meant "use strict" not "strict", try that. | |
| Mar 8, 2016 at 16:41 | comment | added | Johnathan Foong | it didn't work. Did you manage to get them working ? if so, could you elaborate the steps taken. | |
| Mar 8, 2016 at 14:55 | comment | added | wvxvw | Did you try adding "strict" in the first line of your source code? This is what the error seems to suggest. | |
| Mar 8, 2016 at 12:30 | review | First posts | |||
| Mar 8, 2016 at 15:02 | |||||
| Mar 8, 2016 at 12:29 | history | asked | Johnathan Foong | CC BY-SA 3.0 |