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

svelte-eslint-parser

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-eslint-parser - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/ast.d.ts

@@ -28,3 +28,3 @@ import type ESTree from "estree";

}
export declare type SvelteNode = SvelteProgram | SvelteScriptElement | SvelteStyleElement | SvelteElement | SvelteStartTag | SvelteEndTag | SvelteName | SvelteText | SvelteLiteral | SvelteMustacheTag | SvelteDebugTag | SvelteIfBlock | SvelteElseBlock | SvelteEachBlock | SvelteAwaitBlock | SvelteAwaitPendingBlock | SvelteAwaitThenBlock | SvelteAwaitCatchBlock | SvelteKeyBlock | SvelteAttribute | SvelteShorthandAttribute | SvelteSpreadAttribute | SvelteDirective | SvelteSpecialDirective | SvelteDirectiveKey | SvelteSpecialDirectiveKey | SvelteHTMLComment | SvelteReactiveStatement;
export declare type SvelteNode = SvelteProgram | SvelteScriptElement | SvelteStyleElement | SvelteElement | SvelteStartTag | SvelteEndTag | SvelteName | SvelteMemberExpressionName | SvelteText | SvelteLiteral | SvelteMustacheTag | SvelteDebugTag | SvelteIfBlock | SvelteElseBlock | SvelteEachBlock | SvelteAwaitBlock | SvelteAwaitPendingBlock | SvelteAwaitThenBlock | SvelteAwaitCatchBlock | SvelteKeyBlock | SvelteAttribute | SvelteShorthandAttribute | SvelteSpreadAttribute | SvelteDirective | SvelteSpecialDirective | SvelteDirectiveKey | SvelteSpecialDirectiveKey | SvelteHTMLComment | SvelteReactiveStatement;
/** Node of Svelte program root */

@@ -31,0 +31,0 @@ export interface SvelteProgram extends BaseNode {

@@ -13,2 +13,3 @@ "use strict";

SvelteName: [],
SvelteMemberExpressionName: ["object", "property"],
SvelteLiteral: [],

@@ -15,0 +16,0 @@ SvelteMustacheTag: ["expression"],

{
"name": "svelte-eslint-parser",
"version": "0.2.0",
"version": "0.2.1",
"description": "Svelte parser for ESLint",

@@ -48,3 +48,3 @@ "main": "lib/index.js",

"@ota-meshi/eslint-plugin": "^0.7.0",
"@ota-meshi/eslint-plugin-svelte": "0.1.0",
"@ota-meshi/eslint-plugin-svelte": "0.2.0",
"@types/eslint": "^7.2.0",

@@ -51,0 +51,0 @@ "@types/eslint-scope": "^3.7.0",

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