Socket
Socket
Sign inDemoInstall

edge-lexer

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-lexer - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

build/src/Contracts/index.d.ts

@@ -51,4 +51,5 @@ export declare enum MustacheTypes {

loc: ILoc;
children: Array<IRawToken | INewLineToken | ITagToken | IMustacheToken>;
children: IToken[];
};
export declare type IToken = IRawToken | INewLineToken | ITagToken | IMustacheToken;
export declare type IRuntimeTag = {

@@ -55,0 +56,0 @@ name: string;

@@ -1,2 +0,2 @@

import { ITagToken, IMustacheToken, ITags, IRawToken, INewLineToken } from '../Contracts';
import { ITags, IToken } from '../Contracts';
declare type tokenizerOptions = {

@@ -9,3 +9,3 @@ filename: string;

private options;
tokens: Array<IRawToken | INewLineToken | ITagToken | IMustacheToken>;
tokens: IToken[];
private blockStatement;

@@ -12,0 +12,0 @@ private mustacheStatement;

@@ -0,1 +1,11 @@

<a name="2.0.1"></a>
## [2.0.1](https://github.com/edge-js/edge-lexer/compare/v2.0.0...v2.0.1) (2018-11-08)
### Features
* **contracts:** define IToken type ([e2edc4c](https://github.com/edge-js/edge-lexer/commit/e2edc4c))
<a name="2.0.0"></a>

@@ -2,0 +12,0 @@ # [2.0.0](https://github.com/edge-js/edge-lexer/compare/1.0.8...2.0.0) (2018-11-08)

{
"name": "edge-lexer",
"version": "2.0.0",
"version": "2.0.1",
"description": "Parses raw markup files to converts them to Edge tokens",

@@ -5,0 +5,0 @@ "main": "build/src/Tokenizer/index.js",

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