Skip to content

Commit

Permalink
Enable all
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 13, 2024
1 parent f0b9163 commit 732437e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/app-dir/ecmascript-features/webpack/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ export default function Page() {
privateStaticFieldWithInitializer:
instance.getPrivateStaticFieldWithInitializer(),
privateStaticMethod: instance.getPrivateStaticMethod(),
// TODO: Not supported in webpack yet.
// privateMethodInThis: instance.isPrivateMethodAvailable(),
privateMethodInThis: instance.isPrivateMethodAvailable(),
exportAs: abc,
importWith: json.message,
// Not supported in Node.js yet.
Expand Down

0 comments on commit 732437e

Please sign in to comment.