Skip to content

Commit

Permalink
feat: transition to @lwc/metadata for LWC JS introspection (#570)
Browse files Browse the repository at this point in the history
* feat: transition to @lwc/metadata for JS introspection

* chore: update remaining LWC deps

* chore: remove unnecessary comment

* chore: cleanup

* chore: await the async thing to make tests happy

* chore: cleanup tests

* chore: cleanup

* chore: cleanup

* fix: weird indentation

* chore: await this.componentIndexer.init()

Co-authored-by: Cristina Cañizales <113132642+CristiCanizales@users.noreply.github.com>

* chore: update snapshots to match new Jest snapshot format

---------

Co-authored-by: Cristina Cañizales <113132642+CristiCanizales@users.noreply.github.com>
  • Loading branch information
divmain and CristiCanizales committed Jul 6, 2023
1 parent b3bc9c5 commit 8440f49
Show file tree
Hide file tree
Showing 19 changed files with 2,888 additions and 13,489 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"patch-package": "^6.0.5",
"rimraf": "^3.0.1",
"shelljs": "^0.8.3",
"typescript": "^3.2.4"
"typescript": "^5.0.4"
},
"scripts": {
"bootstrap": "lerna bootstrap --force-local",
Expand Down
9 changes: 5 additions & 4 deletions packages/aura-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,27 @@
"vscode-uri": "1.0.6"
},
"devDependencies": {
"@jest/reporters": "^29.5.0",
"@types/babel-types": "^7.0.8",
"@types/fs-extra": "^5.0.4",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.10",
"@types/jest": "^29.5.0",
"@types/mock-fs": "^4.10.0",
"@types/node": "^16.0.0",
"@types/shelljs": "^0.8.8",
"babel-types": "^6.26.0",
"eslint": "^7.7.0",
"glob": "^7.1.6",
"husky": "^4.2.5",
"jest": "^26.4.1",
"jest": "^29.5.0",
"jest-extended": "^0.11.5",
"lint-staged": "^10.2.11",
"mock-fs": "^4.11.0",
"npm-run": "^5.0.1",
"prettier": "^2.0.5",
"shelljs": "^0.8.4",
"ts-jest": "^26.2.0",
"ts-jest": "^29.1.0",
"tsc-transpile-only": "0.0.3",
"typescript": "3.7.5"
"typescript": "5.0.4"
}
}
Loading

0 comments on commit 8440f49

Please sign in to comment.