Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-estree-parser

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-estree-parser - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

7

CHANGELOG.md

@@ -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 @@

2

lib/transform-microsyntax.d.ts

@@ -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": [],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc