first commit
This commit is contained in:
12
shims/color-diff-napi/index.ts
Normal file
12
shims/color-diff-napi/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export {
|
||||
ColorDiff,
|
||||
ColorFile,
|
||||
getSyntaxTheme,
|
||||
getNativeModule,
|
||||
} from '../../src/native-ts/color-diff/index.ts'
|
||||
export type {
|
||||
ColorDiffClass,
|
||||
ColorFileClass,
|
||||
Hunk,
|
||||
SyntaxTheme,
|
||||
} from '../../src/native-ts/color-diff/index.ts'
|
||||
6
shims/color-diff-napi/package.json
Normal file
6
shims/color-diff-napi/package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "color-diff-napi",
|
||||
"version": "0.0.0-restored",
|
||||
"type": "module",
|
||||
"main": "./index.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user