New:Socket for Asana Is Now Available.Learn more
Sign In

esrap

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esrap - npm Package Compare versions

Comparing version
2.2.13
to
2.3.0
+1
-1
package.json
{
"name": "esrap",
"version": "2.2.13",
"version": "2.3.0",
"description": "Parse in reverse",

@@ -5,0 +5,0 @@ "repository": {

@@ -5,2 +5,10 @@ import type { BaseNode } from '../types';

quotes?: 'double' | 'single';
/**
* Anchor structural tokens (array/object brackets and braces, preserved
* parentheses, unary operators, and the closing tokens of calls and
* computed member access) with one-character source locations, so
* node-boundary positions always resolve through the source map instead of
* being attributed to the previous token. Denser maps; identical output.
*/
boundaryTokens?: boolean;
comments?: Comment[];

@@ -7,0 +15,0 @@ getLeadingComments?: (node: BaseNode) => BaseComment[] | undefined;

@@ -98,2 +98,10 @@ declare module 'esrap' {

quotes?: 'double' | 'single';
/**
* Anchor structural tokens (array/object brackets and braces, preserved
* parentheses, unary operators, and the closing tokens of calls and
* computed member access) with one-character source locations, so
* node-boundary positions always resolve through the source map instead of
* being attributed to the previous token. Denser maps; identical output.
*/
boundaryTokens?: boolean;
comments?: Comment[];

@@ -153,2 +161,10 @@ getLeadingComments?: (node: BaseNode) => BaseComment[] | undefined;

quotes?: 'double' | 'single';
/**
* Anchor structural tokens (array/object brackets and braces, preserved
* parentheses, unary operators, and the closing tokens of calls and
* computed member access) with one-character source locations, so
* node-boundary positions always resolve through the source map instead of
* being attributed to the previous token. Denser maps; identical output.
*/
boundaryTokens?: boolean;
comments?: Comment[];

@@ -155,0 +171,0 @@ getLeadingComments?: (node: BaseNode) => BaseComment[] | undefined;

@@ -40,4 +40,4 @@ {

],
"mappings": ";MAEYA,QAAQA;;;;;;;;MAQfC,MAAMA;;MAENC,mBAAmBA;;;;MAIZC,OAAOA;;aAEPC,QAAQA;;;;WAWHC,QAAQA;;;;;;MAWbC,OAAOA;;kBAEFC,YAAYA;;;;;;;;;iBCWbC,KAAKA;;;;cC7CRC,OAAOA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aCLRC,IAAIA;yBACQC,EAAEA;;cAELC,sBAAsBA;MHJ/BZ,QAAQA;;;;;;;;MAQfC,MAAMA;;MAENC,mBAAmBA;;;;MAIZC,OAAOA;;MAEPC,QAAQA;;;MIhBRS,SAASA;;;;;;;WAOXC,QAAQA;;;;;;;kBAODC,WAAWA;;;;;;;kBAOXC,OAAOA;;;;;;;;;;;;aCpBZN,IAAIA;yBACQO,GAAGA;MLFfjB,QAAQA;;;;;;;;MAQfC,MAAMA;;MAENC,mBAAmBA;;;;MAIZC,OAAOA;;MAEPC,QAAQA;;;MIhBRS,SAASA;;;;;;;WAOXC,QAAQA;;;;;;;kBAODC,WAAWA;;;;;;;kBAOXC,OAAOA",
"mappings": ";MAEYA,QAAQA;;;;;;;;MAQfC,MAAMA;;MAENC,mBAAmBA;;;;MAIZC,OAAOA;;aAEPC,QAAQA;;;;WAWHC,QAAQA;;;;;;MAWbC,OAAOA;;kBAEFC,YAAYA;;;;;;;;;iBCWbC,KAAKA;;;;cC7CRC,OAAOA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aCLRC,IAAIA;yBACQC,EAAEA;;cAELC,sBAAsBA;MHJ/BZ,QAAQA;;;;;;;;MAQfC,MAAMA;;MAENC,mBAAmBA;;;;MAIZC,OAAOA;;MAEPC,QAAQA;;;MIhBRS,SAASA;;;;;;;;;;;;;;;WAeXC,QAAQA;;;;;;;kBAODC,WAAWA;;;;;;;kBAOXC,OAAOA;;;;;;;;;;;;aC5BZN,IAAIA;yBACQO,GAAGA;MLFfjB,QAAQA;;;;;;;;MAQfC,MAAMA;;MAENC,mBAAmBA;;;;MAIZC,OAAOA;;MAEPC,QAAQA;;;MIhBRS,SAASA;;;;;;;;;;;;;;;WAeXC,QAAQA;;;;;;;kBAODC,WAAWA;;;;;;;kBAOXC,OAAOA",
"ignoreList": []
}

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