We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6073c3 commit c0faa39Copy full SHA for c0faa39
1 file changed
AGENTS.md
@@ -10,7 +10,7 @@ The Rokt web kit (`@mparticle/web-rokt-kit`) is an mParticle integration kit (fo
10
11
## Tech Stack
12
13
-- **Language**: ES5-style JavaScript (uses `var`, no arrow functions) — NOT TypeScript
+- **Language**: Plain JavaScript project — kit source is ES5-style; tests/tooling may use ES6. There is no TypeScript compilation step.
14
- **Build Tool**: Rollup (IIFE and CommonJS output)
15
- **Testing**: Karma + Mocha/Chai (real browser tests in Chrome and Firefox)
16
- **Package Manager**: npm
0 commit comments