File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import either , { type Either } from '@matt.kantor/either'
2- import { parseArgs } from 'util'
2+ import { parseArgs } from 'node: util'
33import { type JsonValueForbiddingSymbolicKeys } from '../parsing.js'
44
55export type InvalidJsonError = {
Original file line number Diff line number Diff line change 11import either , { type Either } from '@matt.kantor/either'
2- import { parseArgs } from 'util'
2+ import { parseArgs } from 'node: util'
33import { type SyntaxTree } from '../parsing/syntax-tree.js'
44import {
55 prettyJson ,
Original file line number Diff line number Diff line change 11import either from '@matt.kantor/either'
22import option , { type Option } from '@matt.kantor/option'
3- import { parseArgs } from 'util'
3+ import { parseArgs } from 'node: util'
44import { writeOutput } from '../cli/output.js'
55import { keywordHandlers as compilerKeywordHandlers } from '../compiling.js'
66import type { Atom } from '../parsing.js'
You can’t perform that action at this time.
0 commit comments