Skip to content

Commit

Permalink
blocked for now
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 20, 2024
1 parent a459864 commit dfb86d3
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 229 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
"pnpm": "8.15.1"
},
"pnpm": {
"overrides-notes": ["These are to reduce accidental variance in the monorepo. pnpm i will still complain when peer violations occur"],
"overrides": {
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@embroider/addon-shim": "1.8.7",
"ember-element-helper": "^0.8.5",
"ember-auto-import": "^2.7.0",
"ember-resources": "^7.0.0",
"ember-source": ">= 5.5.0",
"webpack": "5.90.3"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/ember-repl/addon/src/compile/formats/gjs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@ async function transform(
// (grow your code by 20%!)
// [babel.availablePlugins['proposal-decorators'], { legacy: true }],
// [babel.availablePlugins['proposal-class-properties']],
[
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - we don't care about types here..
[
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - we don't care about types here..
await import('decorator-transforms'),
{
runtime: {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - we don't care about types here..
import: await import("decorator-transforms/runtime"),
{
runtime: {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - we don't care about types here..
import: await import('decorator-transforms/runtime'),
},
},
},
]
],
],
presets: [
[
Expand Down
Loading

0 comments on commit dfb86d3

Please sign in to comment.