From 8c1449262d1f5fdcfb822e8ca60cb6323ac667ac Mon Sep 17 00:00:00 2001 From: Kuba Suder Date: Thu, 15 Oct 2020 17:47:31 +0200 Subject: [PATCH] added 'type' keyword to the list --- brush.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brush.js b/brush.js index 0af2569..fb95feb 100644 --- a/brush.js +++ b/brush.js @@ -8,7 +8,7 @@ function Brush() { 'interface let new null package private protected ' + 'static return super switch ' + 'this throw true try typeof var while with yield' + - ' any bool declare get module never number public readonly set string'; // TypeScript-specific, everything above is common with JavaScript + ' any bool declare get module never number public readonly set string type'; // TypeScript-specific, everything above is common with JavaScript this.regexList = [ {