atom-web-ui
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -146,2 +146,3 @@ /// <reference path="../../typings/main.d.ts" /> | ||
export declare var config: any; | ||
export declare var views: any; | ||
export declare var grammars: any; | ||
@@ -148,0 +149,0 @@ export declare var commands: { |
@@ -699,2 +699,5 @@ "use strict"; | ||
}; | ||
exports.views = { | ||
documentPollers: [] | ||
}; | ||
exports.grammars = { | ||
@@ -701,0 +704,0 @@ grammarsByScopeName: { |
@@ -6,2 +6,3 @@ "use strict"; | ||
exports.UI = UILib; | ||
window.atom = atomWeb; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "atom-web-ui", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -699,2 +699,5 @@ "use strict"; | ||
}; | ||
exports.views = { | ||
documentPollers: [] | ||
}; | ||
exports.grammars = { | ||
@@ -701,0 +704,0 @@ grammarsByScopeName: { |
@@ -1012,2 +1012,6 @@ /// <reference path="../../typings/main.d.ts" /> | ||
export var views: any = { | ||
documentPollers: [] | ||
} | ||
export var grammars: any = { | ||
@@ -1014,0 +1018,0 @@ grammarsByScopeName: { |
@@ -6,2 +6,3 @@ "use strict"; | ||
exports.UI = UILib; | ||
window.atom = atomWeb; | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,4 @@ import atomWeb = require("./core/atomWrapperWeb"); | ||
export var UI = UILib; | ||
export var UI = UILib; | ||
(<any>window).atom = atomWeb; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1609306
36474