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

escaya

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escaya - npm Package Compare versions

Comparing version 0.0.56 to 0.0.57

8

dist/ast/expressions/optional-chain.d.ts

@@ -1,8 +0,8 @@

import { CallChain } from './call-chain';
import { MemberChain } from './member-chain-expr';
import { IdentifierName } from './identifiername';
import { Expression } from './';
import { Node } from '../node';
export interface OptionalChain extends Node {
readonly chain: MemberChain | CallChain | null;
readonly chain: Expression | Expression[] | IdentifierName | null;
}
export declare function createOptionalChain(chain: MemberChain | CallChain | null): OptionalChain;
export declare function createOptionalChain(chain: Expression | Expression[] | IdentifierName | null): OptionalChain;
//# sourceMappingURL=optional-chain.d.ts.map
{
"name": "escaya",
"version": "0.0.56",
"version": "0.0.57",
"description": "A blazing fast 100% spec compliant, self-hosted incremental javascript parser written in Typescript",

@@ -5,0 +5,0 @@ "main": "dist/escaya.umd.min.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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