angular-estree-parser
Advanced tools
Comparing version 7.0.0 to 8.0.0
@@ -0,1 +1,2 @@ | ||
// @ts-expect-error -- Can't work | ||
import { LinesAndColumns } from 'lines-and-columns'; | ||
@@ -2,0 +3,0 @@ export class Context { |
@@ -330,2 +330,4 @@ import { findBackChar, findFrontChar, fitSpans, getLast, getNgType, } from './utils.js'; | ||
loc: { | ||
filename: '', | ||
identifierName: '', | ||
start: context.locator.locationForIndex(start), | ||
@@ -341,2 +343,4 @@ end: context.locator.locationForIndex(end), | ||
loc: { | ||
filename: '', | ||
identifierName: '', | ||
start: context.locator.locationForIndex(innerSpan.start), | ||
@@ -343,0 +347,0 @@ end: context.locator.locationForIndex(innerSpan.end), |
{ | ||
"name": "angular-estree-parser", | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"description": "A parser that converts Angular source code into an ESTree-compatible form", | ||
@@ -31,29 +31,29 @@ "keywords": [], | ||
"lines-and-columns": "^2.0.3", | ||
"tslib": "^2.5.0" | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "16.0.0", | ||
"@babel/code-frame": "7.21.4", | ||
"@babel/parser": "7.21.8", | ||
"@babel/types": "7.21.5", | ||
"@types/babel-types": "7.0.11", | ||
"@types/babel__code-frame": "7.0.3", | ||
"@types/jest": "29.5.1", | ||
"@types/prettier": "2.7.2", | ||
"@typescript-eslint/eslint-plugin": "5.59.2", | ||
"@typescript-eslint/parser": "5.59.2", | ||
"del-cli": "5.0.0", | ||
"eslint": "8.39.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"jest": "29.5.0", | ||
"@angular/compiler": "17.0.0-rc.2", | ||
"@babel/code-frame": "7.22.13", | ||
"@babel/parser": "7.23.0", | ||
"@babel/types": "7.23.0", | ||
"@types/babel-types": "7.0.13", | ||
"@types/babel__code-frame": "7.0.5", | ||
"@types/jest": "29.5.7", | ||
"@types/prettier": "3.0.0", | ||
"@typescript-eslint/eslint-plugin": "6.9.1", | ||
"@typescript-eslint/parser": "6.9.1", | ||
"del-cli": "5.1.0", | ||
"eslint": "8.53.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-import": "2.29.0", | ||
"jest": "29.7.0", | ||
"jest-snapshot-serializer-raw": "1.2.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.8.8", | ||
"prettier": "3.0.3", | ||
"standard-version": "9.5.0", | ||
"ts-jest": "29.1.0", | ||
"typescript": "5.0.4" | ||
"ts-jest": "29.1.1", | ||
"typescript": "5.2.2" | ||
}, | ||
"peerDependencies": { | ||
"@angular/compiler": "^16.0.0" | ||
"@angular/compiler": "^17.0.0-rc.2" | ||
}, | ||
@@ -71,3 +71,3 @@ "engines": { | ||
}, | ||
"packageManager": "yarn@3.5.0" | ||
"packageManager": "yarn@4.0.1" | ||
} |
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
926
40728
15
+ Added@angular/compiler@17.3.12(transitive)
- Removed@angular/compiler@16.2.12(transitive)
Updatedtslib@^2.6.2