Skip to content

Instantly share code, notes, and snippets.

@Frikki
Last active June 6, 2017 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frikki/41731061903ffb48c404750080f939a5 to your computer and use it in GitHub Desktop.
Save Frikki/41731061903ffb48c404750080f939a5 to your computer and use it in GitHub Desktop.
esnextbin sketch
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
Check the console.log
</body>
</html>
// write ES2015 code and import modules from npm
// and then press "Execute" to run your program
class Node {
}
{
"name": "esnextbin-167-append-bug",
"version": "1.0.0",
"dependencies": {
"babel-runtime": "6.22.0"
}
}
"use strict";
var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// write ES2015 code and import modules from npm
// and then press "Execute" to run your program
var Node = function Node() {
(0, _classCallCheck3.default)(this, Node);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment