coffee-lex
Advanced tools
Comparing version 9.2.0 to 9.2.1
@@ -269,3 +269,2 @@ /** | ||
declare function lex(source: string, options?: Options): SourceTokenList; | ||
/** | ||
@@ -277,2 +276,2 @@ * Provides a stream of source type change locations. | ||
export { DEFAULT_OPTIONS, Options, SourceType, consumeStream, lex as default, lex, stream }; | ||
export { DEFAULT_OPTIONS, Options, SourceLocation, SourceToken, SourceTokenList, SourceTokenListIndex, SourceTokenListIndexRange, SourceType, consumeStream, lex as default, lex, stream }; |
@@ -23,2 +23,6 @@ var __defProp = Object.defineProperty; | ||
DEFAULT_OPTIONS: () => DEFAULT_OPTIONS, | ||
SourceLocation: () => SourceLocation, | ||
SourceToken: () => SourceToken, | ||
SourceTokenList: () => SourceTokenList, | ||
SourceTokenListIndex: () => SourceTokenListIndex, | ||
SourceType: () => SourceType, | ||
@@ -1558,2 +1562,6 @@ consumeStream: () => consumeStream, | ||
DEFAULT_OPTIONS, | ||
SourceLocation, | ||
SourceToken, | ||
SourceTokenList, | ||
SourceTokenListIndex, | ||
SourceType, | ||
@@ -1560,0 +1568,0 @@ consumeStream, |
{ | ||
"name": "coffee-lex", | ||
"version": "9.2.0", | ||
"version": "9.2.1", | ||
"description": "Stupid lexer for CoffeeScript.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# coffee-lex [![Build Status](https://circleci.com/gh/decaffeinate/coffee-lex/tree/master.svg?style=svg)](https://circleci.com/gh/decaffeinate/coffee-lex/tree/master) [![package version](https://badge.fury.io/js/coffee-lex.svg)](https://badge.fury.io/js/coffee-lex) [![Greenkeeper badge](https://badges.greenkeeper.io/decaffeinate/coffee-lex.svg)](https://greenkeeper.io/) | ||
# coffee-lex [![CI](https://github.com/decaffeinate/coffee-lex/actions/workflows/ci.yml/badge.svg)](https://github.com/decaffeinate/coffee-lex/actions/workflows/ci.yml) [![package version](https://badge.fury.io/js/coffee-lex.svg)](https://badge.fury.io/js/coffee-lex) | ||
@@ -3,0 +3,0 @@ Stupid lexer for CoffeeScript. |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
120204
3347
0