Skip to content

Commit

Permalink
chore: cleanup glint impl (#9593)
Browse files Browse the repository at this point in the history
* chore: cleanup glint impl

* fixup lock

* fix lint
  • Loading branch information
runspired authored Nov 11, 2024
1 parent 0ff7675 commit 6bcc003
Show file tree
Hide file tree
Showing 7 changed files with 681 additions and 544 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@babel/core": "^7.24.5",
"@ember/test-helpers": "3.3.0",
"@glimmer/component": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@types/semver": "^7.5.8",
"bun-types": "^1.1.30",
"chalk": "^4.1.2",
Expand Down Expand Up @@ -137,7 +137,10 @@
"broccoli-funnel": "^3.0.8",
"broccoli-merge-trees": "^4.2.0",
"@glimmer/validator": "^0.92.3",
"@glint/template": "^1.4.0",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-typescript": "^5.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glimmer/validator": "^0.92.3",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"decorator-transforms": "^2.2.2",
"@embroider/addon-dev": "^4.3.1",
"@ember-data/request": "workspace:5.4.0-alpha.115",
Expand Down
1,187 changes: 655 additions & 532 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions tests/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
"@embroider/macros": "^1.16.6",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@types/qunit": "^2.19.10",
"@warp-drive/core-types": "workspace:0.0.0-alpha.101",
"@warp-drive/schema-record": "workspace:0.0.0-alpha.101",
Expand Down
3 changes: 3 additions & 0 deletions tests/main/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"include": ["app/**/*", "config/**/*", "tests/**/*", "../../@types/ember-data-qunit-asserts"],
"glint": {
"environment": ["ember-loose", "ember-template-imports"]
},
"compilerOptions": {
"lib": ["DOM", "ESNext"],
"module": "esnext",
Expand Down
7 changes: 4 additions & 3 deletions tests/warp-drive__ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@
"@embroider/macros": "^1.16.6",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@warp-drive/core-types": "workspace:0.0.0-alpha.101",
"@warp-drive/internal-config": "workspace:5.4.0-alpha.115",
"@warp-drive/schema-record": "workspace:0.0.0-alpha.101",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"glint": {
"environment": ["ember-loose", "ember-template-imports"]
},
"files": [],
"include": [],
"references": [
Expand Down

0 comments on commit 6bcc003

Please sign in to comment.