Skip to content

Commit

Permalink
Use TextEncoder as global
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbierner committed Jun 6, 2023
1 parent cad7122 commit e96e685
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "emojisense",
"private": true,
"displayName": ":emojisense:",
"description": "Adds suggestions and autocomplete for emoji",
"version": "0.10.0",
Expand Down Expand Up @@ -173,7 +174,7 @@
"package-web": "webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js"
},
"devDependencies": {
"@types/node": "^16",
"@types/node": "^18",
"@types/vscode": "^1.75.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
Expand Down
1 change: 0 additions & 1 deletion src/DecoratorProvider.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

import { TextEncoder } from 'util';
import * as vscode from 'vscode';
import { Configuration } from './configuration';
import { Emoji, EmojiProvider } from './emoji';
Expand Down

0 comments on commit e96e685

Please sign in to comment.