File size: 1,490 Bytes
a21df21
 
 
 
 
 
 
 
 
e3844e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
license: mit
task_categories:
- text-generation
language:
- en
tags:
- code
- javascript
---


**JavaScript-Code-Large**

JavaScript-Code-Large is a large-scale corpus of JavaScript source code comprising more than 5 million JavaScript files. The dataset is designed to support research in large language model (LLM) pretraining, code intelligence, software engineering automation, and program analysis for the JavaScript ecosystem.

By providing a high-volume, language-specific corpus, JavaScript-Code-Large enables systematic experimentation in JavaScript-focused model training, domain adaptation, and downstream code understanding tasks.


JavaScript-Code-Large addresses the need for a dedicated JavaScript-only dataset at substantial scale, enabling focused research across frontend, backend, and full-stack JavaScript environments.
.
**1. Dataset Composition**

Programming Language: JavaScript
File Count: 5M+ JavaScript files
File Format: .jsonl

Content Types

The dataset includes a wide variety of JavaScript constructs and paradigms, such as:

- Functions (declarations, expressions, arrow functions)

- Classes and prototypes

- Modules (CommonJS and ES Modules)

- Asynchronous patterns (async/await, Promises, callbacks)

- Event-driven code

- Closures and higher-order functions

- Functional programming constructs

- DOM manipulation code

- Node.js backend logic

- Frontend framework components

- JSDoc comments

- Error handling patterns

- Modern ES6+ features