@elliots/typical 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +102 -33
- package/dist/src/config.d.ts +0 -7
- package/dist/src/config.js +0 -1
- package/dist/src/config.js.map +1 -1
- package/dist/src/transformer.js +2 -2
- package/dist/src/transformer.js.map +1 -1
- package/package.json +5 -5
- package/src/config.ts +0 -8
- package/src/transformer.ts +2 -2
- package/dist/src/cli.typical.ts +0 -136
- package/dist/src/config.typical.ts +0 -287
- package/dist/src/file-filter.d.ts +0 -13
- package/dist/src/file-filter.js +0 -42
- package/dist/src/file-filter.js.map +0 -1
- package/dist/src/program-manager.d.ts +0 -27
- package/dist/src/program-manager.js +0 -121
- package/dist/src/program-manager.js.map +0 -1
- package/dist/src/regex-hoister.d.ts +0 -11
- package/dist/src/regex-hoister.js +0 -150
- package/dist/src/regex-hoister.js.map +0 -1
- package/dist/src/setup.d.ts +0 -2
- package/dist/src/setup.js +0 -20
- package/dist/src/setup.js.map +0 -1
- package/dist/src/source-map.d.ts +0 -78
- package/dist/src/source-map.js +0 -133
- package/dist/src/source-map.js.map +0 -1
- package/dist/src/source-map.typical.ts +0 -216
- package/dist/src/transformer.typical.ts +0 -2552
- package/dist/src/tsc-plugin.d.ts +0 -10
- package/dist/src/tsc-plugin.js +0 -13
- package/dist/src/tsc-plugin.js.map +0 -1
package/dist/src/tsc-plugin.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type ts from 'typescript';
|
|
2
|
-
import type { TransformerExtras, PluginConfig } from 'ts-patch';
|
|
3
|
-
/**
|
|
4
|
-
* TSC Plugin for typical.
|
|
5
|
-
*
|
|
6
|
-
* NOTE: This plugin has been moved to a separate package: @elliots/typical-tsc-plugin
|
|
7
|
-
* This stub is kept for backwards compatibility but will throw an error directing
|
|
8
|
-
* users to the new package.
|
|
9
|
-
*/
|
|
10
|
-
export default function (_program: ts.Program, _pluginConfig: PluginConfig, _extras: TransformerExtras): void;
|
package/dist/src/tsc-plugin.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* TSC Plugin for typical.
|
|
3
|
-
*
|
|
4
|
-
* NOTE: This plugin has been moved to a separate package: @elliots/typical-tsc-plugin
|
|
5
|
-
* This stub is kept for backwards compatibility but will throw an error directing
|
|
6
|
-
* users to the new package.
|
|
7
|
-
*/
|
|
8
|
-
export default function (_program, _pluginConfig, _extras) {
|
|
9
|
-
throw new Error('The typical tsc-plugin has moved to a separate package. ' +
|
|
10
|
-
'Install @elliots/typical-tsc-plugin and update your tsconfig.json to use ' +
|
|
11
|
-
'"@elliots/typical-tsc-plugin" instead of "@elliots/typical/tsc-plugin".');
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=tsc-plugin.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tsc-plugin.js","sourceRoot":"","sources":["../../src/tsc-plugin.ts"],"names":[],"mappings":"AAGA;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,WAAW,QAAoB,EAAE,aAA2B,EAAE,OAA0B;IACpG,MAAM,IAAI,KAAK,CACb,0DAA0D;QACxD,2EAA2E;QAC3E,yEAAyE,CAC5E,CAAA;AACH,CAAC"}
|