Skip to content

Instantly share code, notes, and snippets.

@vladima
Created May 2, 2016 23:41
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 vladima/b8a757522445775a4977c2d1dfe65cc4 to your computer and use it in GitHub Desktop.
Save vladima/b8a757522445775a4977c2d1dfe65cc4 to your computer and use it in GitHub Desktop.
define(["require", "exports"], function (require, exports) {
"use strict";
exports.x = 12;
require("./a");
});
declare function require(s: string): void;
export let x = 12;
require("./a");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment