Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JavaScript] Implement import.meta proposal. #1484

Merged
merged 1 commit into from
Apr 15, 2018

Conversation

Thom1729
Copy link
Collaborator

Implements the import.meta proposal. The proposal is at Stage 3, and the syntax should be stable.

Due to line lookahead limitations, the following will be highlighted incorrectly:

import
    .meta;

In that example, import will receive meta.import keyword.control.import-export. When the dot is encountered, highlighting will proceed correctly.

@wbond wbond merged commit 82cf826 into sublimehq:master Apr 15, 2018
@Thom1729 Thom1729 deleted the javascript-import-meta branch April 16, 2018 03:51
deathaxe pushed a commit to deathaxe/sublime-packages that referenced this pull request Jun 9, 2019
[JavaScript] Implement `import.meta` proposal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants