Skip to content

Commit e563d5b

Browse files
authored
Merge pull request #170 from yowainwright/init-roadmap
fix: adds roadmap to the readme
2 parents e6fafe8 + 91aafad commit e563d5b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Thanks to Anders for this deeper fix, to [Pavel Starosek](https://github.com/Stu
3939
<a href="#debugging">Debugging</a>&nbsp;&nbsp;
4040
<a href="#contributing">Contributing</a>&nbsp;&nbsp;
4141
<a href="/issues">Issues</a>
42+
<a href="#roadmap">Roadmap</a>
4243
</p>
4344

4445
---
@@ -213,3 +214,14 @@ ES Check has 3 main dependencies: [acorn](https://github.com/ternjs/acorn/), [gl
213214
- [Ben Junya](https://github.com/MrBenJ)
214215
- [Jeff Barczewski](https://github.com/jeffbski)
215216
- [Brandon Casey](https://github.com/BrandonOCasey)
217+
218+
### Roadmap
219+
220+
- Provide compilation step to support esm
221+
- non-user-facing
222+
- required to keep package dependencies up-to-date as more dependencies are ESM-only
223+
- Provide checks for _theoretical_ keywork words
224+
- Things like `Map` and `Object.assign` are not keywords that fail ECMAScript
225+
compilation depending on specific versions of ECMAScript. However, they hint at additions to ECMAScript that previous version did not support.
226+
- This feature will enhance an already built-in confiration feature to provide more out-of-the-box support for ECMAScript checking.
227+
- If enabled, this feature will warn (or fail) based on _theoretical_ ECMAScript keywords.

0 commit comments

Comments
 (0)