@ttsc/strip 0.13.1 → 0.14.0-dev.20250530.1
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/README.md +1 -6
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
package/README.md
CHANGED
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
[](https://github.com/samchon/ttsc/blob/master/LICENSE)
|
|
6
|
-
[](https://www.npmjs.com/package/@ttsc/strip)
|
|
7
|
-
[](https://www.npmjs.com/package/@ttsc/strip)
|
|
8
|
-
[](https://github.com/samchon/ttsc/actions?query=workflow%3Atest)
|
|
9
|
-
[](https://ttsc.dev/docs)
|
|
10
|
-
[](https://discord.gg/E94XhzrUCZ)
|
|
5
|
+
[](https://github.com/samchon/ttsc/blob/master/LICENSE) [](https://www.npmjs.com/package/@ttsc/strip) [](https://www.npmjs.com/package/@ttsc/strip) [](https://github.com/samchon/ttsc/actions?query=workflow%3Atest) [](https://ttsc.dev/docs) [](https://discord.gg/E94XhzrUCZ)
|
|
11
6
|
|
|
12
7
|
`@ttsc/strip` removes configured debug calls and `debugger` statements from TypeScript source AST before emit.
|
|
13
8
|
|
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ declare namespace createTtscStrip {
|
|
|
19
19
|
*
|
|
20
20
|
* Both keys are optional. The built-in defaults (`calls: ["console.log",
|
|
21
21
|
* "console.debug", "assert.*"]`, `statements: ["debugger"]`) apply only when
|
|
22
|
-
*
|
|
22
|
+
* _both_ keys are omitted; declaring either key replaces both defaults with
|
|
23
23
|
* exactly what the file lists.
|
|
24
24
|
*/
|
|
25
25
|
export interface ITtscStripConfig {
|