Skip to content

Commit 85fa158

Browse files
authored
chore: avoid to use esbuild bundle (#8)
1 parent 1535fa3 commit 85fa158

File tree

67 files changed

+373
-2851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+373
-2851
lines changed

.eslintrc.cjs

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,5 @@ module.exports = {
1010
},
1111
],
1212
},
13-
ignorePatterns: [
14-
"src/core/instrument.ts",
15-
"src/utils/import.js",
16-
"src/generator/html-generator/resource/*",
17-
"third_party/*",
18-
],
13+
ignorePatterns: ["src/core/instrument.ts", "src/utils/import.js", "resource/*", "third_party/*"],
1914
};

.prettierignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
/transform/*.mjs
66
/tests/ts/fixture
77
/third_party
8-
/tests/cpp/lit/expectInstrument/expect.test.expect.json
8+
/tests/cpp/lit/**/*.json

0 commit comments

Comments
 (0)