Compile stdlib-js with source map

This commit is contained in:
Alexey Andreev
2017-06-16 21:01:17 +03:00
committed by Alexey Andreev
parent 25c731241b
commit 811da2e285
6 changed files with 197 additions and 66 deletions
-27
View File
@@ -1,27 +0,0 @@
/*
* Copyright 2010-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Externs for closure compiler
// from QUnit
function ok() {}
// node.js
var module = {};
var process = {};
// common
var console = {};
@@ -12,5 +12,5 @@
}(this, function (Kotlin) {
var _ = Kotlin;
%output%
}));
insertContent();
}));