bublejs / bublejs/buble

Transpile previously-invalid identifiers

Open
#73 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
874
Forks
62
PR merge metrics
No merged PRs in 30d

Description

Both unicode point escapes …

```js
var \u{102C0} = { \u{102C0} : 2 };
```
… and non-ascii characters …

```js
var 𐋀;
```

are [supported now](https://www.ecma-international.org/ecma-262/6.0/#sec-names-and-keywords).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.