Skip to content

Commit

Permalink
Merge pull request #667 from Borewit/update-ECMAscript-2018
Browse files Browse the repository at this point in the history
Update ECMAScript 2017 (ES8) to ECMAScript 2018 (ES9)
  • Loading branch information
Borewit authored Feb 6, 2022
2 parents da5b100 + dc0f917 commit 40018cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ It can read from:
npm install strtok3
```

### Compatibility

NPM module is compliant with [ECMAScript 2018 (ES9)](https://en.wikipedia.org/wiki/ECMAScript#9th_Edition_%E2%80%93_ECMAScript_2018).

## API

Use one of the methods to instantiate an [*abstract tokenizer*](#tokenizer):
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"inlineSources": false,
"module": "commonjs",
"moduleResolution": "node",
"target": "ES2017",
"target": "ES2018",
"strict": true
}
}
Expand Down

0 comments on commit 40018cc

Please sign in to comment.