1 parent c1ce966 commit af0d5bcCopy full SHA for af0d5bc
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fbit-field",
3
- "version": "1.3.0-alpha.1",
+ "version": "1.3.0-alpha.1a",
4
"description": "bit field for some systems",
5
"main": "index.js",
6
"types": "index.d.ts",
src/compiler.ts
@@ -150,7 +150,7 @@ class Compiler<T extends string> {
150
this.writeFile(this, values);
151
this.formatFile();
152
153
- return readFileSync(this.filePath);
+ return readFileSync(this.filePath, "utf-8");
154
}
155
156
public parse(type: T) {
0 commit comments