angular-estree-parser
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [3.0.2](https://github.com/prettier/angular-estree-parser/compare/v3.0.1...v3.0.2) (2022-10-09) | ||
### Bug Fixes | ||
* fix `@angular/compiler` entry ([0bd3cd4](https://github.com/prettier/angular-estree-parser/commit/0bd3cd42515dff59f4ce3ae754b4040956aa1eed)) | ||
### [3.0.1](https://github.com/prettier/angular-estree-parser/compare/v3.0.0...v3.0.1) (2022-10-09) | ||
@@ -7,0 +14,0 @@ |
@@ -1,4 +0,4 @@ | ||
import * as ng from '@angular/compiler/es2015/src/expression_parser/ast.js'; | ||
import * as ng from '@angular/compiler/esm2015/src/expression_parser/ast.js'; | ||
import { Context } from './context.js'; | ||
import { NGMicrosyntax } from './types'; | ||
export declare function transformTemplateBindings(rawTemplateBindings: ng.TemplateBinding[], context: Context): NGMicrosyntax; |
@@ -1,2 +0,2 @@ | ||
import * as ng from '@angular/compiler/es2015/src/expression_parser/ast.js'; | ||
import * as ng from '@angular/compiler/esm2015/src/expression_parser/ast.js'; | ||
import { transform, transformSpan, } from './transform.js'; | ||
@@ -3,0 +3,0 @@ import { findBackChar, NG_PARSE_TEMPLATE_BINDINGS_FAKE_PREFIX, toLowerCamelCase, } from './utils.js'; |
@@ -1,2 +0,2 @@ | ||
import * as ng from '@angular/compiler/es2015/src/expression_parser/ast.js'; | ||
import * as ng from '@angular/compiler/esm2015/src/expression_parser/ast.js'; | ||
import * as b from '@babel/types'; | ||
@@ -3,0 +3,0 @@ import { Context } from './context.js'; |
@@ -1,2 +0,2 @@ | ||
import * as ng from '@angular/compiler/es2015/src/expression_parser/ast.js'; | ||
import * as ng from '@angular/compiler/esm2015/src/expression_parser/ast.js'; | ||
import type { RawNGComment, RawNGSpan } from './types'; | ||
@@ -3,0 +3,0 @@ export declare const NG_PARSE_TEMPLATE_BINDINGS_FAKE_PREFIX = "NgEstreeParser"; |
@@ -1,4 +0,4 @@ | ||
import * as ng from '@angular/compiler/es2015/src/expression_parser/ast.js'; | ||
import { Lexer } from '@angular/compiler/es2015/src/expression_parser/lexer.js'; | ||
import { Parser } from '@angular/compiler/es2015/src/expression_parser/parser.js'; | ||
import * as ng from '@angular/compiler/esm2015/src/expression_parser/ast.js'; | ||
import { Lexer } from '@angular/compiler/esm2015/src/expression_parser/lexer.js'; | ||
import { Parser } from '@angular/compiler/esm2015/src/expression_parser/parser.js'; | ||
const NG_PARSE_FAKE_LOCATION = 'angular-estree-parser'; | ||
@@ -5,0 +5,0 @@ export const NG_PARSE_TEMPLATE_BINDINGS_FAKE_PREFIX = 'NgEstreeParser'; |
{ | ||
"name": "angular-estree-parser", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A parser that converts Angular source code into an ESTree-compatible form", | ||
@@ -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
56842