File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4646 run : yarn wp-env
4747
4848 - name : Run Playwright tests
49- run : npx playwright test --reporter=github
49+ run : npx playwright test
5050
5151 - uses : actions/upload-artifact@v4
52- if : always()
5352 with :
5453 name : playwright-report
5554 path : playwright-report/
Original file line number Diff line number Diff line change @@ -24,10 +24,11 @@ export {};`;
2424 < h3 > { __ ( 'TypeScript support' , 'codeb-feature-flags' ) } </ h3 >
2525 < p >
2626 Create a file named{ ' ' }
27- < span className = "codeb-feature-flags-filename" > flags.d.ts</ span > at
28- the entrypoint of TypeScript code for the plugin/theme ( usually
29- < span className = "codeb-feature-flags-slug" > src</ span > directory )
30- and add the following declaration.
27+ < span className = "codeb-feature-flags-filename" > flags.d.ts</ span > { ' ' }
28+ at the entrypoint of TypeScript code for the plugin/theme (
29+ usually
30+ < span className = "codeb-feature-flags-slug" > src</ span > directory
31+ ) and add the following declaration.
3132 </ p >
3233 < Clipboard text = { tsSnippet } />
3334 < Snippet data = { tsSnippet } language = { 'typescript' } />
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "outDir" : " ./build" ,
44 "jsx" : " react-jsx" ,
5- "module" : " ESNext " ,
5+ "module" : " NodeNext " ,
66 "target" : " es2022" ,
7- "moduleResolution" : " node " ,
7+ "moduleResolution" : " NodeNext " ,
88 "resolveJsonModule" : true ,
99 "sourceMap" : true ,
1010 "noImplicitAny" : true ,
You can’t perform that action at this time.
0 commit comments