-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_t.js
More file actions
9 lines (7 loc) · 1.06 KB
/
_t.js
File metadata and controls
9 lines (7 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
"use strict";
var a = "hello";
var b = "world";
console.log("hello ".concat(b, ": ").concat(a, " world. "));
},{}]},{},[1])
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Vzci9sb2NhbC9saWIvbm9kZV9tb2R1bGVzL2ZyaWRhLWNvbXBpbGUvbm9kZV9tb2R1bGVzL2Jyb3dzZXItcGFjay9fcHJlbHVkZS5qcyIsInQuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7OztBQ0NBLElBQUksQ0FBQyxHQUFHLE9BQVI7QUFDQSxJQUFJLENBQUMsR0FBRyxPQUFSO0FBQ0EsT0FBTyxDQUFDLEdBQVIsaUJBQXFCLENBQXJCLGVBQTJCLENBQTNCIiwiZmlsZSI6ImdlbmVyYXRlZC5qcyIsInNvdXJjZVJvb3QiOiIifQ==