@travetto/transformer
Advanced tools
Comparing version 2.0.4 to 2.1.0
{ | ||
"name": "@travetto/transformer", | ||
"displayName": "Transformation", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "Functionality for AST transformations, with transformer registration, and general utils", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/base": "^2.0.2" | ||
"@travetto/base": "^2.1.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "publishConfig": { |
@@ -66,5 +66,5 @@ import * as ts from 'typescript'; | ||
* Get accessor pair based off of passing in one in | ||
* | ||
* @param node | ||
* @returns | ||
* | ||
* @param node | ||
* @returns | ||
*/ | ||
@@ -71,0 +71,0 @@ static getAccessorPair(node: ts.GetAccessorDeclaration | ts.SetAccessorDeclaration) { |
70598
Updated@travetto/base@^2.1.0