https://github.com/Microsoft/TypeScript
Revision 0d0a79371471d627ae298a145f8009b05cbccb72 authored by Daniel Rosenwasser on 30 September 2022, 08:22:01 UTC, committed by GitHub on 30 September 2022, 08:22:01 UTC
* Remove language version check for extended escapes.

* Accepted baselines.

* Record whether nodes have extended Unicode escapes. Replace them in the es2015 transform.

* Accepted baselines.

* Move file to better-reflect generality of tests.

* Added tests for variables at the top level.

* Accepted baselines.

* Added test for extended astral character.

* Accepted baseline.

* Enable sourcemaps in tests.

* Accepted baselines.

* Call `setOriginalNode` on identifiers with extended escapes.
1 parent 58bae8d
History
Tip revision: 0d0a79371471d627ae298a145f8009b05cbccb72 authored by Daniel Rosenwasser on 30 September 2022, 08:22:01 UTC
Allow Unicode extended escapes in ES5 and earlier (#50918)
Tip revision: 0d0a793
File Mode Size
.devcontainer
.github
.vscode
bin
doc
lib
scripts
src
tests
.dockerignore -rw-r--r-- 986 bytes
.editorconfig -rw-r--r-- 188 bytes
.eslintignore -rw-r--r-- 617 bytes
.eslintplugin.js -rw-r--r-- 391 bytes
.eslintrc.json -rw-r--r-- 6.8 KB
.gitattributes -rw-r--r-- 42 bytes
.gitignore -rw-r--r-- 2.9 KB
.yarnrc -rw-r--r-- 27 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 333 bytes
CONTRIBUTING.md -rw-r--r-- 15.4 KB
CopyrightNotice.txt -rw-r--r-- 812 bytes
Dockerfile -rw-r--r-- 252 bytes
Gulpfile.js -rw-r--r-- 31.0 KB
LICENSE.txt -rw-r--r-- 9.0 KB
README.md -rw-r--r-- 3.1 KB
SECURITY.md -rw-r--r-- 2.7 KB
ThirdPartyNoticeText.txt -rw-r--r-- 36.9 KB
package-lock.json -rw-r--r-- 671.6 KB
package.json -rw-r--r-- 3.7 KB

README.md

back to top