decaffeinate-parser
Advanced tools
Comparing version 22.5.1 to 22.5.2
@@ -22,3 +22,4 @@ "use strict"; | ||
var value = mapValue_1["default"](context, property); | ||
members.push(new nodes_2.ObjectInitialiserMember(line_1, column_1, start_1, end_1, raw_1, value, null, false /* isComputed */)); | ||
var isComputed = property.base instanceof nodes_1.ComputedPropertyName; | ||
members.push(new nodes_2.ObjectInitialiserMember(line_1, column_1, start_1, end_1, raw_1, value, null, isComputed)); | ||
} | ||
@@ -25,0 +26,0 @@ else if (property instanceof nodes_1.Assign && property.context === 'object') { |
{ | ||
"name": "decaffeinate-parser", | ||
"description": "A better AST for CoffeeScript, inspired by CoffeeScriptRedux.", | ||
"version": "22.5.1", | ||
"version": "22.5.2", | ||
"main": "dist/parser.js", | ||
@@ -39,4 +39,4 @@ "module": "dist/parser.mjs", | ||
"@types/json-stable-stringify": "^1.0.32", | ||
"@types/mocha": "^2.2.46", | ||
"@types/node": "9.4.7", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "9.6.0", | ||
"babel": "^6.5.2", | ||
@@ -43,0 +43,0 @@ "babel-eslint": "^8.2.1", |
Sorry, the diff of this file is not supported yet
401394
8997