Skip to content

Commit

Permalink
fix: ensure that the drive letter is prefixed to absolute paths on Wi…
Browse files Browse the repository at this point in the history
…ndows when getSourceFile is called internally from TypeScript
  • Loading branch information
wessberg committed Nov 9, 2021
1 parent 7c313dd commit cf6d3cc
Show file tree
Hide file tree
Showing 3 changed files with 1,000 additions and 1,090 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,38 +49,38 @@
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@types/prettier": "^2.3.2",
"@types/semver": "^7.3.8",
"@types/node": "^16.9.6",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@types/prettier": "^2.4.1",
"@types/semver": "^7.3.9",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@wessberg/ts-config": "^1.1.3",
"sandhog": "^1.0.41",
"ava": "3.15.0",
"babel-preset-minify": "^0.5.1",
"eslint": "^7.32.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^37.0.3",
"fast-glob": "^3.2.7",
"husky": "^7.0.2",
"husky": "^7.0.4",
"np": "7.5.0",
"pnpm": "^6.15.1",
"pnpm": "^6.20.4",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.57.0",
"rollup": "^2.59.0",
"semver": "7.3.5",
"standard-changelog": "^2.0.27",
"ts-node": "10.2.1",
"npm-check-updates": "11.8.5",
"ts-node": "10.4.0",
"npm-check-updates": "12.0.2",
"memfs": "^3.3.0",
"helpertypes": "^0.0.12",
"typescript": "^4.4.3",
"helpertypes": "^0.0.17",
"typescript": "^4.4.4",
"typescript-3-4-1": "npm:typescript@3.4.1",
"typescript-3-5-1": "npm:typescript@3.5.1",
"typescript-3-6-2": "npm:typescript@3.6.2",
Expand All @@ -93,27 +93,27 @@
"typescript-4-3-5": "npm:typescript@4.3.5"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-async-generator-functions": "^7.15.4",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-proposal-optional-catch-binding": "^7.14.5",
"@babel/plugin-proposal-unicode-property-regex": "^7.14.5",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-async-generator-functions": "^7.16.0",
"@babel/plugin-proposal-json-strings": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.16.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/runtime": "^7.15.4",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/runtime": "^7.16.0",
"@types/babel__core": "^7.1.16",
"@rollup/pluginutils": "^4.1.1",
"@wessberg/stringutil": "^1.0.19",
"ts-clone-node": "^0.3.28",
"compatfactory": "^0.0.9",
"browserslist-generator": "^1.0.64",
"browserslist": "^4.17.1",
"browserslist": "^4.17.6",
"chalk": "^4.1.2",
"magic-string": "^0.25.7",
"tslib": "^2.3.1",
"crosspath": "^0.0.9"
"crosspath": "1.0.0"
},
"peerDependencies": {
"rollup": ">=1.x || >=2.x",
Expand Down

0 comments on commit cf6d3cc

Please sign in to comment.