pull/21833/head
Matthew Hodgson 2020-05-30 00:43:55 +01:00
parent f3fedc5fc4
commit 7750c95a02
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ writing in modern ECMAScript and using a transpile step to generate the file
that applications can then include. There are significant benefits in being
able to use modern ECMAScript, although the tooling for doing so can be awkward
for library code, especially with regard to translating source maps and line
number throgh from the original code to the final application.
number through from the original code to the final application.
General Style
-------------