-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/codemod:use-esm-import-syntax.js Please contact the author of the transform if you believe there was an error.
- Loading branch information
1 parent
a315592
commit 29fff00
Showing
18 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import { solve } from './solve' ; | ||
import { solve } from "./solve.js" ; | ||
|
||
export function decide ( instance ) { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export * from './decide' ; | ||
export * from './from' ; | ||
export * from './solve' ; | ||
export * from './verify' ; | ||
export * from "./decide.js" ; | ||
export * from "./from.js" ; | ||
export * from "./solve.js" ; | ||
export * from "./verify.js" ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
import { _verify } from '../core' ; | ||
import { _verify } from "../core/index.js" ; | ||
export const verify = ( { clauses } , certificate ) => _verify( clauses , certificate ) ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * from './SAT0W' ; | ||
export * from './setup_watchlist' ; | ||
export * from './update_watchlist' ; | ||
export * from "./SAT0W.js" ; | ||
export * from "./setup_watchlist.js" ; | ||
export * from "./update_watchlist.js" ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import { _count } from './_count' ; | ||
import { _count } from "./_count.js" ; | ||
|
||
export class ParitiesInstance { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import { _count } from './_count' ; | ||
import { _count } from "./_count.js" ; | ||
|
||
export class SignsInstance { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export * from './KeysInstance' ; | ||
export * from './ParitiesInstance' ; | ||
export * from './SignsInstance' ; | ||
export * from './_certificate_to_keys' ; | ||
export * from './_count' ; | ||
export * from './_keys_to_parity' ; | ||
export * from './_parity_to_keys' ; | ||
export * from './_parity_to_sign' ; | ||
export * from './_sign_to_parity' ; | ||
export * from "./KeysInstance.js" ; | ||
export * from "./ParitiesInstance.js" ; | ||
export * from "./SignsInstance.js" ; | ||
export * from "./_certificate_to_keys.js" ; | ||
export * from "./_count.js" ; | ||
export * from "./_keys_to_parity.js" ; | ||
export * from "./_parity_to_keys.js" ; | ||
export * from "./_parity_to_sign.js" ; | ||
export * from "./_sign_to_parity.js" ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export * from './SAT0W' ; | ||
export * from './_verify' ; | ||
export * from './convert' ; | ||
export * from './parse' ; | ||
export * from './setup_assignment' ; | ||
export * from "./SAT0W/index.js" ; | ||
export * from "./_verify.js" ; | ||
export * from "./convert/index.js" ; | ||
export * from "./parse/index.js" ; | ||
export * from "./setup_assignment.js" ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from './_parse_DIMACS_CNF' ; | ||
export * from "./_parse_DIMACS_CNF.js" ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export * from './api' ; | ||
export * from './core' ; | ||
export * from "./api/index.js" ; | ||
export * from "./core/index.js" ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters