Questions tagged as 'ecmascript-5'

1
answer

Error when implementing TensorFlow in React Native

Save! I'm trying to implement the TensorFlow library in my React Native application, based on ese e in this tutorials. But I can not even run the project, getting the following error:    Unable to resolve module ../assets/graph.pb...
asked by 30.10.2018 / 17:03
0
answers

How to validate an identifier name in JavaScript?

This question is possibly duplicated, but I look for a different approach. The situation is this: I made a small program to create a JSON file, creating names and assigning values. The target of the JSON when read will be an object, so the names...
asked by 31.08.2017 / 14:50
0
answers

Transpiling ES6 to ES5 using babel

I have a package.json file configured to grab all js files from a directory and merge them into a new file, doing transpiling to ES5. However, it is just creating a new file and unifying all the js files from the specified directory. It is not c...
asked by 16.09.2016 / 16:52