Comparing version 0.3.12 to 0.3.13
{ | ||
"name": "aether", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"homepage": "https://github.com/codecombat/aether", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -31,10 +31,13 @@ (function() { | ||
function Python() { | ||
var _ref3, _ref4; | ||
var _ref3, _ref4, _ref5; | ||
Python.__super__.constructor.apply(this, arguments); | ||
this.indent = Array(this.wrappedCodeIndentLen + 1).join(' '); | ||
if (parserHolder.parser == null) { | ||
parserHolder.parser = (_ref3 = typeof self !== "undefined" && self !== null ? self.aetherFilbert : void 0) != null ? _ref3 : require('filbert'); | ||
if (((_ref3 = parserHolder.parser) != null ? _ref3.pythonRuntime : void 0) == null) { | ||
if (parserHolder.parser != null) { | ||
console.log('Aether python parser ONLY missing pythonRuntime'); | ||
} | ||
parserHolder.parser = (_ref4 = typeof self !== "undefined" && self !== null ? self.aetherFilbert : void 0) != null ? _ref4 : require('filbert'); | ||
} | ||
if (parserHolder.parserLoose == null) { | ||
parserHolder.parserLoose = (_ref4 = typeof self !== "undefined" && self !== null ? self.aetherFilbertLoose : void 0) != null ? _ref4 : require('filbert/filbert_loose'); | ||
parserHolder.parserLoose = (_ref5 = typeof self !== "undefined" && self !== null ? self.aetherFilbertLoose : void 0) != null ? _ref5 : require('filbert/filbert_loose'); | ||
} | ||
@@ -41,0 +44,0 @@ this.runtimeGlobals = { |
{ | ||
"name": "aether", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "Analyzes, instruments, and transpiles JS to help beginners.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
209012
3896