Skip to content

Commit

Permalink
fix web building
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Dec 19, 2022
1 parent af7cc6a commit 8465f45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
"lodash.throttle": "^4.1.1",
"mocha": "^10.0.0",
"modify-json-file": "^1.2.2",
"path-browserify": "^1.0.1",
"pluralize": "github:plurals/pluralize#36f03cd2d573fa6d23e12e1529fa4627e2af74b4",
"rambda": "^7.2.1",
"require-from-string": "^2.0.2",
Expand Down
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion typescript/src/definitions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { join } from 'path'
import { GetConfig } from './types'
import { findChildContainingExactPosition } from './utils'
import { join } from 'path-browserify'

export default (proxy: ts.LanguageService, info: ts.server.PluginCreateInfo, c: GetConfig) => {
proxy.getDefinitionAndBoundSpan = (fileName, position) => {
Expand Down

0 comments on commit 8465f45

Please sign in to comment.