-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begin moving towards invokable wire format
- Eliminate special high-level opcodes - By modifying the statements and expressions to use the new encoder APIs, it will be easier for us to emit the encoder calls directly from the wire format - Split modifier and component to resolved variants - Clarify args wire format - Separate kinds of component invocations - Disentangle the types of helpers - Streamline components
- Loading branch information
Showing
145 changed files
with
10,411 additions
and
6,250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"devDependencies": { | ||
"rollup": "^4.34.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
node = "22" | ||
node = "lts" | ||
pnpm = "latest-10" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,6 @@ | |
"version": "0.92.0", | ||
"license": "MIT", | ||
"description": "Glimmer compiles Handlebars templates into document fragments rather than string buffers", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/glimmerjs/glimmer-vm.git" | ||
}, | ||
"author": "Tilde, Inc.", | ||
"type": "module", | ||
"exports": null, | ||
|
@@ -19,6 +15,7 @@ | |
"browserstack:results": "ember browserstack:results", | ||
"build:control": "rollup -c rollup.config.mjs", | ||
"build:flags": "RETAIN_FLAGS=true ember build --env production --suppress-sizes", | ||
"build:packages": "turbo run prepack", | ||
"clean": "node ./bin/clean.mjs", | ||
"link:all": "esyes ./bin/link-all.mts", | ||
"lint:fix": "turbo test:lint -- --fix && prettier -w .", | ||
|
@@ -47,14 +44,14 @@ | |
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-modules-commonjs": "^7.26.3", | ||
"@babel/plugin-transform-runtime": "^7.25.9", | ||
"@babel/preset-env": "^7.26.0", | ||
"@babel/preset-env": "^7.26.7", | ||
"@babel/preset-typescript": "^7.26.0", | ||
"@babel/runtime": "^7.26.0", | ||
"@babel/traverse": "^7.26.4", | ||
"@babel/types": "^7.26.3", | ||
"@babel/runtime": "^7.26.7", | ||
"@babel/traverse": "^7.26.7", | ||
"@babel/types": "^7.26.7", | ||
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", | ||
"@eslint/config-inspector": "^0.7.1", | ||
"@eslint/js": "9.17.0", | ||
"@eslint/config-inspector": "^1.0.0", | ||
"@eslint/js": "9.19.0", | ||
"@glimmer-workspace/benchmark-env": "workspace:*", | ||
"@glimmer-workspace/build-support": "workspace:*", | ||
"@glimmer-workspace/eslint-plugin": "workspace:*", | ||
|
@@ -63,7 +60,7 @@ | |
"@glimmer-workspace/repo-metadata": "workspace:*", | ||
"@glimmer/env": "0.1.7", | ||
"@pnpm/meta-updater": "^2.0.3", | ||
"@pnpm/workspace.find-packages": "^1000.0.3", | ||
"@pnpm/workspace.find-packages": "^1000.0.7", | ||
"@rollup/plugin-sucrase": "^5.0.2", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@tsconfig/strictest": "^2.0.5", | ||
|
@@ -74,11 +71,11 @@ | |
"@types/eslint-community__eslint-plugin-eslint-comments": "workspace:*", | ||
"@types/eslint-plugin-qunit": "workspace:*", | ||
"@types/eslint__eslintrc": "^2.1.2", | ||
"@types/node": "^20.17.10", | ||
"@types/node": "^22.13.1", | ||
"@types/preval.macro": "^3.0.2", | ||
"@types/qunit": "^2.19.12", | ||
"@typescript-eslint/parser": "^8.20.0", | ||
"@typescript-eslint/utils": "^8.20.0", | ||
"@typescript-eslint/parser": "^8.23.0", | ||
"@typescript-eslint/utils": "^8.23.0", | ||
"amd-name-resolver": "^1.3.1", | ||
"auto-dist-tag": "^2.1.1", | ||
"babel-plugin-macros": "^3.1.0", | ||
|
@@ -89,26 +86,26 @@ | |
"ember-cli": "~4.12.3", | ||
"ember-cli-browserstack": "^2.1.0", | ||
"ensure-posix-path": "^1.1.1", | ||
"eslint": "^9.18.0", | ||
"eslint": "^9.19.0", | ||
"eslint-config-flat-gitignore": "^1.0.0", | ||
"eslint-config-prettier": "10.0.1", | ||
"eslint-import-resolver-typescript": "^3.7.0", | ||
"eslint-interactive": "^11.1.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-import-x": "^4.6.1", | ||
"eslint-plugin-jsonc": "^2.18.2", | ||
"eslint-plugin-jsonc": "^2.19.1", | ||
"eslint-plugin-n": "17.15.1", | ||
"eslint-plugin-qunit": "^8.1.2", | ||
"eslint-plugin-regexp": "^2.7.0", | ||
"eslint-plugin-simple-import-sort": "12.1.1", | ||
"eslint-plugin-unused-imports": "4.1.4", | ||
"esyes": "^1.0.3", | ||
"execa": "^7.2.0", | ||
"fast-glob": "^3.3.2", | ||
"fast-glob": "^3.3.3", | ||
"glob": "^10.4.5", | ||
"globals": "^15.14.0", | ||
"js-yaml": "^4.1.0", | ||
"knip": "^5.41.1", | ||
"knip": "^5.43.6", | ||
"loader.js": "^4.7.0", | ||
"mkdirp": "^3.0.1", | ||
"npm-run-all": "^4.1.5", | ||
|
@@ -119,16 +116,16 @@ | |
"qunit": "^2.23.1", | ||
"release-plan": "0.11.0", | ||
"rimraf": "^5.0.10", | ||
"rollup": "^4.31.0-0", | ||
"rollup": "^4.34.4", | ||
"semver": "^7.6.3", | ||
"testem-failure-only-reporter": "^1.0.0", | ||
"toml": "^3.0.0", | ||
"tracerbench": "^8.0.1", | ||
"ts-node": "^10.9.2", | ||
"turbo": "^2.3.3", | ||
"typescript": "^5.7.3", | ||
"typescript-eslint": "^8.19.0", | ||
"vite": "^6.0.10", | ||
"typescript-eslint": "^8.23.0", | ||
"vite": "^6.1.0", | ||
"vitest": "^3.0.4", | ||
"zx": "^8.3.0" | ||
}, | ||
|
@@ -148,7 +145,7 @@ | |
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"notes": { | ||
"override:@glimemr/syntax": "when we run prettier, we want to use our local copy of prettier, not the one it declared in its package.json. This ensures that we don't accidentally break prettier as we make changes to @glimmer/syntax" | ||
"override:@glimmer/syntax": "when we run prettier, we want to use our local copy of prettier, not the one it declared in its package.json. This ensures that we don't accidentally break prettier as we make changes to @glimmer/syntax" | ||
}, | ||
"overrides": { | ||
"@glimmer/syntax": "workspace:*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.