ember-template-recast
Advanced tools
Comparing version 3.2.7 to 3.2.8
@@ -0,1 +1,15 @@ | ||
## v3.2.8 (2019-10-28) | ||
#### :bug: Bug Fix | ||
* [#159](https://github.com/ember-template-lint/ember-template-recast/pull/159) Ensure templates with whitespace control are codemoded properly. ([@rwjblue](https://github.com/rwjblue)) | ||
#### :memo: Documentation | ||
* [#158](https://github.com/ember-template-lint/ember-template-recast/pull/158) Fix transform documentation ([@dcyriller](https://github.com/dcyriller)) | ||
* [#157](https://github.com/ember-template-lint/ember-template-recast/pull/157) Fix method name in README ([@dcyriller](https://github.com/dcyriller)) | ||
#### Committers: 3 | ||
- Cyrille David ([@dcyriller](https://github.com/dcyriller)) | ||
- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) | ||
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) | ||
## v3.2.7 (2019-10-25) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "ember-template-recast", | ||
"version": "3.2.7", | ||
"version": "3.2.8", | ||
"description": "Non-destructive template transformer.", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@glimmer/syntax": "^0.42.2", | ||
"@glimmer/syntax": "^0.43.0", | ||
"async-promise-queue": "^1.0.5", | ||
@@ -49,3 +49,3 @@ "colors": "^1.3.3", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"execa": "^3.1.0", | ||
"execa": "^3.2.0", | ||
"lerna-changelog": "^0.8.2", | ||
@@ -52,0 +52,0 @@ "prettier": "^1.18.2", |
@@ -42,3 +42,3 @@ # ember-template-recast | ||
### traverse | ||
### transform | ||
@@ -52,3 +52,3 @@ Used to easily traverse (and possibly mutate) a given template. Returns the | ||
export interface ASTPluginBuilder { | ||
(env: ASTPluginEnvironment): ASTPlugin; | ||
(env: ASTPluginEnvironment): NodeVisitor; | ||
} | ||
@@ -61,7 +61,2 @@ | ||
export interface ASTPlugin { | ||
name: string; | ||
visitor: NodeVisitor; | ||
} | ||
export interface Syntax { | ||
@@ -68,0 +63,0 @@ parse: typeof preprocess; |
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
62330
119
+ Added@glimmer/interfaces@0.43.0(transitive)
+ Added@glimmer/syntax@0.43.0(transitive)
+ Added@glimmer/util@0.43.0(transitive)
- Removed@glimmer/interfaces@0.42.2(transitive)
- Removed@glimmer/syntax@0.42.2(transitive)
- Removed@glimmer/util@0.42.2(transitive)
Updated@glimmer/syntax@^0.43.0