File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import { writeFileSync } from "fs" ;
2
- import { resolve } from "path" ;
3
- import { fileURLToPath } from "url" ;
1
+ import { writeFileSync } from "node: fs" ;
2
+ import { resolve } from "node: path" ;
3
+ import { fileURLToPath } from "node: url" ;
4
4
5
5
import graphql from "github-openapi-graphql-query" ;
6
6
import { format } from "prettier" ;
Original file line number Diff line number Diff line change 1
- import { writeFileSync , readFileSync } from "fs" ;
1
+ import { writeFileSync , readFileSync } from "node: fs" ;
2
2
3
3
if ( ! process . env . VERSION ) {
4
4
throw new Error ( `VERSION environment variable must be set` ) ;
Original file line number Diff line number Diff line change 1
- import { readFileSync , writeFileSync } from "fs" ;
2
- import { resolve } from "path" ;
1
+ import { readFileSync , writeFileSync } from "node: fs" ;
2
+ import { resolve } from "node: path" ;
3
3
4
4
import handlebars from "handlebars" ;
5
5
import { format } from "prettier" ;
You can’t perform that action at this time.
0 commit comments