Skip to content

Commit

Permalink
feat: make evaluating identifiers more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jul 22, 2022
1 parent 5f6634f commit 8436f68
Show file tree
Hide file tree
Showing 4 changed files with 793 additions and 501 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -12,7 +12,7 @@
"test": "ava",
"prebuild": "pnpm run clean",
"build": "pnpm run prebuild && pnpm run rollup",
"rollup": "rollup -c rollup.config.js",
"rollup": "rollup -c rollup.config.mjs",
"preversion": "pnpm run lint && pnpm run build",
"version": "pnpm run generate:all && git add .",
"release": "np --no-cleanup --no-yarn --no-tests",
Expand Down Expand Up @@ -43,37 +43,37 @@
],
"license": "MIT",
"devDependencies": {
"@types/jsdom": "^16.2.14",
"@types/node": "^17.0.37",
"@types/jsdom": "^16.2.15",
"@types/node": "^18.0.6",
"@types/object-path": "^0.11.1",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@wessberg/ts-config": "^2.0.2",
"@types/semver": "^7.3.10",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@wessberg/ts-config": "^2.0.3",
"@wessberg/prettier-config": "^1.0.0",
"rollup-plugin-ts": "3.0.1",
"rollup-plugin-ts": "3.0.2",
"ava": "^3.15.0",
"crosspath": "^2.0.0",
"eslint": "^8.16.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-jsdoc": "^39.3.3",
"helpertypes": "^0.0.18",
"husky": "^8.0.1",
"memfs": "^3.4.4",
"np": "7.6.1",
"npm-check-updates": "^13.0.3",
"pnpm": "^7.1.7",
"prettier": "^2.6.2",
"memfs": "^3.4.7",
"np": "7.6.2",
"npm-check-updates": "^15.3.4",
"pnpm": "^7.6.0",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.75.4",
"rollup": "^2.77.0",
"sandhog": "^2.0.2",
"semver": "7.3.7",
"jsdom": "^19.0.0",
"jsdom": "^20.0.0",
"standard-changelog": "^2.0.27",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.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 Down

0 comments on commit 8436f68

Please sign in to comment.